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

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
 
  error: required flag(s) "[[image]]" not set
 
  error: required flag(s) "[[image]]" not set
  
 +
Solution:
 +
kubectl run nginx --image=nginx
  
 
== See also ==
 
== See also ==
 
* {{k run}}
 
* {{k run}}
 +
 +
[[Category:K8s]]

Revision as of 18:16, 22 October 2023

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

See also

Advertising: