Conor
Conor
I found some more info here: https://forum.micropython.org/viewtopic.php?t=10437&p=57759 The issue seems to be that certain certificate types are not supported in axtls. So to test it I applied the patch linked...
Any chance this will make it in the next release? Currently I have to run a local version of this chart only because of this change.
> I fixed this by updating the kubectl provider as follows: > > ``` > provider "kubectl" { > host = data.aws_eks_cluster.cluster.endpoint > token = data.aws_eks_cluster_auth.cluster.token > cluster_ca_certificate = base64decode(data.aws_eks_cluster.cluster.certificate_authority.0.data)...
It looks like this is because the code was committed since the last PyPi release. https://github.com/PyGithub/PyGithub/blame/8d1397af2fa198d957ebc501dedf443dc7bbe0a1/github/Organization.py reveals that it was added 11 months ago, but the last PyPi release was...
> I'm trying out headscale this week and just ran into this problem myself. It seems like the only working options using the official macOS Tailscale client are: > >...
Similar request, but for source code - I work a lot on a couple source code libraries that were released post 2021, and it would be interesting to just point...
I was able to get this working manually, basically by removing any automations created by terraform and then manually creating a key in GCP UI, then manually adding that json...
FYI, I ran into similar problem. Basically what happened in my case is that I ran initial partition based on day/time then realized after the fact that you need maintenance...
Interesting, that did not work for me (can share error when I’m at a machine again) but as I’m using 4.5.1 it’s probably best to look at upgrading first. Thanks...
That would make total sense! I copy pasted that argument from my initial load which does not use the default table. Perhaps a simple solution is to check if end...