Difference between revisions of "Kubectl replace"
Jump to navigation
Jump to search
↑ https://stackoverflow.com/a/45046340/9269906
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | |||
{{lc}} | {{lc}} | ||
+ | * https://kubernetes.io/docs/reference/kubectl/generated/kubectl_replace/ | ||
+ | kubectl replace --force -f ./pod.json | ||
+ | https://kubernetes.io/docs/reference/kubectl/cheatsheet/#updating-resources | ||
[[kubectl get pod]] PODNAME -n NAMESPACE -o yaml | [[kubectl replace]] --force -f -<ref>https://stackoverflow.com/a/45046340/9269906</ref> | [[kubectl get pod]] PODNAME -n NAMESPACE -o yaml | [[kubectl replace]] --force -f -<ref>https://stackoverflow.com/a/45046340/9269906</ref> | ||
+ | |||
+ | |||
+ | [[kubectl patch]] | ||
== See also == | == See also == |
Latest revision as of 11:11, 11 April 2024
kubectl replace --force -f ./pod.json https://kubernetes.io/docs/reference/kubectl/cheatsheet/#updating-resources
kubectl get pod PODNAME -n NAMESPACE -o yaml | kubectl replace --force -f -[1]
kubectl patch
See also[edit]
kubectl
: [cp | config | create
|delete
|edit | explain |
apply
|exec
|get
|set
|drain | uncordon | rolling-update
|rollout
|logs
|run
|auth
|label | annotate
|version
|top
|diff
|debug
|replace
|describe
|port-forward | proxy
|scale
|rollout
|api-resources
| expose deployment | expose | patch | attach | get endpoints | ~/.kube/config | kubectl logs --help | kubectl --help, kubectl-convert, kubectl autoscale, kubectl.kubernetes.io
Advertising: