Hello,
The operator does not work with kubernetes 1.24
The error is:
2022-08-30T20:02:58.968Z ERROR controller Reconciler error {"reconcilerGroup": "maupu.org", "reconcilerKind": "VaultSecret", "controller": "vaultsecret", "name": "external-dns", "namespace": "external-dns-system", "error": "No secret associated with the service account external-dns-system/default"}
It does look like it's happening since CHANGELOG
Secret API objects containing service account tokens are no longer auto-generated for every ServiceAccount
Affected code is here: resources.go
Hello,
The operator does not work with kubernetes 1.24
The error is:
2022-08-30T20:02:58.968Z ERROR controller Reconciler error {"reconcilerGroup": "maupu.org", "reconcilerKind": "VaultSecret", "controller": "vaultsecret", "name": "external-dns", "namespace": "external-dns-system", "error": "No secret associated with the service account external-dns-system/default"}It does look like it's happening since CHANGELOG
Secret API objects containing service account tokens are no longer auto-generated for every ServiceAccountAffected code is here: resources.go