kubectl run nginx --image=nginx

From wikieduonline
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: