skip to Main Content

Azure – Kyverno admission controller pod stuck on init (aks)

I'm trying to install Kyverno using the guide here: https://kyverno.io/docs/installation/ https://nirmata.com/2023/10/13/simplify-image-verification-with-kyverno-and-azure-ad-workload-identity-on-aks/ However after successfully installing the helm chart the admission controller pods are perpetually hung up on init kyverno-admission-controller-6cc87c69c7-d5fgm 0/1 Init:0/1 0 115s kyverno-admission-controller-6cc87c69c7-mkdx2 0/1 Init:0/1 0 115s kyverno-admission-controller-6cc87c69c7-zjlqr 0/1…

VIEW QUESTION

How can i get a list of services in Azure using c#?

I am trying to get a list of app services in Azure using the following , in a winforms app. string clientId = "your_client_id"; string clientSecret = "your_client_secret"; string tenantId = "your_tenant_id"; string subscriptionId = "your_subscription_id"; var credentials = SdkContext.AzureCredentialsFactory.FromServicePrincipal(clientId,…

VIEW QUESTION
Back To Top
Search