kubectl run nginx --image=nginx

From wikieduonline
(Redirected from K run nginx)
Jump to navigation Jump to search

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: