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

Temporary revert node name change #1600

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

Issacwww
Copy link
Member

Issue #, if available:

Description of changes:
As discussed, revert this for tech preview release.

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

Testing Done
Build AMI: ami-0e01bf27ae252c408 and conformance tests passed

See this guide for recommended testing for PRs. Some tests may not apply. Completing tests and providing additional validation steps are not required, but it is recommended and may reduce review time and time to merge.

Copy link
Member

@ndbaker1 ndbaker1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Issacwww Issacwww merged commit da91c80 into awslabs:al2023 Jan 30, 2024
8 checks passed
@@ -230,7 +230,7 @@ func (ksc *kubeletConfig) withCloudProvider(cfg *api.NodeConfig, flags map[strin

// use ec2 instance-id as node hostname which is unique, stable, and incurs
// no additional requests
flags["hostname-override"] = cfg.Status.Instance.ID
// flags["hostname-override"] = cfg.Status.Instance.ID
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll need to override the hostname to the privateDnsName, or we'll run into the mess we did on AL2

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will the duration of the preview last for the related changes on instance-id names, or do we need to properly support this for X number of releases?

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