Kenchu123 opened a new pull request #573: URL: https://github.com/apache/submarine/pull/573
--- tags: apache, submarine --- ### What is this PR for? Create a submarine tensorboard for a single user via the submarine operator. Reference: https://github.com/apache/submarine/blob/master/helm-charts/submarine/templates/submarine-tensorboard.yaml ### What type of PR is it? [Feature] ### Todos ### What is the Jira issue? https://issues.apache.org/jira/projects/SUBMARINE/issues/SUBMARINE-807 ### How should this be tested? ``` # initialization # Step1: Register Custom Resource Definition kubectl apply -f artifacts/examples/crd.yaml # Step2: Create a Custom Resource kubectl apply -f artifacts/examples/example-submarine.yaml # in-cluster cd submarine/submarine-cloud-v2 eval $(minikube docker-env) make image kubectl apply -f artifacts/examples/submarine-operator-service-account.yaml kubectl apply -f artifacts/examples/submarine-operator.yaml # out-of-cluster go build -o submarine-operator ./submarine-operator # helm cd submarine helm install submarine ./helm-charts/submarine ``` ### Screenshots (if appropriate) + PersistentVolume (helm)  + PersistentVolume (operator) **Note**: PersistentVolumes are not namespaced resources, so we add the namespace as a suffix to distinguish them  + PersistentVolumeClaim (helm)  + PersistentVolumeClaim (operator)  + Deployment (helm)  + Deployment (operator)  + Service (helm)  + Service (opertator)  + IngressRoute (helm)  + IngressRoute (operator)  + Workbench [Video](https://imgur.com/9Wk8Rnh) ### Questions: * Do the license files need updating? No * Are there breaking changes for older versions? No * Does this need new documentation? No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
