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

See also

Advertising: