kubectl run nginx --image=nginx

From wikieduonline
Revision as of 18:16, 22 October 2023 by Welcome (talk | contribs)
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

See also

Advertising: