Nándor István Krácser
Nándor István Krácser
Took this to Slack, will post the outcome here.
@gitdr could you please post your CR? It turned out to be that with Raft backend if the `serviceType` is `LoadBalancer` the HA setup doesn't work in a single cluster...
These are probably two unrelated issues here in the same thread: - The first one, originally opened by @gitdr: I can't reproduce (the posted CR is basically `cr.yaml` from the...
Don't worry we have a flaky test framework around the webhook, this works fine locally! (resources on GitHub is a bit little for the whole setup with Kubernetes).
I was checking the logs of the acceptance test and it looks like the vault-configurer pod can't start now for some reason, that might be because of the changes (not...
Yes, it seems that there is no vault-config file available for the configurer (all in the build logs): ``` + kubectl logs deployment/vault-configurer Found 2 pods, using pod/vault-configurer-6f7fbd89b8-qk2fz {"level":"info","msg":"vault metrics...
@majimenez-stratio once you are there please rebase on the main branch.
The final issue in the logs: ``` ++ kubectl get pod vault-0 -o 'jsonpath={.metadata.annotations.vault\.banzaicloud\.io/watched-secrets-sum}' + test x = xbac8dfa8bdf03009f89303c8eb4a6c8f2fd80eb03fa658f53d6d65eec14666d4 ``` There is a test case to check the sum of...
Can this be the root cause? https://github.com/banzaicloud/bank-vaults/pull/1519 @aabouzaid ?
@pabardina have you managed to get this resolved based on this information?