canonical-labs / kubeflow-tools

Simple scripts and instructions for getting the most out of your kubeflow cluster. Use kubernetes-tools to setup and manage Kubernetes using Microk8s or Charmed Kubernetes.
19 stars 18 forks source link

Unknown variable: x #12

Open zheddie opened 5 years ago

zheddie commented 5 years ago

I am doing a clean env on Mac for both microk8s and kubeflow using multipass following the instruction here:https://www.kubeflow.org/docs/other-guides/virtual-dev/getting-started-multipass/. I got following error when do the "kubeflow-tools/install-kubeflow.sh" command. Anybody hit this issue before ? thanks.

+ ks param set application components '["ambassador","jupyter","notebook-controller","jupyter-web-app","profiles","centraldashboard","tf-job-operator","pytorch-operator","spartakus","argo","pipeline","katib"]'
+ ks show default -c metacontroller -c application
ERROR find objects: lib/ksonnet-lib/v1.15.2/k8s.libsonnet:17681:93-94 Unknown variable: x

          "withX-Kubernetes-Embedded-Resource":: self + { "x-kubernetes-embedded-resource": x-kubernetes-embedded-resource },
carmine commented 5 years ago

Let me update the script, it needs to move to kfctl

Loic-76 commented 5 years ago

I got the same issue while using kubeflow-tools/install-kubeflow.sh

StianOvrevage commented 5 years ago

Also hit by the same error.

mtpatter commented 5 years ago

I had this issue also while working through that multipass install page. This may be relevant: https://github.com/ubuntu/microk8s/issues/597 I got through the instructions successfully by doing the following:

Hope that helps.

dhfromkorea commented 5 years ago

I had the same issue as reported above but the suggest fix with version changing did not pan out. I am running on an Ubuntu 18.04.3 LTS VM spawned by multipass on Ubuntu 16.04 (host).