Open simonszu opened 2 years ago
Same here :)
it seems to be related to the replace object : https://forum.linuxfoundation.org/discussion/856389/lab-3-4-15-kubectl-replace-error
Any news ? because theSealedSecretsUnsealErrorHigh alert (mixin) generate lot of false positive.
Which component: Controller
Describe the bug I have a sealed secret successfully injected into the cluster, which was encrypted. I wanted to add another key to it, so i edited the cleartext YAML, generated another sealed secret from it, and injected it into the cluster. The controller was unable to decrypt it:
To Reproduce Steps to reproduce the behavior:
Expected behavior The newly injected sealed secret gets decrypted
Version of Kubernetes:
kubectl version
:I know that the kubernetes is a bit outdated. It is a managed k8s by an inhouse openstack provider, and they do not offer a newer version yet.