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

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:
 
== Related ==
 
== Related ==
 
* <code>[[kubectl run -it ubuntu --image=ubuntu -- bash]]</code>
 
* <code>[[kubectl run -it ubuntu --image=ubuntu -- bash]]</code>
 +
* <code>[[kubectl run alpine]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 10:38, 22 October 2024

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

Related[edit]

See also[edit]

Advertising: