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

Support for Azure AKS Pod Identities #12853

Closed
jkroepke opened this issue Aug 5, 2021 · 2 comments
Closed

Support for Azure AKS Pod Identities #12853

jkroepke opened this issue Aug 5, 2021 · 2 comments

Comments

@jkroepke
Copy link
Contributor

jkroepke commented Aug 5, 2021

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Support Azure AKS Pod Identities, see https://docs.microsoft.com/de-de/azure/aks/use-azure-ad-pod-identity

New or Affected Resource(s)

  • azurerm_kubernetes_cluster

Potential Terraform Configuration

resource "azurerm_kubernetes_cluster" "example" {
  name                = "example-aks1"

  pod_identity {
    enabled = true
    kubenet = true
  }

}

References

https://docs.microsoft.com/de-de/azure/aks/use-azure-ad-pod-identity

@jkroepke jkroepke changed the title Support for [thing] Support for Azure AKS Pod Identities Aug 5, 2021
@tombuildsstuff
Copy link
Contributor

hi @jkroepke

Thanks for opening this issue :)

Taking a look through this appears to be a duplicate of #9885 - rather than having multiple issues open tracking the same thing I'm going to close this issue in favour of that one; would you mind subscribing to #9885 for updates?

Thanks!

@github-actions
Copy link

github-actions bot commented Sep 5, 2021

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants