digitalocean / Kubernetes-Starter-Kit-Developers

Hands-on tutorial and Automation stack for an operations-ready DigitalOcean Kubernetes (DOKS) cluster.
745 stars 258 forks source link

Kubeseal CLI not able to export the Sealed Secrets controller public certificate #146

Closed v-ctiutiu closed 2 years ago

v-ctiutiu commented 2 years ago

Bug Report

Kubeseal CLI is not able to export the Sealed Secrets controller public certificate. Running below command fails with error: cannot fetch certificate: no endpoints available for service "http:sealed-secrets-controller:":

kubeseal --fetch-cert --controller-namespace=sealed-secrets > pub-sealed-secrets.pem

Describe the bug

More info can be found here and here.

Upgrading to latest version (0.17.3) of Kubeseal CLI seems to fix the issue.

Affected Components

Kubernetes Sealed Secrets chapter.