WaitForFirstConsumer (StorageClass binding mode)
A PVC stays deliberately 'Pending' until a pod/VM actually uses it — not an error!
Short explanations of concepts used across the test plans — networking, storage, secrets management, and more — for anyone who does not work with them every day.
OpenBao encrypts everything at rest behind a 'barrier'. On start, the barrier key is not in memory: the instance is sealed. With Shamir, the key is split into shares (e.g. 5) and a threshold (e.g. 3) must be entered — that is why bao operator unseal is run three times with different keys. With auto-unseal (transit or a cloud KMS), an external system decrypts the barrier key on start and no human is involved; the Shamir shares then become recovery keys. A sealed pod is healthy from Kubernetes' point of view but fails the readiness probe — 0/1 Ready is expected, not an error.