Kubectl run

From NovaOrdis Knowledge Base
Revision as of 00:02, 23 September 2020 by Ovidiu (talk | contribs) (→‎--generator)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

Options

--generator

Tells Kubernetes to create a pod directly, without any kind of pod controller.

kubectl run dnsutils --image=tutum/dnsutils --generator=run-pod/v1 --command -- sleep infinity