Difference between revisions of "Kubectl rollout"
Jump to navigation
Jump to search
(2 intermediate revisions by one other user not shown) | |||
Line 17: | Line 17: | ||
== Related terms == | == Related terms == | ||
− | * <code>[[kubectl scale]]</code>: <code>[[kubectl scale deployment]]</code> | + | * <code>[[kubectl scale]]</code>: <code>[[kubectl scale deployment]]</code> |
+ | * [[Kubernetes deployments]] | ||
== See also == | == See also == | ||
* {{kubectl rollout}} | * {{kubectl rollout}} | ||
− | * {{ | + | * {{kubectl scale}} |
+ | * {{K8s deployments}} | ||
[[Category:Kubernetes]] | [[Category:Kubernetes]] |
Latest revision as of 11:21, 11 October 2022
https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#rollout
kubectl rollout --help
kubectl rollout history deployment/app
kubectl rollout undo deployment/app --to-revision=2
Activities[edit]
Related terms[edit]
See also[edit]
kubectl rollout [ status | restart | resume | pause | history | undo ], kubectl rollout --help
kubectl scale
: [deployment | sts | --help
], HPA- Kubernetes deployments, strategies:
kind: Deployment
, Strategies:Recreate
orRollingUpdate
,kubectl
[create | describe | get | scale | rollout | deployment/
], Kubernetes Canary Deployments,deployment.kubernetes.io
Advertising: