Closed
Description
When following the guide from readme, I'm stuck at the last command
ks apply default -c kubeflow-core
... which fails with
construct base object: Failed to filter components; the following components don't exist: [ 'kubeflow-core' ]
Possible questions
Were all the previous commands successful? - Yes
Did I try starting from scratch? - Yes
Does kubeflow-core.jsonnet
exist in components/
? - Yes
How do I run the commands? - Tried Docker Quickstart Terminal
and MINGW64
Does kubectl get pods
work? - Yes
Versions
ks version
ksonnet version: 0.9.1
jsonnet version: v0.9.5
client-go version: 1.8
kubectl version
Client Version: version.Info{Major:"1", Minor:"9", GitVersion:"v1.9.2", GitCommit:"5fa2db2bd46ac79e5e00a4e6ed24191080aa463b", GitTreeState:"clean", BuildDate:"2018-01-18T10:09:24Z", GoVersion:"go1.9.2", Compiler:"gc", Platform:"windows/amd64"}
Server Version: version.Info{Major:"1", Minor:"9", GitVersion:"v1.9.2", GitCommit:"5fa2db2bd46ac79e5e00a4e6ed24191080aa463b", GitTreeState:"clean", BuildDate:"2018-01-18T09:42:01Z", GoVersion:"go1.9.2", Compiler:"gc", Platform:"linux/amd64"}
Tried minikube 0.25.0
and Docker for Windows 18.03