在安装过程总出现如下报错,无法解决,求教开发者和其他使用人员,谢谢。
TASK [ks-core/prepare : KubeSphere | Init KubeSphere] **************************
changed: [localhost] => (item=iam-accounts.yaml)
changed: [localhost] => (item=webhook-secret.yaml)
failed: [localhost] (item=users.iam.kubesphere.io.yaml) => {“ansible_loop_var”: “item”, “changed”: true, “cmd”: “/usr/local/bin/kubectl apply -f /kubesphere/kubesphere/ks-init/users.iam.kubesphere.io.yaml”, “delta”: “0:00:00.131996”, “end”: “2021-03-02 15:58:41.906495”, “failed_when_result”: true, “item”: “users.iam.kubesphere.io.yaml”, “msg”: “non-zero return code”, “rc”: 1, “start”: “2021-03-02 15:58:41.774499”, “stderr”: "The validatingwebhookconfigurations \“users.iam.kubesphere.io\” is invalid: metadata.resourceVersion: Invalid value: 0×0: must be specified for an update", “stderr_lines”: ["The validatingwebhookconfigurations \“users.iam.kubesphere.io\” is invalid: metadata.resourceVersion: Invalid value: 0×0: must be specified for an update"], “stdout”: "", “stdout_lines”: []}