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
{{ message }}
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
What happened:
When using kubernetes server 1.8.0 ks init reports
ERROR Invalid API specification 'version:'
What you expected to happen:
No error.
How to reproduce it (as minimally and precisely as possible):
Reproducible Steps:
minikube start --kubernetes-version v1.8.0
ks init myapp
Anything else we need to know?:
I can work around this issue by specifying an api-spec ks init --api-spec=version:v1.8.0 myapp. Also it doesn't happen with kubernetes server 1.10.0
Environment:
ksonnet version (use ks version): 0.10.1
Kubernetes version (use kubectl version): client: 1.9.6; server: 1.8.0