Kubectl run

From NovaOrdis Knowledge Base
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