mirror of https://github.com/kubeflow/examples.git
update instruction with proper namespace (#307)
This commit is contained in:
parent
1f82dc41cd
commit
aa0061dae2
|
@ -198,6 +198,9 @@
|
||||||
"# Update Ksonnet to point to the Kubernetes Cluster\n",
|
"# Update Ksonnet to point to the Kubernetes Cluster\n",
|
||||||
"ks env add code-search --context $(kubectl config current-context)\n",
|
"ks env add code-search --context $(kubectl config current-context)\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
"# Update Ksonnet to use the namespace where kubeflow is deployed. By default it's 'kubeflow'\n",
|
||||||
|
"ks env set code-search --namespace=kubeflow\n",
|
||||||
|
"\n",
|
||||||
"# Update the Working Directory of the application\n",
|
"# Update the Working Directory of the application\n",
|
||||||
"sed -i'' \"s,gs://example/prefix,${WORKING_DIR},\" components/params.libsonnet\n",
|
"sed -i'' \"s,gs://example/prefix,${WORKING_DIR},\" components/params.libsonnet\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
|
Loading…
Reference in New Issue