Executei: kubectl create -f statefulset.yaml , kubectl create -f servico-banco.yaml, e kubectl create -f permissoes.yaml. Mas o 'pod statefulset-mysql-0' gerado ficou pendente. O dashboard mostra a 'persistentvolumeclaim "configuracao-mysql" not found'. Nos eventos do POD também mostra: 'error getting PVC "default/configuracao-mysql": could not find v1.PersistentVolumeClaim "default/configuracao-mysql"' e 'pod has unbound immediate PersistentVolumeClaims'. Como posso resolver esse problema?