-
Notifications
You must be signed in to change notification settings - Fork 375
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
hello-minikube image k8s.gcr.io/echoserver:1.10 fails on minishift #3
Comments
Thanks! Interesting that the error is around the certificate. I can come up with a better "test" image for kubectl run that works better in minikube and minishift |
@burrsutter we didn't try out ourself to do that kind of deployment but will try and put the comment back to this issue. Added @budhram @LalatenduMohanty |
@burrsutter @lance looks like you need to enable anyuid addon since echoserver image is not able to run with anyuid which created by openshift.
|
@praveenkumar thank for helping with this. Could this be done during the Create VM section where the |
@burrsutter it seems that this should close this issue. Correct? |
Closed, thank you for your help! |
Following the steps in the installation and getting started doc produces the following errors in the pod's log messages when running
kubectl run hello-minikube --image=k8s.gcr.io/echoserver:1.10 --port=8080
.The minishift and oc versions.
The text was updated successfully, but these errors were encountered: