You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to upgrade Kubeflow Pipelines by kubectl apply -fdeploy.yaml leverages a k8s deployment job with generateName. This works on initial Kubeflow Pipelines cluster creation as one calls kubectl create -f, but fails when upgrading via kubectl apply -f in Kubernetes 1.11. Backing the cluster down to 1.10 allows to work as expected.
When attempting to upgrade Kubeflow Pipelines by kubectl apply -f deploy.yaml leverages a k8s deployment job with generateName. This works on initial Kubeflow Pipelines cluster creation as one calls kubectl create -f, but fails when upgrading via kubectl apply -f in Kubernetes 1.11. Backing the cluster down to 1.10 allows to work as expected.
'kubectl apply -f https://storage.googleapis.com/ml-pipeline/release/$PIPELINE_VERSION/bootstrapper.yaml"
Similar issues are being reportes elsewhere.
The text was updated successfully, but these errors were encountered: