Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kubectl 1.6.2 no matches for /, Kind=Service & no matches for extensions/, Kind=Deployment #36

Open
thomasmodeneis opened this issue May 5, 2017 · 3 comments

Comments

@thomasmodeneis
Copy link

Hi,

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

kubectl 1.6.2

kubectl version
Client Version: version.Info{Major:"1", Minor:"6", GitVersion:"v1.6.2", GitCommit:"477efc3cbe6a7effca06bd1452fa356e2201e1ee", GitTreeState:"clean", BuildDate:"2017-04-19T20:33:11Z", GoVersion:"go1.7.5", Compiler:"gc", Platform:"linux/amd64"}
@rosskukulinski
Copy link
Owner

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:

kubectl create -f https://raw.githubusercontent.com/rosskukulinski/kubernetes-rethinkdb-cluster/master/rethinkdb-quickstart.yml

@thomasmodeneis
Copy link
Author

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 ...

@rosskukulinski
Copy link
Owner

@thomasmodeneis what's your server version? I'm confused that the validation error does say which data it has a problem with.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants