Zhankun Tang created SUBMARINE-347:
--------------------------------------
Summary: Refine the TF operator deployment document of submarine
server
Key: SUBMARINE-347
URL: https://issues.apache.org/jira/browse/SUBMARINE-347
Project: Apache Submarine
Issue Type: Improvement
Components: Doc
Reporter: Zhankun Tang
When trying to deploy the TF-operator following the document:
{code:java}
$ kubectl kustomize ./dev-support/k8s/tfjob/operator | kubectl apply -f -
clusterrole.rbac.authorization.k8s.io/kubeflow-tfjobs-admin created
clusterrole.rbac.authorization.k8s.io/kubeflow-tfjobs-edit created
clusterrole.rbac.authorization.k8s.io/kubeflow-tfjobs-view created
clusterrole.rbac.authorization.k8s.io/tf-job-operator created
clusterrolebinding.rbac.authorization.k8s.io/tf-job-operator created
Error from server (NotFound): error when creating "STDIN": namespaces
"submarine" not found
Error from server (NotFound): error when creating "STDIN": namespaces
"submarine" not found
Error from server (NotFound): error when creating "STDIN": namespaces
"submarine" not found
Error from server (NotFound): error when creating "STDIN": namespaces
"submarine" not found{code}
We should mention this in the document:
{code:java}
kubectl create namespace submarine{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]