Kubernetes - pod has unbound immediate PersistentVolumeClaims
I'm using mysql Kubernetes statefulset, i mapped PVs to host directory (CentOS 8 VM) but getting " pod has unbound immediate PersistentVolumeClaims" apiVersion: apps/v1 kind: StatefulSet metadata: name: mysql-container spec: serviceName: mysql replicas: 1 selector: matchLabels: app: mysql-container template: metadata: labels: app: mysql-container spec: conta