Carsten Scharfenberg
Carsten Scharfenberg
I'm encountering the same issue with wal-g v3.0.0... still not fixed...
Having the same error on 28.0.2 with MinIO storage, only not during `backup:point:create`, but during `backup:point:upload`
It's works from within a pod container running with the correct service account when using `load_incluster_config` instead of `load_kube_config`. That means, the 'switch to service account' part is not necessary....
Comparing the configuration in both cases, there is a difference: the incluster config uses the internal IP address of the kubernetes API, while the KUBECONFIG config uses the external IP...