Difference between revisions of "Kubectl run nginx --image=nginx"

From wikieduonline
Jump to navigation Jump to search
Line 10: Line 10:
 
== Related ==
 
== Related ==
 
* <code>[[kubectl run -it ubuntu --image=ubuntu -- bash]]</code>
 
* <code>[[kubectl run -it ubuntu --image=ubuntu -- bash]]</code>
 +
* [[kubectl run alpine]]
  
 
== See also ==
 
== See also ==

Revision as of 10:24, 22 October 2024

k run nginx
error: required flag(s) "image" not set
Solution:
kubectl run nginx --image=nginx
pod/nginx created

Related

See also

Advertising: