Skip to content
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

Failure Installation of Pipeline #10

Open
panglong opened this issue Jun 12, 2019 · 1 comment
Open

Failure Installation of Pipeline #10

panglong opened this issue Jun 12, 2019 · 1 comment

Comments

@panglong
Copy link

Thanks a lot for your work and your help!

After running the script below
pltest@103server:~/soft/20190603_kubeflow$ ./kubeflow-tools/install-kubeflow.sh

there is an error reported as below:
.....
application.app.k8s.io/mykubeflow created
The CustomResourceDefinition "scheduledworkflows.kubeflow.org" is invalid:

  • spec.version: Invalid value: "v1alpha1": must match the first version in spec.versions
  • status.storedVersions[0]: Invalid value: "v1alpha1": must appear in spec.versions

Could you please give some hint?

The status of my server is listed below:
the commit of kubeflow-tools is
5e2cc43

microk8s status is
pltest@103server:~/soft/20190603_kubeflow/kubeflow-tools$ microk8s.status
microk8s is running
addons:
rbac: disabled
ingress: disabled
dns: enabled
metrics-server: disabled
linkerd: disabled
prometheus: disabled
istio: disabled
jaeger: disabled
fluentd: disabled
gpu: disabled
storage: enabled
dashboard: enabled
registry: enabled

the versions of Kubernetes are
pltest@103server:~/soft/20190603_kubeflow/kubeflow-tools$ kubectl version
Client Version: version.Info{Major:"1", Minor:"14", GitVersion:"v1.14.2", GitCommit:"66049e3b21efe110454d67df4fa62b08ea79a19b", GitTreeState:"clean", BuildDate:"2019-05-16T16:23:09Z", GoVersion:"go1.12.5", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"14", GitVersion:"v1.14.2", GitCommit:"66049e3b21efe110454d67df4fa62b08ea79a19b", GitTreeState:"clean", BuildDate:"2019-05-16T16:14:56Z", GoVersion:"go1.12.5", Compiler:"gc", Platform:"linux/amd64"}

@panglong
Copy link
Author

When the pipeline component is disabled by editing the env.sh under mykubeflow such as:
....
3 KUBEFLOW_VERSION=0.5.1
4 #KUBEFLOW_COMPONENTS='"ambassador","jupyter","notebook-controller","jupyter-web-app","profiles","centraldashboard","tf-job-operator","pytorch-operator","spartakus","argo","pipeline"'
5 KUBEFLOW_COMPONENTS='"ambassador","jupyter","notebook-controller","jupyter-web-app","profiles","centraldashboard","tf-job-operator","pytorch-operator","spartakus","argo"'
6 KUBEFLOW_EXTENDEDINFO=false
7 KUBEFLOW_KS_DIR=/home/pltest/soft/20190603_kubeflow/mykubeflow/ks_app
....

There is no error reported.

After running ./kubeflow-tools/install-kubeflow.sh, the output is:
....
deployment.extensions/workflow-controller created
statefulset.apps/jupyter created
statefulset.apps/metacontroller created
application.app.k8s.io/mykubeflow created

  • popd
    ~/soft/20190603_kubeflow/mykubeflow
  • [[ apply == \d\e\l\e\t\e ]]
    Checking kubeflow status until all pods are running (4 not running). Sleeping for 10 seconds.
    Checking kubeflow status until all pods are running (17 not running). Sleeping for 10 seconds.
    Checking kubeflow status until all pods are running (1 not running). Sleeping for 10 seconds.

Ambassador Port: 30360 ==> Access default Kubeflow UIs
JupyterHub Port: 32194 ==> Access JupyerHub directly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant