From 223b4c08937f30770b0b333b4fd0183a1213c3ec Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Fri, 22 Nov 2024 01:21:22 +0800 Subject: [PATCH] vault backup: 2024-11-22 01:21:22 Affected files: docs/Command Snippets/Kubernetes Snippets.md --- docs/Command Snippets/Kubernetes Snippets.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/Command Snippets/Kubernetes Snippets.md b/docs/Command Snippets/Kubernetes Snippets.md index ea40070..a007f67 100644 --- a/docs/Command Snippets/Kubernetes Snippets.md +++ b/docs/Command Snippets/Kubernetes Snippets.md @@ -37,9 +37,7 @@ kubectl rollout history deployment/myapp-deployment ```bash kubectl apply -f deployment.yml --record ``` -- Update a deployment using `annotate` - **Note** - Changes to `scale` will not create a new `deployment`. Annotating after this may result in the message for the previous `deployment` being replaced +- Update a deployment using `annotate`(**Note:** Changes to `scale` will not create a new `deployment`. Annotating after this may result in the message for the previous `deployment` being replaced) ```bash # This assumes you've annotated the previous deployment already kubectl apply -f deployment.yml