From 25ac27f644fc5fb2439ab375366fa3d3c66b3aba Mon Sep 17 00:00:00 2001 From: votti Date: Wed, 21 Jun 2023 15:06:00 +0200 Subject: [PATCH] Remove duplicated notebook section --- .../kubeflow-kfpv1-opt-mnist.ipynb | 27 +------------------ 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/examples/v1beta1/kubeflow-pipelines/kubeflow-kfpv1-opt-mnist.ipynb b/examples/v1beta1/kubeflow-pipelines/kubeflow-kfpv1-opt-mnist.ipynb index 801108b68b1..0c5c4af979f 100644 --- a/examples/v1beta1/kubeflow-pipelines/kubeflow-kfpv1-opt-mnist.ipynb +++ b/examples/v1beta1/kubeflow-pipelines/kubeflow-kfpv1-opt-mnist.ipynb @@ -46,32 +46,7 @@ " -p='[{\"op\": \"add\", \"path\": \"/spec/template/spec/containers/0/args/-\", \"value\": \"--trial-resources=Workflow.v1alpha1.argoproj.io\"}]'`\n", "\n", "For more details and how to set this up on a partial Kubeflow installation follow:\n", - "https://github.com/kubeflow/katib/tree/master/examples/v1beta1/argo/README.mdd\n", - "If you are running on a full Kubeflow installation *DO NOT INSTALL ARGO* as this will likely break your installation.\n", - "\n", - "Just run the following commands:\n", - "\n", - "Enable side-car injection:\n", - "\n", - "`kubectl patch namespace argo -p '{\"metadata\":{\"labels\":{\"katib.kubeflow.org/metrics-collector-injection\":\"enabled\"}}}'`\n", - "\n", - "\n", - "Verify that the emissary executor is active (should be default in newer Kubeflow installations):\n", - "\n", - "` kubectl get ConfigMap -n argo workflow-controller-configmap -o yaml | grep containerRuntimeExecutor`\n", - "\n", - "Patch the Katib controller:\n", - "\n", - "`kubectl patch ClusterRole katib-controller -n kubeflow --type=json \\\n", - " -p='[{\"op\": \"add\", \"path\": \"/rules/-\", \"value\": {\"apiGroups\":[\"argoproj.io\"],\"resources\":[\"workflows\"],\"verbs\":[\"get\", \"list\", \"watch\", \"create\", \"delete\"]}}]'\n", - "`\n", - "\n", - "`kubectl patch Deployment katib-controller -n kubeflow --type=json \\\n", - " -p='[{\"op\": \"add\", \"path\": \"/spec/template/spec/containers/0/args/-\", \"value\": \"--trial-resources=Workflow.v1alpha1.argoproj.io\"}]'`\n", - "\n", - "For more details and how to set this up on a partial Kubeflow installation follow:\n", - "https://github.com/kubeflow/katib/tree/master/examples/v1beta1/argo/README.md\n", - "\n" + "https://github.com/kubeflow/katib/tree/master/examples/v1beta1/argo/README.mdd" ] }, {