Skip to content

Commit

Permalink
Spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-fenton-octopus committed Jul 30, 2024
1 parent 179e380 commit 50050ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/docs/kubernetes/tutorials/kubernetes-rollbacks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ When viewing the deployment process at a glance, it is not readily apparent that

## Complex rollback process

A feature of Kubernetes is the revision history of the cluster components. The command `kubectl rollout history deployment.v1.apps/<deploymentname>` lists all deployment revisions.
A feature of Kubernetes is the revision history of the cluster components. The command `kubectl rollout history deployment.v1.apps/<deployment-name>` lists all deployment revisions.

```
REVISION CHANGE-CAUSE
Expand Down Expand Up @@ -132,7 +132,7 @@ The revision history command for Kubernetes showed that there were multiple revi
![](/docs/deployments/patterns/rollbacks/kubernetes/octopus-k8s-deployment-annotation.png)
:::

Running `kubectl rollout history deployment.v1.apps/<deploymentname>` would now show something like this.
Running `kubectl rollout history deployment.v1.apps/<deployment-name>` would now show something like this.

```
REVISION CHANGE-CAUSE
Expand Down

0 comments on commit 50050ce

Please sign in to comment.