Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update disable-extended-support.md - missing quotation marks in command #783

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

noobtron
Copy link

@noobtron noobtron commented Aug 6, 2024

Issue #, if available:
they greyed out command in Disable EKS extended support (AWS CLI) is not recognized without quotation marks around supportType = STANDARD

Description of changes:
add quotation marks around "supportType = STANDARD"

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

they greyed out command is not recognized without quotation marks around supportType = STANDARD
@aaroniscode
Copy link

aaroniscode commented Aug 6, 2024

Another option is to just remove the spaces around the =.

aws eks update-cluster-config \
   --name <cluster-name> \
   --upgrade-policy supportType=STANDARD

works as well and without needing quotation marks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants