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
I'm trying to run the quickstart with kubectl and running into this issue, any ideas ?
Cheers.
kubectl create -f rethinkdb-quickstart.yml
error: error validating "rethinkdb-quickstart.yml": error validating data: ; if you choose to ignore these errors, turn validation off with --validate=false
With flags --validate=false
kubectl create -f rethinkdb-quickstart.yml --validate=false
unable to recognize "rethinkdb-quickstart.yml": no matches for /, Kind=Service
unable to recognize "rethinkdb-quickstart.yml": no matches for /, Kind=Service
unable to recognize "rethinkdb-quickstart.yml": no matches for /, Kind=Service
unable to recognize "rethinkdb-quickstart.yml": no matches for extensions/, Kind=Deployment
unable to recognize "rethinkdb-quickstart.yml": no matches for extensions/, Kind=Deployment
unable to recognize "rethinkdb-quickstart.yml": no matches for extensions/, Kind=Deployment
hi @thomasmodeneis - did you make any changes to the quickstart file?
I just tested locally using 1.6.2 kubectl (Client Version: version.Info{Major:"1", Minor:"6", GitVersion:"v1.6.2", GitCommit:"477efc3cbe6a7effca06bd1452fa356e2201e1ee", GitTreeState:"clean", BuildDate:"2017-04-19T22:51:55Z", GoVersion:"go1.8.1", Compiler:"gc", Platform:"darwin/amd64"}) and this worked:
we have the very same commit, works for you but it does not for me....
just that you are on darwin and im on linux ...
the very same cmd here turns into:
kubectl create -f https://raw.githubusercontent.com/rosskukulinski/kubernetes-rethinkdb-cluster/master/rethinkdb-quickstart.yml
error: error validating "https://raw.githubusercontent.com/rosskukulinski/kubernetes-rethinkdb-cluster/master/rethinkdb-quickstart.yml": error validating data: ; if you choose to ignore these errors, turn validation off with --validate=false
I'm still trying to figure out what may be wrong ...
Hi,
I'm trying to run the quickstart with kubectl and running into this issue, any ideas ?
Cheers.
With flags
--validate=false
kubectl 1.6.2
The text was updated successfully, but these errors were encountered: