Azure Arc-enabled Kubernetes - Circular dependency problem #1563
Unanswered
florinciubotariu
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
I have an on-premise cluster I want to connect to an Azure Key Vault. I want to avoid storing credentials so I have 2 possible ways of handling this: managed identity (not possible because the cluster is on-premise) or using workload identity federation with an user-assigned managed identity with an Azure Arc-enabled Kubernetes cluster.
Long story short:
--enable-oidc-issuer
and--enable-workload-identity
, I get an OIDC Issuer.kube-apiserver-args
.The problem I have is that:
https://learn.microsoft.com/en-us/azure/azure-arc/kubernetes/workload-identity#retrieve-the-oidc-issuer-url
https://learn.microsoft.com/en-us/azure/azure-arc/kubernetes/workload-identity#configure-workload-identity-settings-on-the-kubernetes-cluster
Can I somehow pass those parameters to
kube-apiserver
without recreating the k3d cluster?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions