aws / aws-application-networking-k8s

A Kubernetes controller for Amazon VPC Lattice
https://www.gateway-api-controller.eks.aws.dev/
Apache License 2.0
175 stars 50 forks source link

Fix incorrect cluster create command #599

Closed guessi closed 9 months ago

guessi commented 9 months ago

What type of PR is this?

documentation

Which issue does this PR fix:

n/a

What does this PR do / Why do we need it:

Content of examples/ipv6-cluster.yaml is for eksctl but not kubectl.

https://github.com/aws/aws-application-networking-k8s/blob/26e82404f79492994527386b5b5f6fe0f0d63014/docs/guides/deploy.md?plain=1#L121-L122

https://github.com/aws/aws-application-networking-k8s/blob/26e82404f79492994527386b5b5f6fe0f0d63014/examples/ipv6-cluster.yaml#L1-L25

If an issue # is not available please add repro steps and logs from aws-gateway-controller showing the issue:

n/a

Testing done on this change:

Automation added to e2e:

Will this PR introduce any new dependencies?:

Will this break upgrades or downgrades. Has updating a running cluster been tested?:

Does this PR introduce any user-facing change?:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.