wet-noon-14291
02/21/2021, 8:40 AMaz aks get-credentials?
before running pulumi?brave-planet-10645
02/21/2021, 9:11 AMimport * as azure from "@pulumi/azure-nextgen";
const clientConfig = azure.authorization.latest.getClientConfig();
const currentPrincipal = clientConfig.then((x) => x.objectId);
wet-noon-14291
02/21/2021, 10:25 AMfresh-pilot-59899
02/21/2021, 7:30 PMwet-noon-14291
02/21/2021, 9:30 PMaz aks get-credentials
, https://docs.microsoft.com/en-us/cli/azure/aks?view=azure-cli-latest#az_aks_get_credentialsbrave-planet-10645
02/22/2021, 10:11 AMwet-noon-14291
02/23/2021, 10:55 PMtall-librarian-49374
02/24/2021, 6:49 AMwet-noon-14291
02/24/2021, 10:10 AMaz aks get-credentials
, I think that is the kubeconfig raw you get when you create a cluster through pulumi. However, I want to use a config for a user that only have limited access to the cluster.tall-librarian-49374
02/24/2021, 10:34 AMwet-noon-14291
02/24/2021, 11:01 AMtall-librarian-49374
02/24/2021, 11:10 AM