yellowhat

Results 79 comments of yellowhat

@lukehoban, thanks for your suggestion. I have tried to following: ```python import pulumi_azure as azure from pulumi import ResourceOptions RG = "z" SIG = "sig" IMAGE = "node" VER =...

Dear @lukehoban, Is there something else I can do to move this forward? Thanks

Hi, does the latest 3.10.x version allow to make this happen? Thanks

Sure: ```python def update_kubeconfig(args): """Update kubeconfig""" name, location, project = args cmd = f""" gcloud container clusters get-credentials \\ {name} \\ --zone {location} \\ --project {project} """ run(cmd, shell=True, check=True)...

Yes, I know that `gcloud container clusters get-credentials` writes to `${HOME}/.kube/config`, and by default `kubernetes.Provider` will look at that file. The idea is to allow `pulumi` and `kubectl` to look...

Great, if you can provide me more information I am able to report it. Thanks