Created
July 2, 2019 16:13
-
-
Save jameswnl/b7fafa8396aef046148a6f688b7b0ff6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vagrant@minikf:~/kfv1$ kfctl generate all -V | |
INFO[0000] Ksonnet.Generate Name AppDir Platform filename="ksonnet/ksonnet.go:369" | |
INFO[0000] Creating environment "default" with namespace "default", pointing to "version:v1.13.2" cluster at address "https://10.10.10.10:8443" filename="env/create.go:77" | |
INFO[0003] Generating ksonnet-lib data at path 'ks_app/lib/ksonnet-lib/v1.13.2' filename="lib/lib.go:148" | |
INFO[0003] Successfully initialized the app . filename="ksonnet/ksonnet.go:505" | |
INFO[0003] App add registry kubeflow URI filename="ksonnet/ksonnet.go:621" | |
Error: couldn't generate KfApp: (kubeflow.error): Code 500 with message: kfApp Generate failed for ksonnet: (kubeflow.error): Code 400 with message: couldn't add registry kubeflow. Error: there was a problem adding registry kubeflow: initializing helm HTTP client: normalizing Helm repository URL: "" is an invalid scheme for Helm repository | |
Usage: | |
kfctl generate [all(=default)|k8s|platform] [flags] | |
Flags: | |
--email string email if '--platform gcp' | |
-h, --help help for generate | |
--hostname string hostname if '--platform gcp' | |
--ipName string ipName if '--platform gcp' | |
--mount-local mount-local if '--platform minikube' | |
-V, --verbose verbose output default is false | |
--zone string zone if '--platform gcp' | |
couldn't generate KfApp: (kubeflow.error): Code 500 with message: kfApp Generate failed for ksonnet: (kubeflow.error): Code 400 with message: couldn't add registry kubeflow. Error: there was a problem adding registry kubeflow: initializing helm HTTP client: normalizing Helm repository URL: "" is an invalid scheme for Helm repository |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment