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
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
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.
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:
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"}
The text was updated successfully, but these errors were encountered: