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 worker node AMI regex to use a version that matches control plane version, or the latest / default AMI published #92

Merged
merged 4 commits into from
Mar 29, 2019

Conversation

metral
Copy link
Contributor

@metral metral commented Mar 29, 2019

No description provided.

Copy link
Member

@lukehoban lukehoban left a comment

Choose a reason for hiding this comment

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

LGTM

Ideally we’d also add test validation of each of the cases here - but happy to do that in a follow up.

name: "name",
values: [ "amazon-eks-node-" + version + "*" ],
name: "description",
values: [ "*k8s*" + version + "*" ],
Copy link
Member

Choose a reason for hiding this comment

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

Does this approach of having two filters on description work? I assume so since you’ve tried this - but I hadn’t expected it would.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@metral metral merged commit 5023878 into master Mar 29, 2019
@pulumi-bot pulumi-bot deleted the rm-regex-fix-tests branch March 29, 2019 13:15
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.

None yet

2 participants