generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 71
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgroomedreviewed during grooming sessionreviewed during grooming session
Milestone
Description
For the following configuration variables, we rely on IMDS to get the right values:
REGIONAWS_ACCOUNT_IDCLUSTER_VPC_IDCLUSTER_NAME
In many environments, IMDS is not available. (e.g. k8s w/o EC2 instance, self-managed clusters with IMDS access blocked) In this case, the values should be provided as environment variable through Helm chart. However, on values.yaml we have 3 of these but CLUSTER_NAME is missing.
This is causing any Helm chart installation to fail in IMDS-disabled environment. One case reported is kops which disables IMDS access for pods by default.
Path to fix:
- Add cluster name to helm chart value.
- Update documentation with proper IMDS setup instruction. Setting IMDS hops to 2 or higher is worth mentioning.
Temporary mitigation:
- If you are using IMDSv2, try increasing the hop limit to 2 or higher.
- Deploy manually. Modify
deploy-v0.0.17.yamland add above 4 environment variables.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgroomedreviewed during grooming sessionreviewed during grooming session