Closed brettneese closed 8 years ago
What do you see if you add --loglevel=8
?
Looks like it's maybe trying to access the wrong API version?
Looks like you have an older version of the command-line client, running against a server that has v1beta3 disabled. Try adding --api-version=v1
That worked. That sounds right, too, my version was from the roadshow a few months back.
How do I update the command line client?
For the ose distribution, you can download from https://access.redhat.com/downloads/content/290
What about origin? I know somewhere once logged in there was something about downloading it.
Ah. Found it. For future googler's: https://github.com/openshift/origin/releases
Closing this. Thanks for your help.
And no pods being created.
I've tried a few docker images (including the defaults, so I know it's not related to how openshift handles docker security), a few of the s2i images, etc... sometimes it will even appear multiple times. The service gets created but nothing else happens. Not sure even how to go about diagnosing this, I looked at journalctl and the docker registry logs and didn't see anything terribly interesting. .
Interestingly, I can launch things from the web console, but I need to launch some stuff not in the list. :-\