-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Issue with k8s.io/docs/setup/learning-environment/minikube/ #15728
Comments
/assign @RA489 |
This only an issue with the API version, and not the syntax itself (currently). |
@amosshapira Try this command as workaround. |
Yep, that executed cleanly:
|
BTW I just noticed that, probably because the updated command doesn't create deployment but just a pod, the next command on the manual also fails:
So it starts feeling like either the entire page have to be revamped or a different command should be used for the step I reported initially. |
@amosshapira Please try this as workaround. |
Expose it as a Service use this command |
Think this is resolved via PR #16533 |
@sftim: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Thank you. |
Use this command : kubectl create deployment hello-minikube --image=k8s.gcr.io/echoserver:1.4 |
This is a Bug Report
Problem:
When following the instructions to execute
kubectl run hello-minikube --image=k8s.gcr.io/echoserver:1.10 --port=8080
The command emits the following warning:
Proposed Solution:
Follow the warning to update the document to use one of the proposed new commands. Since I'm new to K8s I'm not sure which one it should be.
Page to Update:
https://kubernetes.io/docs/setup/learning-environment/minikube/
The text was updated successfully, but these errors were encountered: