Connor Dibble
Connor Dibble
I faced this issue as well and it took a minute to realize that it was my setting the `--atomic` flag in the helm command that was causing the problem-...
Yeah this happened to me as well because of a bad `~/.kube/config` even though the associated file was nothing to do with my pulumi stack. Removing that file fixed it.
I want to voice support for this proposal. I would find it very useful to be able to open GRIB files stored in AWS S3 or from an in-memory bytes...
I've got a similar use case with Dask Gateway, k8s, and jupyterhub. My k8s is deployed on AWS EKS. I've set up Dask Gateway using a Jupyterhub api token for...
Thanks @droctothorpe for the suggestions. I'll see if I can get the ELB to use HTTPS termination- looks pretty straightforward if [these docs](https://aws.amazon.com/premiumsupport/knowledge-center/terminate-https-traffic-eks-acm/) are enough. As for your second comment-...
Thanks for the tips! I'm still pretty new to kubernetes and looking into the DNS names has been edifying. I wanted to post this snippet as reference for others. I...
Not the OP, but I am having a similar issue and can answer some of the questions you've posed @feikesteenbergen . If I run `helm upgrade` after changing the appropriate...
This issue is affecting me as I attempt to use Pulumi to manage helm deployments of Apache Superset. That chart has an `ingress.tls` value that must be set even if...
Thanks for the pointers. After running an interactive auth flow using `pygsheets.authorize(local=True)` the `sheets.googleapis.com-python.json` was generated in the current working directory. That file can be used in subsequent (including headless)...
Any plans on merging this? I'd sure find it useful to be able to assume a role prior to or as part of this Action.