We have a private GKE 3 node cluster with 2 vCPU and 8 GB RAM node pool config. We have installed Vault with helm using these
State of nodes.
Node usage status.
State of the vault-1 pod
1
2
State of the PVC
State of services.
We referred to this article but no fate.
Please let me know what else info is needed
CodePudding user response:
i think it's due the affinity that is inplace in values.yaml
You can try adding the one more node to cluster and check once it will resolve the issue maybe.
it also giving error of insuffient CPU so could be one more reason behind the POD stuck in pending state.
Adding one more node will increase the CPU also you can check if there is any affinity issues or not.