kubesphere / ks-installer

Install KubeSphere on existing Kubernetes cluster
https://kubesphere.io
Apache License 2.0
524 stars 744 forks source link

PVC IS NOT FOUND #688

Open gdzy1987 opened 4 years ago

gdzy1987 commented 4 years ago

TASK [common : Kubesphere | Check mysql PersistentVolumeClaim] ***** fatal: [localhost]: FAILED! => {"changed": true, "cmd": "/usr/local/bin/kubectl get pvc -n kubesphere-system mysql-pvc -o jsonpath='{.status.capacity.storage}'\n", "delta": "0:00:00.968086", "end": "2020-04-01 09:36:12.151036", "msg": "non-zero return code", "rc": 1, "start": "2020-04-01 09:36:11.182950", "stderr": "Error from server (NotFound): persistentvolumeclaims \"mysql-pvc\" not found", "stderr_lines": ["Error from server (NotFound): persistentvolumeclaims \"mysql-pvc\" not found"], "stdout": "", "stdout_lines": []} ...ignoring

TASK [common : Kubesphere | Setting mysql db pv size] ** skipping: [localhost]

TASK [common : Kubesphere | Check redis PersistentVolumeClaim] ***** fatal: [localhost]: FAILED! => {"changed": true, "cmd": "/usr/local/bin/kubectl get pvc -n kubesphere-system redis-pvc -o jsonpath='{.status.capacity.storage}'\n", "delta": "0:00:00.933828", "end": "2020-04-01 09:36:13.578722", "msg": "non-zero return code", "rc": 1, "start": "2020-04-01 09:36:12.644894", "stderr": "Error from server (NotFound): persistentvolumeclaims \"redis-pvc\" not found", "stderr_lines": ["Error from server (NotFound): persistentvolumeclaims \"redis-pvc\" not found"], "stdout": "", "stdout_lines": []} ...ignoring

TASK [common : Kubesphere | Setting redis db pv size] ** skipping: [localhost]

TASK [common : Kubesphere | Check minio PersistentVolumeClaim] ***** fatal: [localhost]: FAILED! => {"changed": true, "cmd": "/usr/local/bin/kubectl get pvc -n kubesphere-system minio -o jsonpath='{.status.capacity.storage}'\n", "delta": "0:00:01.086385", "end": "2020-04-01 09:36:15.142829", "msg": "non-zero return code", "rc": 1, "start": "2020-04-01 09:36:14.056444", "stderr": "Error from server (NotFound): persistentvolumeclaims \"minio\" not found", "stderr_lines": ["Error from server (NotFound): persistentvolumeclaims \"minio\" not found"], "stdout": "", "stdout_lines": []} ...ignoring

TASK [common : Kubesphere | Setting minio pv size] ***** skipping: [localhost]

TASK [common : Kubesphere | Check openldap PersistentVolumeClaim] ** fatal: [localhost]: FAILED! => {"changed": true, "cmd": "/usr/local/bin/kubectl get pvc -n kubesphere-system openldap-pvc-openldap-0 -o jsonpath='{.status.capacity.storage}'\n", "delta": "0:00:00.934592", "end": "2020-04-01 09:36:16.567088", "msg": "non-zero return code", "rc": 1, "start": "2020-04-01 09:36:15.632496", "stderr": "Error from server (NotFound): persistentvolumeclaims \"openldap-pvc-openldap-0\" not found", "stderr_lines": ["Error from server (NotFound): persistentvolumeclaims \"openldap-pvc-openldap-0\" not found"], "stdout": "", "stdout_lines": []} ...ignoring

TASK [common : Kubesphere | Setting openldap pv size] ** skipping: [localhost]

TASK [common : Kubesphere | Check etcd db PersistentVolumeClaim] *** fatal: [localhost]: FAILED! => {"changed": true, "cmd": "/usr/local/bin/kubectl get pvc -n kubesphere-system etcd-pvc -o jsonpath='{.status.capacity.storage}'\n", "delta": "0:00:01.036568", "end": "2020-04-01 09:36:18.094695", "msg": "non-zero return code", "rc": 1, "start": "2020-04-01 09:36:17.058127", "stderr": "Error from server (NotFound): persistentvolumeclaims \"etcd-pvc\" not found", "stderr_lines": ["Error from server (NotFound): persistentvolumeclaims \"etcd-pvc\" not found"], "stdout": "", "stdout_lines": []} ...ignoring

TASK [common : Kubesphere | Setting etcd pv size] ** skipping: [localhost]

TASK [common : Kubesphere | Check redis ha PersistentVolumeClaim] ** fatal: [localhost]: FAILED! => {"changed": true, "cmd": "/usr/local/bin/kubectl get pvc -n kubesphere-system data-redis-ha-server-0 -o jsonpath='{.status.capacity.storage}'\n", "delta": "0:00:00.803034", "end": "2020-04-01 09:36:19.391804", "msg": "non-zero return code", "rc": 1, "start": "2020-04-01 09:36:18.588770", "stderr": "Error from server (NotFound): persistentvolumeclaims \"data-redis-ha-server-0\" not found", "stderr_lines": ["Error from server (NotFound): persistentvolumeclaims \"data-redis-ha-server-0\" not found"], "stdout": "", "stdout_lines": []} ...ignoring

Forest-L commented 4 years ago

@gdzy1987 The result is ignoring