Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
nhennigan committed Jan 11, 2025
1 parent b881b19 commit 70270cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/snap/explanation/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ revision of the snap it orchestrates, the `refresh` function of the snap has
been frozen and all upgrades must be done through Juju. The `juju refresh`
command instructs the Juju controller
to use the new charm revision within the current charm channel or to upgrade to
the next channel based on the paramaters provided. The charm code
the next channel based on the parameters provided. The charm code
is simultaneously replaced on each unit. Then, the k8s snap is updated
unit-by-unit. This is in order to maintain a highly-available kube-api-server
endpoint, starting with the Juju leader unit for the application. To ensure a
Expand All @@ -75,7 +75,7 @@ on [upgrading your cluster by a minor version].

High availability is automatically enabled in {{ product }} for clusters with
three or more nodes independent of the deployment method. Clusters without high
availability must be extra viligant on backing up cluster data before starting
availability must be extra vigilant on backing up cluster data before starting
the upgrade process and also must be aware of potential service disruptions
during cluster upgades. It is also important to understand that Kubernetes will
only upgrade and if necessary migrate, components relating specifically to
Expand Down

0 comments on commit 70270cc

Please sign in to comment.