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

Update EKS Guide to use ConfigGroup v2 #11455

Closed
EronWright opened this issue Apr 12, 2024 · 2 comments · Fixed by #13243
Closed

Update EKS Guide to use ConfigGroup v2 #11455

EronWright opened this issue Apr 12, 2024 · 2 comments · Fixed by #13243
Assignees
Labels
area/docs Improvements or additions to documentation kind/enhancement Improvements or new features resolution/fixed This issue was fixed
Milestone

Comments

@EronWright
Copy link
Contributor

This section of the EKS Guide says "This functionality is currently not available in YAML." for the YAML language. Based on the info in this blog post, we can now include a YAML example in this section.

The subsequent section featuring a transformation is still not possible.

Here's a draft of the new content:

resources:
  eks-provider:
    type: pulumi:providers:kubernetes
    properties:
      kubeconfig: ${cluster.kubeconfigJson}
  cluster:
    type: eks:Cluster
  guestbook:
    type: kubernetes:yaml/v2:ConfigGroup
    properties:
      files:
      - "yaml/*.yaml"
    options:
      provider: ${eks-provider}
outputs:
  kubeconfig: ${cluster.kubeconfig}
@EronWright EronWright added area/docs Improvements or additions to documentation kind/enhancement Improvements or new features labels Apr 12, 2024
@github-actions github-actions bot added the needs-triage Needs attention from the triage team label Apr 12, 2024
@sean1588 sean1588 removed the needs-triage Needs attention from the triage team label Apr 15, 2024
@cnunciato
Copy link
Contributor

cnunciato commented Apr 15, 2024

Hey @EronWright, were you planning on doing these updates, or did you want us to? We could, but it sounds like you may already have something in the works?

@sean1588 sean1588 transferred this issue from pulumi/pulumi-hugo May 10, 2024
@EronWright EronWright assigned EronWright and unassigned EronWright Oct 14, 2024
@mjeffryes mjeffryes added this to the 0.112 milestone Oct 30, 2024
@EronWright
Copy link
Contributor Author

I posted a PR to update the EKS Guide to use ConfigGroup v2 in a few examples.

@EronWright EronWright moved this from 🧳 Backlog to 💜 Review in Docs 📚 Nov 5, 2024
@github-project-automation github-project-automation bot moved this from 💜 Review to 🏁 Done in Docs 📚 Nov 9, 2024
@pulumi-bot pulumi-bot added the resolution/fixed This issue was fixed label Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docs Improvements or additions to documentation kind/enhancement Improvements or new features resolution/fixed This issue was fixed
Projects
Status: 🏁 Done
Development

Successfully merging a pull request may close this issue.

5 participants