Skip to content

Commit 2cb85b1

Browse files
authored
Merge pull request #1223 from velkovb/patch-1
Fix typo in view-upgrade-policy.adoc
2 parents cfb1efb + 5038181 commit 2cb85b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

latest/ug/versioning/view-upgrade-policy.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You can set the version policy for both new and existing clusters, using the `su
1515

1616

1717

18-
* `*STANDARD*` -- Your EKS cluster eligible for automatic upgrade at the end of standard support. You will not incur extended support charges with this setting but you EKS cluster will automatically upgrade to the next supported Kubernetes version in standard support.
18+
* `*STANDARD*` -- Your EKS cluster eligible for automatic upgrade at the end of standard support. You will not incur extended support charges with this setting but your EKS cluster will automatically upgrade to the next supported Kubernetes version in standard support.
1919
* `*EXTENDED*` -- Your EKS cluster will enter into extended support once the Kubernetes version reaches end of standard support. You will incur extended support charges with this setting. You can upgrade your cluster to a standard supported Kubernetes version to stop incurring extended support charges. Clusters running on extended support will be eligible for automatic upgrade at the end of extended support.
2020
2121
Extended support is enabled by default for new clusters, and existing clusters. You can view if extended support is enabled for a cluster in the {aws-management-console}, or by using the {aws} CLI.
@@ -49,4 +49,4 @@ aws eks describe-cluster \
4949
--name <cluster-name> \
5050
--query "cluster.upgradePolicy.supportType"
5151
----
52-
. If the value is `STANDARD`, your cluster will not enter extended support. If the value is `EXTENDED`, your cluster will enter extended support.
52+
. If the value is `STANDARD`, your cluster will not enter extended support. If the value is `EXTENDED`, your cluster will enter extended support.

0 commit comments

Comments
 (0)