Getting the following error when trying to use kubeseal with EKS.
$ kubeseal --fetch-cert
panic: Error fetching certificate: services "http:sealed-secrets-controller:" is forbidden: User "system:anonymous" cannot get services/proxy in the namespace "kube-system"
I am able to interact with the cluster normally using kubectl.
$ kubectl get pods -n kube-system
NAME READY STATUS RESTARTS AGE
aws-node-68vfm 1/1 Running 0 6d
aws-node-hl9ww 1/1 Running 1 6d
aws-node-nhkwb 1/1 Running 1 6d
fluentd-78l2j 1/1 Running 0 6d
fluentd-kfdn4 1/1 Running 0 6d
fluentd-wfj48 1/1 Running 0 6d
kube-dns-7cc87d595-fbmxq 3/3 Running 0 6d
kube-proxy-fkpsw 1/1 Running 0 6d
kube-proxy-lbwvz 1/1 Running 0 6d
kube-proxy-qqs2p 1/1 Running 0 6d
sealed-secrets-controller-5bc5488bb4-79blg 1/1 Running 0 22m
Getting the following error when trying to use
kubesealwith EKS.I am able to interact with the cluster normally using
kubectl.