Hi Pulumian, Anyone else getting these popups all ...
# python
w
Hi Pulumian, Anyone else getting these popups all the time when running
pulumi up
(in Visual Studio Code)? I don't entirely understand why I am seeing this and what I can do to prevent it 😕 Any clues?
I believe that I found the issue, my Pulumi was making requests against my local
<http://Docker.app|Docker.app>
install and macOS is now blocking this access by default. In actuality, I wanted to access my remote GCP GKE Kubernetes cluster and not my local cluster, so this was actually useful to investigate. I hope that this helps others if they come across the same issue