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

upgrade to eks 3.0.1 #181

Open
jdavredbeard opened this issue Nov 12, 2024 · 2 comments
Open

upgrade to eks 3.0.1 #181

jdavredbeard opened this issue Nov 12, 2024 · 2 comments
Assignees
Labels
kind/enhancement Improvements or new features

Comments

@jdavredbeard
Copy link

Hello!

  • Vote on this issue by adding a 👍 reaction
  • If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)

Issue details

In order to keep up with pulumi eks features, upgrade pulumi/eks to 3.0.1

Affected area/feature

@jdavredbeard jdavredbeard added kind/enhancement Improvements or new features needs-triage Needs attention from the triage team labels Nov 12, 2024
@jdavredbeard jdavredbeard self-assigned this Nov 12, 2024
@jdavredbeard
Copy link
Author

For details on blocked status, see comments on #180

@cleverguy25 cleverguy25 removed the needs-triage Needs attention from the triage team label Nov 14, 2024
flostadler pushed a commit to pulumi/pulumi-eks that referenced this issue Nov 25, 2024
Add `instanceProfileName` as an `Input<string>` field to `NodeGroup` and
`NodeGroupV2`. This unblocks
pulumi/pulumi-self-hosted-installers#181 by
creating a path for users to create an `InstanceProfile` in a separate
stack from the `NodeGroup` and pass the instance profile's name by stack
reference. Currently pulumi/pulumi#17515,
prevents `NodeGroup` components from accepting `InstanceProfile` values
created in another stack and provided to the `NodeGroup`'s stack by
`aws.iam.InstanceProfile.get()`, and the `instanceProfile` parameter
cannot accept an `InstanceProfile` resource passed by stack reference
because the `instanceProfile` parameter is a plain `InstanceProfile`
type, not an `Input<InstanceProfile>`.

Closes #1497

Co-authored-by: Jonathan Davenport <[email protected]>
@jdavredbeard
Copy link
Author

now that pulumi/pulumi-eks#1496 is closed, this ticket is unblocked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

2 participants