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

fix typo in document #331

Merged
merged 1 commit into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/sgp/workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This document presents high level workflow diagram for Events associated with No

## Adding a supported Node to Cluster

Security Group for Pods is suported only on Nitro Based Instnaces.
Security Group for Pods is supported only on Nitro Based Instances.

![New Nitro Based Node Create Event Diagram](../images/sgp-node-create.png)

Expand Down
2 changes: 1 addition & 1 deletion docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ To get the Platform Version of your EKS cluster
aws eks describe-cluster --name cluster-name --region us-west-2 | jq .cluster.platformVersion
```

Your Platform Version should be equal to or greater than Platfrom Version [specified here](https://github.com/aws/amazon-vpc-resource-controller-k8s/releases/tag/v1.1.0).
Your Platform Version should be equal to or greater than Platform Version [specified here](https://github.com/aws/amazon-vpc-resource-controller-k8s/releases/tag/v1.1.0).

**Resolution**

Expand Down
Loading