-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with Deploy Kubeflow Cluster #330
Comments
I've had this issue before. I believe upgrading to kpt-1.0.0-beta.6 fixed my problem. More info here. |
kubeflow apply fails at the install_asm step for me install_asm: Downloading kpt.. Stepping through and trying to do manually using latest kpt bash-5.1$ kpt pkg get https://github.com/GoogleCloudPlatform/anthos-service-mesh-packages.git/asm@1.10.4-asm.6+config2 asm
|
Not sure if it matters for kpt but Darwin was set to arm64 in the following code `download_kpt() { case "$(uname)" in local KPT_TGZ info "Downloading kpt.." |
Going through script step-by-step it was picking up the 1.0.0 kpt I installed as described in the docs. Seems for this particular step the 0.39 is needed so I changed to find it via relative path and used install_asm manually which worked retry 3 ./kpt pkg get --auto-set=false "${KPT_URL}" asm |
Are you running this on MacOS by any chance? I had the same issue when using MacOS and I switched to linux and it worked fine. |
Yes, I am though I upgraded to bash 5.1 and have been managing so far except for a few things here and there. |
Hi,
I am facing issue with "Deploy Kubeflow Cluster" steps mentioned at below link.
Below upstream directory was not created after running "bash ./pull-upstream.sh" mentioned in document.
gcp-blueprints/kubeflow/apps/pipelines/upstream
https://www.kubeflow.org/docs/distributions/gke/deploy/deploy-cli/
Error: ./gcp-blueprints/kubeflow/apps/pipelines/upstream/third-party/argo/upstream/manifests/namespace-install/overlays/argo-server-deployment.yaml: wrong Node Kind for expected: MappingNode was SequenceNode: value: {- op: add
path: /spec/template/spec/containers/0/args/-
value: --namespaced}
The text was updated successfully, but these errors were encountered: