aerospike-kubernetes-operator
aerospike-kubernetes-operator copied to clipboard
k8sNodeBlockList with local persistent volume restart loop
Hey, I've tried using this feature as described here: https://aerospike.com/docs/cloud/kubernetes/operator/node-maintenance#k8snodeblocklist
I added a single node in order to test it, but the operator keeps killing the pod, without deleting the PVCs that were attached to this pod. Only after manually deleting the relevant PVC, the pod was able to start.
I'm using the Operator version 3.3.0, 2 node aerospike cluster with persistent local ssd storage (volumes.[*].source.persistentVolume.storageClass: local-ssd
)
Am I missing something?