Login
Remember
Register
Ask a Question
One liner command to run a pod with a label
0
votes
asked
Aug 5, 2023
in
Kubernetes K8s
by
Robin
One liner command to run a pod with a label
pod
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 5, 2023
by
Robin
kubectl run foobar --image=redis:alpine -l label1:foo
...