-
Notifications
You must be signed in to change notification settings - Fork 54
Description
first I would like to thank you for saving kubesphere opensource !
I try to use ks-install from your image on docker hub
but I have this error and no idea to solve it
If you can help me ?
Is it possible to save the helm chart too ?
regards
bruno
failed: [localhost] (item={'ns': 'kubesphere-system', 'kind': 'users.iam.kubesphere.io', 'resource': 'admin', 'release': 'ks-core'}) => {"ansible_loop_var": "item", "changed": true, "cmd": "/usr/local/bin/kubectl -n kubesphere-system annotate --overwrite users.iam.kubesphere.io admin meta.helm.sh/release-name=ks-core && /usr/local/bin/kubectl -n kubesphere-system annotate --overwrite users.iam.kubesphere.io admin meta.helm.sh/release-namespace=kubesphere-system && /usr/local/bin/kubectl -n kubesphere-system label --overwrite users.iam.kubesphere.io admin app.kubernetes.io/managed-by=Helm\n", "delta": "0:00:00.263084", "end": "2025-07-31 16:33:43.752456", "failed_when_result": true, "item": {"kind": "users.iam.kubesphere.io", "ns": "kubesphere-system", "release": "ks-core", "resource": "admin"}, "msg": "non-zero return code", "rc": 1, "start": "2025-07-31 16:33:43.489372", "stderr": "Error from server (InternalError): Internal error occurred: failed calling webhook "users.iam.kubesphere.io": failed to call webhook: Post "https://ks-controller-manager.kubesphere-system.svc:443/validate-email-iam-kubesphere-io-v1alpha2?timeout=30s\": service "ks-controller-manager" not found", "stderr_lines": ["Error from server (InternalError): Internal error occurred: failed calling webhook "users.iam.kubesphere.io": failed to call webhook: Post "https://ks-controller-manager.kubesphere-system.svc:443/validate-email-iam-kubesphere-io-v1alpha2?timeout=30s": service "ks-controller-manager" not found"], "stdout": "", "stdout_lines": []}
PLAY RECAP *********************************************************************
localhost : ok=15 changed=9 unreachable=0 failed=1 skipped=6 rescued=0 ignored=0