Happy Friday All!
I’m running a AWS EKS instance and I am trying to install PX-Backup. I followed the installation instructions here: https://backup.docs.portworx.com/install/
I can log into the PX-Central GUI, when attempting to add a k8s cluster, I get an error “error in validating kubeconfig”.
Could use an assist to troubleshoot!
Via kubectl -n px-backup get pods I see all the pods except pxcentral-post-install-hook are running. Checking the logs I see OIDC errors:
OIDC client secret patch command status: 0, output: I1105 20:13:40.697919 20 cached_discovery.go:130] failed to write cache to /.kube/cache/discovery/10.100.0.1_443/servergroups.json due to mkdir /.kube: permission denied
I1105 20:13:40.700934 20 cached_discovery.go:87] failed to write cache to /.kube/cache/discovery/10.100.0.1_443/v1/serverresources.json due to mkdir /.kube: permission denied
Otherwise no glaring errors in the logs.
Appreciate help here,
Am