操作系统信息
3台虚拟机,1台master(8C8G)2node(8C16G),centos7.9.2009
Kubernetes版本信息
Client Version: version.Info{Major:“1”, Minor:“23”, GitVersion:“v1.23.10”, GitCommit:“7e54d50d3012cf3389e43b096ba35300f36e0817”, GitTreeState:“clean”, BuildDate:“2022-08-17T18:32:54Z”, GoVersion:“go1.17.13”, Compiler:“gc”, Platform:“linux/amd64”}
Server Version: version.Info{Major:“1”, Minor:“23”, GitVersion:“v1.23.10”, GitCommit:“7e54d50d3012cf3389e43b096ba35300f36e0817”, GitTreeState:“clean”, BuildDate:“2022-08-17T18:26:59Z”, GoVersion:“go1.17.13”, Compiler:“gc”, Platform:“linux/amd64”}
容器运行时
docker version
Client: Docker Engine - Community
Version: 25.0.3
API version: 1.44
Go version: go1.21.6
Git commit: 4debf41
Built: Tue Feb 6 21:17:10 2024
OS/Arch: linux/amd64
Context: default
Server: Docker Engine - Community
Engine:
Version: 25.0.3
API version: 1.44 (minimum version 1.24)
Go version: go1.21.6
Git commit: f417435
Built: Tue Feb 6 21:16:08 2024
OS/Arch: linux/amd64
Experimental: true
containerd:
Version: 1.6.28
GitCommit: ae07eda36dd25f8a1b98dfbf587313b99c0190bb
runc:
Version: 1.1.12
GitCommit: v1.1.12-0-g51d5e94
docker-init:
Version: 0.19.0
GitCommit: de40ad0
crictl version
nerdctl version
KubeSphere版本信息
v3.4.1,在线安装
报错日志:
Start installing monitoring
Start installing multicluster
Start installing openpitrix
Start installing network
Start installing devops
**************************************************
Waiting for all tasks to be completed …
task network status is successful (⅕)
task openpitrix status is successful (⅖)
task multicluster status is successful (⅗)
task devops status is failed (⅘)
task monitoring status is successful (5/5)
**************************************************
Collecting installation results …
Task ‘devops’ failed:
******************************************************************************************************************************************************
{
“counter”: 132,
“created”: “2024-02-18T01:35:55.990016”,
“end_line”: 161,
“event”: “runner_on_failed”,
“event_data”: {
"duration": 24.614034,
"end": "2024-02-18T01:35:55.989630",
"event_loop": null,
"host": "localhost",
"ignore_errors": null,
"play": "localhost",
"play_pattern": "localhost",
"play_uuid": "e273233d-9ceb-bf0f-b5ab-000000000005",
"playbook": "/kubesphere/playbooks/devops.yaml",
"playbook_uuid": "3a152c22-1ba7-45e1-a57a-76767b06a27b",
"remote_addr": "127.0.0.1",
"res": {
"changed": true,
"msg": "All items completed",
"results": [
{
"_ansible_item_label": {
"kind": "secrets",
"ns": "kubesphere-devops-system",
"release": "devops",
"resource": "s2i-webhook-server-cert"
},
"_ansible_no_log": false,
"ansible_loop_var": "item",
"changed": true,
"cmd": "RESOURCE=$(/usr/local/bin/kubectl -n kubesphere-devops-system get secrets s2i-webhook-server-cert 2> /dev/null | head -n 1); if [[ \\"$RESOURCE\\" != '' ]]; then /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite secrets s2i-webhook-server-cert meta.helm.sh/release-name=devops; /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite secrets s2i-webhook-server-cert meta.helm.sh/release-namespace=kubesphere-devops-system; /usr/local/bin/kubectl -n kubesphere-devops-system label --overwrite secrets s2i-webhook-server-cert app.kubernetes.io/managed-by=Helm; fi\\n",
"delta": "0:00:00.659952",
"end": "2024-02-18 09:35:32.800487",
"failed": false,
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "RESOURCE=$(/usr/local/bin/kubectl -n kubesphere-devops-system get secrets s2i-webhook-server-cert 2> /dev/null | head -n 1); if [[ \\"$RESOURCE\\" != '' ]]; then /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite secrets s2i-webhook-server-cert meta.helm.sh/release-name=devops; /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite secrets s2i-webhook-server-cert meta.helm.sh/release-namespace=kubesphere-devops-system; /usr/local/bin/kubectl -n kubesphere-devops-system label --overwrite secrets s2i-webhook-server-cert app.kubernetes.io/managed-by=Helm; fi\\n",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": "/bin/bash",
"removes": null,
"stdin": null,
"stdin_add_newline": true,
"strip_empty_ends": true,
"warn": true
}
},
"item": {
"kind": "secrets",
"ns": "kubesphere-devops-system",
"release": "devops",
"resource": "s2i-webhook-server-cert"
},
"rc": 0,
"start": "2024-02-18 09:35:32.140535",
"stderr": "",
"stderr_lines": [],
"stdout": "secret/s2i-webhook-server-cert annotated\\nsecret/s2i-webhook-server-cert annotated\\nsecret/s2i-webhook-server-cert not labeled",
"stdout_lines": [
"secret/s2i-webhook-server-cert annotated",
"secret/s2i-webhook-server-cert annotated",
"secret/s2i-webhook-server-cert not labeled"
]
},
{
"_ansible_item_label": {
"kind": "configmap",
"ns": "kubesphere-devops-system",
"release": "devops",
"resource": "jenkins-casc-config"
},
"_ansible_no_log": false,
"ansible_loop_var": "item",
"changed": true,
"cmd": "RESOURCE=$(/usr/local/bin/kubectl -n kubesphere-devops-system get configmap jenkins-casc-config 2> /dev/null | head -n 1); if [[ \\"$RESOURCE\\" != '' ]]; then /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite configmap jenkins-casc-config meta.helm.sh/release-name=devops; /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite configmap jenkins-casc-config meta.helm.sh/release-namespace=kubesphere-devops-system; /usr/local/bin/kubectl -n kubesphere-devops-system label --overwrite configmap jenkins-casc-config app.kubernetes.io/managed-by=Helm; fi\\n",
"delta": "0:00:00.732897",
"end": "2024-02-18 09:35:34.145287",
"failed": false,
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "RESOURCE=$(/usr/local/bin/kubectl -n kubesphere-devops-system get configmap jenkins-casc-config 2> /dev/null | head -n 1); if [[ \\"$RESOURCE\\" != '' ]]; then /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite configmap jenkins-casc-config meta.helm.sh/release-name=devops; /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite configmap jenkins-casc-config meta.helm.sh/release-namespace=kubesphere-devops-system; /usr/local/bin/kubectl -n kubesphere-devops-system label --overwrite configmap jenkins-casc-config app.kubernetes.io/managed-by=Helm; fi\\n",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": "/bin/bash",
"removes": null,
"stdin": null,
"stdin_add_newline": true,
"strip_empty_ends": true,
"warn": true
}
},
"item": {
"kind": "configmap",
"ns": "kubesphere-devops-system",
"release": "devops",
"resource": "jenkins-casc-config"
},
"rc": 0,
"start": "2024-02-18 09:35:33.412390",
"stderr": "",
"stderr_lines": [],
"stdout": "configmap/jenkins-casc-config annotated\\nconfigmap/jenkins-casc-config annotated\\nconfigmap/jenkins-casc-config not labeled",
"stdout_lines": [
"configmap/jenkins-casc-config annotated",
"configmap/jenkins-casc-config annotated",
"configmap/jenkins-casc-config not labeled"
]
},
{
"_ansible_item_label": {
"kind": "configmap",
"ns": "kubesphere-devops-system",
"release": "devops",
"resource": "ks-devops-agent"
},
"_ansible_no_log": false,
"ansible_loop_var": "item",
"changed": true,
"cmd": "RESOURCE=$(/usr/local/bin/kubectl -n kubesphere-devops-system get configmap ks-devops-agent 2> /dev/null | head -n 1); if [[ \\"$RESOURCE\\" != '' ]]; then /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite configmap ks-devops-agent meta.helm.sh/release-name=devops; /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite configmap ks-devops-agent meta.helm.sh/release-namespace=kubesphere-devops-system; /usr/local/bin/kubectl -n kubesphere-devops-system label --overwrite configmap ks-devops-agent app.kubernetes.io/managed-by=Helm; fi\\n",
"delta": "0:00:00.180790",
"end": "2024-02-18 09:35:34.934850",
"failed": false,
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "RESOURCE=$(/usr/local/bin/kubectl -n kubesphere-devops-system get configmap ks-devops-agent 2> /dev/null | head -n 1); if [[ \\"$RESOURCE\\" != '' ]]; then /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite configmap ks-devops-agent meta.helm.sh/release-name=devops; /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite configmap ks-devops-agent meta.helm.sh/release-namespace=kubesphere-devops-system; /usr/local/bin/kubectl -n kubesphere-devops-system label --overwrite configmap ks-devops-agent app.kubernetes.io/managed-by=Helm; fi\\n",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": "/bin/bash",
"removes": null,
"stdin": null,
"stdin_add_newline": true,
"strip_empty_ends": true,
"warn": true
}
},
"item": {
"kind": "configmap",
"ns": "kubesphere-devops-system",
"release": "devops",
"resource": "ks-devops-agent"
},
"rc": 0,
"start": "2024-02-18 09:35:34.754060",
"stderr": "",
"stderr_lines": [],
"stdout": "",
"stdout_lines": []
},
{
"_ansible_item_label": {
"kind": "clusterrole",
"ns": "kubesphere-devops-system",
"release": "devops",
"resource": "manager-role"
},
"_ansible_no_log": false,
"ansible_loop_var": "item",
"changed": true,
"cmd": "RESOURCE=$(/usr/local/bin/kubectl -n kubesphere-devops-system get clusterrole manager-role 2> /dev/null | head -n 1); if [[ \\"$RESOURCE\\" != '' ]]; then /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite clusterrole manager-role meta.helm.sh/release-name=devops; /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite clusterrole manager-role meta.helm.sh/release-namespace=kubesphere-devops-system; /usr/local/bin/kubectl -n kubesphere-devops-system label --overwrite clusterrole manager-role app.kubernetes.io/managed-by=Helm; fi\\n",
"delta": "0:00:00.668745",
"end": "2024-02-18 09:35:36.219087",
"failed": false,
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "RESOURCE=$(/usr/local/bin/kubectl -n kubesphere-devops-system get clusterrole manager-role 2> /dev/null | head -n 1); if [[ \\"$RESOURCE\\" != '' ]]; then /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite clusterrole manager-role meta.helm.sh/release-name=devops; /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite clusterrole manager-role meta.helm.sh/release-namespace=kubesphere-devops-system; /usr/local/bin/kubectl -n kubesphere-devops-system label --overwrite clusterrole manager-role app.kubernetes.io/managed-by=Helm; fi\\n",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": "/bin/bash",
"removes": null,
"stdin": null,
"stdin_add_newline": true,
"strip_empty_ends": true,
"warn": true
}
},
"item": {
"kind": "clusterrole",
"ns": "kubesphere-devops-system",
"release": "devops",
"resource": "manager-role"
},
"rc": 0,
"start": "2024-02-18 09:35:35.550342",
"stderr": "",
"stderr_lines": [],
"stdout": "clusterrole.rbac.authorization.k8s.io/manager-role annotated\\nclusterrole.rbac.authorization.k8s.io/manager-role annotated\\nclusterrole.rbac.authorization.k8s.io/manager-role not labeled",
"stdout_lines": [
"clusterrole.rbac.authorization.k8s.io/manager-role annotated",
"clusterrole.rbac.authorization.k8s.io/manager-role annotated",
"clusterrole.rbac.authorization.k8s.io/manager-role not labeled"
]
},
{
"_ansible_item_label": {
"kind": "clusterrole",
"ns": "kubesphere-devops-system",
"release": "devops",
"resource": "proxy-role"
},
"_ansible_no_log": false,
"ansible_loop_var": "item",
"changed": true,
"cmd": "RESOURCE=$(/usr/local/bin/kubectl -n kubesphere-devops-system get clusterrole proxy-role 2> /dev/null | head -n 1); if [[ \\"$RESOURCE\\" != '' ]]; then /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite clusterrole proxy-role meta.helm.sh/release-name=devops; /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite clusterrole proxy-role meta.helm.sh/release-namespace=kubesphere-devops-system; /usr/local/bin/kubectl -n kubesphere-devops-system label --overwrite clusterrole proxy-role app.kubernetes.io/managed-by=Helm; fi\\n",
"delta": "0:00:00.677434",
"end": "2024-02-18 09:35:37.592983",
"failed": false,
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "RESOURCE=$(/usr/local/bin/kubectl -n kubesphere-devops-system get clusterrole proxy-role 2> /dev/null | head -n 1); if [[ \\"$RESOURCE\\" != '' ]]; then /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite clusterrole proxy-role meta.helm.sh/release-name=devops; /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite clusterrole proxy-role meta.helm.sh/release-namespace=kubesphere-devops-system; /usr/local/bin/kubectl -n kubesphere-devops-system label --overwrite clusterrole proxy-role app.kubernetes.io/managed-by=Helm; fi\\n",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": "/bin/bash",
"removes": null,
"stdin": null,
"stdin_add_newline": true,
"strip_empty_ends": true,
"warn": true
}
},
"item": {
"kind": "clusterrole",
"ns": "kubesphere-devops-system",
"release": "devops",
"resource": "proxy-role"
},
"rc": 0,
"start": "2024-02-18 09:35:36.915549",
"stderr": "",
"stderr_lines": [],
"stdout": "clusterrole.rbac.authorization.k8s.io/proxy-role annotated\\nclusterrole.rbac.authorization.k8s.io/proxy-role annotated\\nclusterrole.rbac.authorization.k8s.io/proxy-role not labeled",
"stdout_lines": [
"clusterrole.rbac.authorization.k8s.io/proxy-role annotated",
"clusterrole.rbac.authorization.k8s.io/proxy-role annotated",
"clusterrole.rbac.authorization.k8s.io/proxy-role not labeled"
]
},
{
"_ansible_item_label": {
"kind": "ClusterRoleBinding",
"ns": "kubesphere-devops-system",
"release": "devops",
"resource": "manager-rolebinding"
},
"_ansible_no_log": false,
"ansible_loop_var": "item",
"changed": true,
"cmd": "RESOURCE=$(/usr/local/bin/kubectl -n kubesphere-devops-system get ClusterRoleBinding manager-rolebinding 2> /dev/null | head -n 1); if [[ \\"$RESOURCE\\" != '' ]]; then /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite ClusterRoleBinding manager-rolebinding meta.helm.sh/release-name=devops; /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite ClusterRoleBinding manager-rolebinding meta.helm.sh/release-namespace=kubesphere-devops-system; /usr/local/bin/kubectl -n kubesphere-devops-system label --overwrite ClusterRoleBinding manager-rolebinding app.kubernetes.io/managed-by=Helm; fi\\n",
"delta": "0:00:00.641493",
"end": "2024-02-18 09:35:38.855530",
"failed": false,
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "RESOURCE=$(/usr/local/bin/kubectl -n kubesphere-devops-system get ClusterRoleBinding manager-rolebinding 2> /dev/null | head -n 1); if [[ \\"$RESOURCE\\" != '' ]]; then /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite ClusterRoleBinding manager-rolebinding meta.helm.sh/release-name=devops; /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite ClusterRoleBinding manager-rolebinding meta.helm.sh/release-namespace=kubesphere-devops-system; /usr/local/bin/kubectl -n kubesphere-devops-system label --overwrite ClusterRoleBinding manager-rolebinding app.kubernetes.io/managed-by=Helm; fi\\n",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": "/bin/bash",
"removes": null,
"stdin": null,
"stdin_add_newline": true,
"strip_empty_ends": true,
"warn": true
}
},
"item": {
"kind": "ClusterRoleBinding",
"ns": "kubesphere-devops-system",
"release": "devops",
"resource": "manager-rolebinding"
},
"rc": 0,
"start": "2024-02-18 09:35:38.214037",
"stderr": "",
"stderr_lines": [],
"stdout": "clusterrolebinding.rbac.authorization.k8s.io/manager-rolebinding annotated\\nclusterrolebinding.rbac.authorization.k8s.io/manager-rolebinding annotated\\nclusterrolebinding.rbac.authorization.k8s.io/manager-rolebinding not labeled",
"stdout_lines": [
"clusterrolebinding.rbac.authorization.k8s.io/manager-rolebinding annotated",
"clusterrolebinding.rbac.authorization.k8s.io/manager-rolebinding annotated",
"clusterrolebinding.rbac.authorization.k8s.io/manager-rolebinding not labeled"
]
},
{
"_ansible_item_label": {
"kind": "ClusterRoleBinding",
"ns": "kubesphere-devops-system",
"release": "devops",
"resource": "proxy-rolebinding"
},
"_ansible_no_log": false,
"ansible_loop_var": "item",
"changed": true,
"cmd": "RESOURCE=$(/usr/local/bin/kubectl -n kubesphere-devops-system get ClusterRoleBinding proxy-rolebinding 2> /dev/null | head -n 1); if [[ \\"$RESOURCE\\" != '' ]]; then /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite ClusterRoleBinding proxy-rolebinding meta.helm.sh/release-name=devops; /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite ClusterRoleBinding proxy-rolebinding meta.helm.sh/release-namespace=kubesphere-devops-system; /usr/local/bin/kubectl -n kubesphere-devops-system label --overwrite ClusterRoleBinding proxy-rolebinding app.kubernetes.io/managed-by=Helm; fi\\n",
"delta": "0:00:00.682904",
"end": "2024-02-18 09:35:40.172123",
"failed": false,
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "RESOURCE=$(/usr/local/bin/kubectl -n kubesphere-devops-system get ClusterRoleBinding proxy-rolebinding 2> /dev/null | head -n 1); if [[ \\"$RESOURCE\\" != '' ]]; then /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite ClusterRoleBinding proxy-rolebinding meta.helm.sh/release-name=devops; /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite ClusterRoleBinding proxy-rolebinding meta.helm.sh/release-namespace=kubesphere-devops-system; /usr/local/bin/kubectl -n kubesphere-devops-system label --overwrite ClusterRoleBinding proxy-rolebinding app.kubernetes.io/managed-by=Helm; fi\\n",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": "/bin/bash",
"removes": null,
"stdin": null,
"stdin_add_newline": true,
"strip_empty_ends": true,
"warn": true
}
},
"item": {
"kind": "ClusterRoleBinding",
"ns": "kubesphere-devops-system",
"release": "devops",
"resource": "proxy-rolebinding"
},
"rc": 0,
"start": "2024-02-18 09:35:39.489219",
"stderr": "",
"stderr_lines": [],
"stdout": "clusterrolebinding.rbac.authorization.k8s.io/proxy-rolebinding annotated\\nclusterrolebinding.rbac.authorization.k8s.io/proxy-rolebinding annotated\\nclusterrolebinding.rbac.authorization.k8s.io/proxy-rolebinding not labeled",
"stdout_lines": [
"clusterrolebinding.rbac.authorization.k8s.io/proxy-rolebinding annotated",
"clusterrolebinding.rbac.authorization.k8s.io/proxy-rolebinding annotated",
"clusterrolebinding.rbac.authorization.k8s.io/proxy-rolebinding not labeled"
]
},
{
"_ansible_item_label": {
"kind": "service",
"ns": "kubesphere-devops-system",
"release": "devops",
"resource": "s2ioperator-metrics-service"
},
"_ansible_no_log": false,
"ansible_loop_var": "item",
"changed": true,
"cmd": "RESOURCE=$(/usr/local/bin/kubectl -n kubesphere-devops-system get service s2ioperator-metrics-service 2> /dev/null | head -n 1); if [[ \\"$RESOURCE\\" != '' ]]; then /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite service s2ioperator-metrics-service meta.helm.sh/release-name=devops; /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite service s2ioperator-metrics-service meta.helm.sh/release-namespace=kubesphere-devops-system; /usr/local/bin/kubectl -n kubesphere-devops-system label --overwrite service s2ioperator-metrics-service app.kubernetes.io/managed-by=Helm; fi\\n",
"delta": "0:00:00.652160",
"end": "2024-02-18 09:35:41.443560",
"failed": false,
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "RESOURCE=$(/usr/local/bin/kubectl -n kubesphere-devops-system get service s2ioperator-metrics-service 2> /dev/null | head -n 1); if [[ \\"$RESOURCE\\" != '' ]]; then /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite service s2ioperator-metrics-service meta.helm.sh/release-name=devops; /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite service s2ioperator-metrics-service meta.helm.sh/release-namespace=kubesphere-devops-system; /usr/local/bin/kubectl -n kubesphere-devops-system label --overwrite service s2ioperator-metrics-service app.kubernetes.io/managed-by=Helm; fi\\n",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": "/bin/bash",
"removes": null,
"stdin": null,
"stdin_add_newline": true,
"strip_empty_ends": true,
"warn": true
}
},
"item": {
"kind": "service",
"ns": "kubesphere-devops-system",
"release": "devops",
"resource": "s2ioperator-metrics-service"
},
"rc": 0,
"start": "2024-02-18 09:35:40.791400",
"stderr": "",
"stderr_lines": [],
"stdout": "service/s2ioperator-metrics-service annotated\\nservice/s2ioperator-metrics-service annotated\\nservice/s2ioperator-metrics-service not labeled",
"stdout_lines": [
"service/s2ioperator-metrics-service annotated",
"service/s2ioperator-metrics-service annotated",
"service/s2ioperator-metrics-service not labeled"
]
},
{
"_ansible_item_label": {
"kind": "service",
"ns": "kubesphere-devops-system",
"release": "devops",
"resource": "s2i-trigger-service"
},
"_ansible_no_log": false,
"ansible_loop_var": "item",
"changed": true,
"cmd": "RESOURCE=$(/usr/local/bin/kubectl -n kubesphere-devops-system get service s2i-trigger-service 2> /dev/null | head -n 1); if [[ \\"$RESOURCE\\" != '' ]]; then /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite service s2i-trigger-service meta.helm.sh/release-name=devops; /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite service s2i-trigger-service meta.helm.sh/release-namespace=kubesphere-devops-system; /usr/local/bin/kubectl -n kubesphere-devops-system label --overwrite service s2i-trigger-service app.kubernetes.io/managed-by=Helm; fi\\n",
"delta": "0:00:00.181011",
"end": "2024-02-18 09:35:42.249803",
"failed": false,
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "RESOURCE=$(/usr/local/bin/kubectl -n kubesphere-devops-system get service s2i-trigger-service 2> /dev/null | head -n 1); if [[ \\"$RESOURCE\\" != '' ]]; then /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite service s2i-trigger-service meta.helm.sh/release-name=devops; /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite service s2i-trigger-service meta.helm.sh/release-namespace=kubesphere-devops-system; /usr/local/bin/kubectl -n kubesphere-devops-system label --overwrite service s2i-trigger-service app.kubernetes.io/managed-by=Helm; fi\\n",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": "/bin/bash",
"removes": null,
"stdin": null,
"stdin_add_newline": true,
"strip_empty_ends": true,
"warn": true
}
},
"item": {
"kind": "service",
"ns": "kubesphere-devops-system",
"release": "devops",
"resource": "s2i-trigger-service"
},
"rc": 0,
"start": "2024-02-18 09:35:42.068792",
"stderr": "",
"stderr_lines": [],
"stdout": "",
"stdout_lines": []
},
{
"_ansible_item_label": {
"kind": "service",
"ns": "kubesphere-devops-system",
"release": "devops",
"resource": "webhook-server-service"
},
"_ansible_no_log": false,
"ansible_loop_var": "item",
"changed": true,
"cmd": "RESOURCE=$(/usr/local/bin/kubectl -n kubesphere-devops-system get service webhook-server-service 2> /dev/null | head -n 1); if [[ \\"$RESOURCE\\" != '' ]]; then /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite service webhook-server-service meta.helm.sh/release-name=devops; /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite service webhook-server-service meta.helm.sh/release-namespace=kubesphere-devops-system; /usr/local/bin/kubectl -n kubesphere-devops-system label --overwrite service webhook-server-service app.kubernetes.io/managed-by=Helm; fi\\n",
"delta": "0:00:00.656667",
"end": "2024-02-18 09:35:43.540047",
"failed": false,
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "RESOURCE=$(/usr/local/bin/kubectl -n kubesphere-devops-system get service webhook-server-service 2> /dev/null | head -n 1); if [[ \\"$RESOURCE\\" != '' ]]; then /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite service webhook-server-service meta.helm.sh/release-name=devops; /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite service webhook-server-service meta.helm.sh/release-namespace=kubesphere-devops-system; /usr/local/bin/kubectl -n kubesphere-devops-system label --overwrite service webhook-server-service app.kubernetes.io/managed-by=Helm; fi\\n",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": "/bin/bash",
"removes": null,
"stdin": null,
"stdin_add_newline": true,
"strip_empty_ends": true,
"warn": true
}
},
"item": {
"kind": "service",
"ns": "kubesphere-devops-system",
"release": "devops",
"resource": "webhook-server-service"
},
"rc": 0,
"start": "2024-02-18 09:35:42.883380",
"stderr": "",
"stderr_lines": [],
"stdout": "service/webhook-server-service annotated\\nservice/webhook-server-service annotated\\nservice/webhook-server-service not labeled",
"stdout_lines": [
"service/webhook-server-service annotated",
"service/webhook-server-service annotated",
"service/webhook-server-service not labeled"
]
},
{
"_ansible_item_label": {
"kind": "service",
"ns": "kubesphere-devops-system",
"release": "devops",
"resource": "s2ioperator-trigger-service"
},
"_ansible_no_log": false,
"ansible_loop_var": "item",
"changed": true,
"cmd": "RESOURCE=$(/usr/local/bin/kubectl -n kubesphere-devops-system get service s2ioperator-trigger-service 2> /dev/null | head -n 1); if [[ \\"$RESOURCE\\" != '' ]]; then /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite service s2ioperator-trigger-service meta.helm.sh/release-name=devops; /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite service s2ioperator-trigger-service meta.helm.sh/release-namespace=kubesphere-devops-system; /usr/local/bin/kubectl -n kubesphere-devops-system label --overwrite service s2ioperator-trigger-service app.kubernetes.io/managed-by=Helm; fi\\n",
"delta": "0:00:00.666591",
"end": "2024-02-18 09:35:44.829995",
"failed": false,
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "RESOURCE=$(/usr/local/bin/kubectl -n kubesphere-devops-system get service s2ioperator-trigger-service 2> /dev/null | head -n 1); if [[ \\"$RESOURCE\\" != '' ]]; then /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite service s2ioperator-trigger-service meta.helm.sh/release-name=devops; /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite service s2ioperator-trigger-service meta.helm.sh/release-namespace=kubesphere-devops-system; /usr/local/bin/kubectl -n kubesphere-devops-system label --overwrite service s2ioperator-trigger-service app.kubernetes.io/managed-by=Helm; fi\\n",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": "/bin/bash",
"removes": null,
"stdin": null,
"stdin_add_newline": true,
"strip_empty_ends": true,
"warn": true
}
},
"item": {
"kind": "service",
"ns": "kubesphere-devops-system",
"release": "devops",
"resource": "s2ioperator-trigger-service"
},
"rc": 0,
"start": "2024-02-18 09:35:44.163404",
"stderr": "",
"stderr_lines": [],
"stdout": "service/s2ioperator-trigger-service annotated\\nservice/s2ioperator-trigger-service annotated\\nservice/s2ioperator-trigger-service not labeled",
"stdout_lines": [
"service/s2ioperator-trigger-service annotated",
"service/s2ioperator-trigger-service annotated",
"service/s2ioperator-trigger-service not labeled"
]
},
{
"_ansible_item_label": {
"kind": "StatefulSet",
"ns": "kubesphere-devops-system",
"release": "devops",
"resource": "s2ioperator"
},
"_ansible_no_log": false,
"ansible_loop_var": "item",
"changed": true,
"cmd": "RESOURCE=$(/usr/local/bin/kubectl -n kubesphere-devops-system get StatefulSet s2ioperator 2> /dev/null | head -n 1); if [[ \\"$RESOURCE\\" != '' ]]; then /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite StatefulSet s2ioperator meta.helm.sh/release-name=devops; /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite StatefulSet s2ioperator meta.helm.sh/release-namespace=kubesphere-devops-system; /usr/local/bin/kubectl -n kubesphere-devops-system label --overwrite StatefulSet s2ioperator app.kubernetes.io/managed-by=Helm; fi\\n",
"delta": "0:00:00.671532",
"end": "2024-02-18 09:35:46.137216",
"failed": false,
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "RESOURCE=$(/usr/local/bin/kubectl -n kubesphere-devops-system get StatefulSet s2ioperator 2> /dev/null | head -n 1); if [[ \\"$RESOURCE\\" != '' ]]; then /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite StatefulSet s2ioperator meta.helm.sh/release-name=devops; /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite StatefulSet s2ioperator meta.helm.sh/release-namespace=kubesphere-devops-system; /usr/local/bin/kubectl -n kubesphere-devops-system label --overwrite StatefulSet s2ioperator app.kubernetes.io/managed-by=Helm; fi\\n",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": "/bin/bash",
"removes": null,
"stdin": null,
"stdin_add_newline": true,
"strip_empty_ends": true,
"warn": true
}
},
"item": {
"kind": "StatefulSet",
"ns": "kubesphere-devops-system",
"release": "devops",
"resource": "s2ioperator"
},
"rc": 0,
"start": "2024-02-18 09:35:45.465684",
"stderr": "",
"stderr_lines": [],
"stdout": "statefulset.apps/s2ioperator annotated\\nstatefulset.apps/s2ioperator annotated\\nstatefulset.apps/s2ioperator not labeled",
"stdout_lines": [
"statefulset.apps/s2ioperator annotated",
"statefulset.apps/s2ioperator annotated",
"statefulset.apps/s2ioperator not labeled"
]
},
{
"_ansible_item_label": {
"kind": "MutatingWebhookConfiguration",
"ns": "kubesphere-devops-system",
"release": "devops",
"resource": "mutating-webhook-configuration"
},
"_ansible_no_log": false,
"ansible_loop_var": "item",
"changed": true,
"cmd": "RESOURCE=$(/usr/local/bin/kubectl -n kubesphere-devops-system get MutatingWebhookConfiguration mutating-webhook-configuration 2> /dev/null | head -n 1); if [[ \\"$RESOURCE\\" != '' ]]; then /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite MutatingWebhookConfiguration mutating-webhook-configuration meta.helm.sh/release-name=devops; /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite MutatingWebhookConfiguration mutating-webhook-configuration meta.helm.sh/release-namespace=kubesphere-devops-system; /usr/local/bin/kubectl -n kubesphere-devops-system label --overwrite MutatingWebhookConfiguration mutating-webhook-configuration app.kubernetes.io/managed-by=Helm; fi\\n",
"delta": "0:00:00.670866",
"end": "2024-02-18 09:35:47.431543",
"failed": false,
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "RESOURCE=$(/usr/local/bin/kubectl -n kubesphere-devops-system get MutatingWebhookConfiguration mutating-webhook-configuration 2> /dev/null | head -n 1); if [[ \\"$RESOURCE\\" != '' ]]; then /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite MutatingWebhookConfiguration mutating-webhook-configuration meta.helm.sh/release-name=devops; /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite MutatingWebhookConfiguration mutating-webhook-configuration meta.helm.sh/release-namespace=kubesphere-devops-system; /usr/local/bin/kubectl -n kubesphere-devops-system label --overwrite MutatingWebhookConfiguration mutating-webhook-configuration app.kubernetes.io/managed-by=Helm; fi\\n",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": "/bin/bash",
"removes": null,
"stdin": null,
"stdin_add_newline": true,
"strip_empty_ends": true,
"warn": true
}
},
"item": {
"kind": "MutatingWebhookConfiguration",
"ns": "kubesphere-devops-system",
"release": "devops",
"resource": "mutating-webhook-configuration"
},
"rc": 0,
"start": "2024-02-18 09:35:46.760677",
"stderr": "",
"stderr_lines": [],
"stdout": "mutatingwebhookconfiguration.admissionregistration.k8s.io/mutating-webhook-configuration annotated\\nmutatingwebhookconfiguration.admissionregistration.k8s.io/mutating-webhook-configuration annotated\\nmutatingwebhookconfiguration.admissionregistration.k8s.io/mutating-webhook-configuration not labeled",
"stdout_lines": [
"mutatingwebhookconfiguration.admissionregistration.k8s.io/mutating-webhook-configuration annotated",
"mutatingwebhookconfiguration.admissionregistration.k8s.io/mutating-webhook-configuration annotated",
"mutatingwebhookconfiguration.admissionregistration.k8s.io/mutating-webhook-configuration not labeled"
]
},
{
"_ansible_item_label": {
"kind": "ValidatingWebhookConfiguration",
"ns": "kubesphere-devops-system",
"release": "devops",
"resource": "validating-webhook-configuration"
},
"_ansible_no_log": false,
"ansible_loop_var": "item",
"changed": true,
"cmd": "RESOURCE=$(/usr/local/bin/kubectl -n kubesphere-devops-system get ValidatingWebhookConfiguration validating-webhook-configuration 2> /dev/null | head -n 1); if [[ \\"$RESOURCE\\" != '' ]]; then /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite ValidatingWebhookConfiguration validating-webhook-configuration meta.helm.sh/release-name=devops; /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite ValidatingWebhookConfiguration validating-webhook-configuration meta.helm.sh/release-namespace=kubesphere-devops-system; /usr/local/bin/kubectl -n kubesphere-devops-system label --overwrite ValidatingWebhookConfiguration validating-webhook-configuration app.kubernetes.io/managed-by=Helm; fi\\n",
"delta": "0:00:00.708052",
"end": "2024-02-18 09:35:48.781259",
"failed": false,
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "RESOURCE=$(/usr/local/bin/kubectl -n kubesphere-devops-system get ValidatingWebhookConfiguration validating-webhook-configuration 2> /dev/null | head -n 1); if [[ \\"$RESOURCE\\" != '' ]]; then /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite ValidatingWebhookConfiguration validating-webhook-configuration meta.helm.sh/release-name=devops; /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite ValidatingWebhookConfiguration validating-webhook-configuration meta.helm.sh/release-namespace=kubesphere-devops-system; /usr/local/bin/kubectl -n kubesphere-devops-system label --overwrite ValidatingWebhookConfiguration validating-webhook-configuration app.kubernetes.io/managed-by=Helm; fi\\n",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": "/bin/bash",
"removes": null,
"stdin": null,
"stdin_add_newline": true,
"strip_empty_ends": true,
"warn": true
}
},
"item": {
"kind": "ValidatingWebhookConfiguration",
"ns": "kubesphere-devops-system",
"release": "devops",
"resource": "validating-webhook-configuration"
},
"rc": 0,
"start": "2024-02-18 09:35:48.073207",
"stderr": "",
"stderr_lines": [],
"stdout": "validatingwebhookconfiguration.admissionregistration.k8s.io/validating-webhook-configuration annotated\\nvalidatingwebhookconfiguration.admissionregistration.k8s.io/validating-webhook-configuration annotated\\nvalidatingwebhookconfiguration.admissionregistration.k8s.io/validating-webhook-configuration not labeled",
"stdout_lines": [
"validatingwebhookconfiguration.admissionregistration.k8s.io/validating-webhook-configuration annotated",
"validatingwebhookconfiguration.admissionregistration.k8s.io/validating-webhook-configuration annotated",
"validatingwebhookconfiguration.admissionregistration.k8s.io/validating-webhook-configuration not labeled"
]
},
{
"_ansible_item_label": {
"kind": "S2iBuilderTemplate",
"ns": "kubesphere-devops-system",
"release": "devops",
"resource": "binary"
},
"_ansible_no_log": false,
"ansible_loop_var": "item",
"changed": true,
"cmd": "RESOURCE=$(/usr/local/bin/kubectl -n kubesphere-devops-system get S2iBuilderTemplate binary 2> /dev/null | head -n 1); if [[ \\"$RESOURCE\\" != '' ]]; then /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite S2iBuilderTemplate binary meta.helm.sh/release-name=devops; /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite S2iBuilderTemplate binary meta.helm.sh/release-namespace=kubesphere-devops-system; /usr/local/bin/kubectl -n kubesphere-devops-system label --overwrite S2iBuilderTemplate binary app.kubernetes.io/managed-by=Helm; fi\\n",
"delta": "0:00:00.791489",
"end": "2024-02-18 09:35:50.313695",
"failed": true,
"failed_when_result": true,
"invocation": {
"module_args": {
"_raw_params": "RESOURCE=$(/usr/local/bin/kubectl -n kubesphere-devops-system get S2iBuilderTemplate binary 2> /dev/null | head -n 1); if [[ \\"$RESOURCE\\" != '' ]]; then /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite S2iBuilderTemplate binary meta.helm.sh/release-name=devops; /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite S2iBuilderTemplate binary meta.helm.sh/release-namespace=kubesphere-devops-system; /usr/local/bin/kubectl -n kubesphere-devops-system label --overwrite S2iBuilderTemplate binary app.kubernetes.io/managed-by=Helm; fi\\n",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": "/bin/bash",
"removes": null,
"stdin": null,
"stdin_add_newline": true,
"strip_empty_ends": true,
"warn": true
}
},
"item": {
"kind": "S2iBuilderTemplate",
"ns": "kubesphere-devops-system",
"release": "devops",
"resource": "binary"
},
"msg": "non-zero return code",
"rc": 1,
"start": "2024-02-18 09:35:49.522206",
"stderr": "Error from server (InternalError): Internal error occurred: failed calling webhook \\"s2ibuildertemplate.kb.io\\": failed to call webhook: Post \\"https://webhook-server-service.kubesphere-devops-system.svc:443/validate-devops-kubesphere-io-v1alpha1-s2ibuildertemplate?timeout=10s\\": x509: certificate has expired or is not yet valid: current time 2024-02-18T01:35:49Z is after 2024-02-14T06:08:48Z\\nError from server (InternalError): Internal error occurred: failed calling webhook \\"s2ibuildertemplate.kb.io\\": failed to call webhook: Post \\"https://webhook-server-service.kubesphere-devops-system.svc:443/validate-devops-kubesphere-io-v1alpha1-s2ibuildertemplate?timeout=10s\\": x509: certificate has expired or is not yet valid: current time 2024-02-18T01:35:50Z is after 2024-02-14T06:08:48Z\\nError from server (InternalError): Internal error occurred: failed calling webhook \\"s2ibuildertemplate.kb.io\\": failed to call webhook: Post \\"https://webhook-server-service.kubesphere-devops-system.svc:443/validate-devops-kubesphere-io-v1alpha1-s2ibuildertemplate?timeout=10s\\": x509: certificate has expired or is not yet valid: current time 2024-02-18T01:35:50Z is after 2024-02-14T06:08:48Z",
"stderr_lines": [
"Error from server (InternalError): Internal error occurred: failed calling webhook \\"s2ibuildertemplate.kb.io\\": failed to call webhook: Post \\"https://webhook-server-service.kubesphere-devops-system.svc:443/validate-devops-kubesphere-io-v1alpha1-s2ibuildertemplate?timeout=10s\\": x509: certificate has expired or is not yet valid: current time 2024-02-18T01:35:49Z is after 2024-02-14T06:08:48Z",
"Error from server (InternalError): Internal error occurred: failed calling webhook \\"s2ibuildertemplate.kb.io\\": failed to call webhook: Post \\"https://webhook-server-service.kubesphere-devops-system.svc:443/validate-devops-kubesphere-io-v1alpha1-s2ibuildertemplate?timeout=10s\\": x509: certificate has expired or is not yet valid: current time 2024-02-18T01:35:50Z is after 2024-02-14T06:08:48Z",
"Error from server (InternalError): Internal error occurred: failed calling webhook \\"s2ibuildertemplate.kb.io\\": failed to call webhook: Post \\"https://webhook-server-service.kubesphere-devops-system.svc:443/validate-devops-kubesphere-io-v1alpha1-s2ibuildertemplate?timeout=10s\\": x509: certificate has expired or is not yet valid: current time 2024-02-18T01:35:50Z is after 2024-02-14T06:08:48Z"
],
"stdout": "",
"stdout_lines": []
},
{
"_ansible_item_label": {
"kind": "S2iBuilderTemplate",
"ns": "kubesphere-devops-system",
"release": "devops",
"resource": "java"
},
"_ansible_no_log": false,
"ansible_loop_var": "item",
"changed": true,
"cmd": "RESOURCE=$(/usr/local/bin/kubectl -n kubesphere-devops-system get S2iBuilderTemplate java 2> /dev/null | head -n 1); if [[ \\"$RESOURCE\\" != '' ]]; then /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite S2iBuilderTemplate java meta.helm.sh/release-name=devops; /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite S2iBuilderTemplate java meta.helm.sh/release-namespace=kubesphere-devops-system; /usr/local/bin/kubectl -n kubesphere-devops-system label --overwrite S2iBuilderTemplate java app.kubernetes.io/managed-by=Helm; fi\\n",
"delta": "0:00:00.746329",
"end": "2024-02-18 09:35:51.678326",
"failed": true,
"failed_when_result": true,
"invocation": {
"module_args": {
"_raw_params": "RESOURCE=$(/usr/local/bin/kubectl -n kubesphere-devops-system get S2iBuilderTemplate java 2> /dev/null | head -n 1); if [[ \\"$RESOURCE\\" != '' ]]; then /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite S2iBuilderTemplate java meta.helm.sh/release-name=devops; /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite S2iBuilderTemplate java meta.helm.sh/release-namespace=kubesphere-devops-system; /usr/local/bin/kubectl -n kubesphere-devops-system label --overwrite S2iBuilderTemplate java app.kubernetes.io/managed-by=Helm; fi\\n",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": "/bin/bash",
"removes": null,
"stdin": null,
"stdin_add_newline": true,
"strip_empty_ends": true,
"warn": true
}
},
"item": {
"kind": "S2iBuilderTemplate",
"ns": "kubesphere-devops-system",
"release": "devops",
"resource": "java"
},
"msg": "non-zero return code",
"rc": 1,
"start": "2024-02-18 09:35:50.931997",
"stderr": "Error from server (InternalError): Internal error occurred: failed calling webhook \\"s2ibuildertemplate.kb.io\\": failed to call webhook: Post \\"https://webhook-server-service.kubesphere-devops-system.svc:443/validate-devops-kubesphere-io-v1alpha1-s2ibuildertemplate?timeout=10s\\": x509: certificate has expired or is not yet valid: current time 2024-02-18T01:35:51Z is after 2024-02-14T06:08:48Z\\nError from server (InternalError): Internal error occurred: failed calling webhook \\"s2ibuildertemplate.kb.io\\": failed to call webhook: Post \\"https://webhook-server-service.kubesphere-devops-system.svc:443/validate-devops-kubesphere-io-v1alpha1-s2ibuildertemplate?timeout=10s\\": x509: certificate has expired or is not yet valid: current time 2024-02-18T01:35:51Z is after 2024-02-14T06:08:48Z\\nError from server (InternalError): Internal error occurred: failed calling webhook \\"s2ibuildertemplate.kb.io\\": failed to call webhook: Post \\"https://webhook-server-service.kubesphere-devops-system.svc:443/validate-devops-kubesphere-io-v1alpha1-s2ibuildertemplate?timeout=10s\\": x509: certificate has expired or is not yet valid: current time 2024-02-18T01:35:51Z is after 2024-02-14T06:08:48Z",
"stderr_lines": [
"Error from server (InternalError): Internal error occurred: failed calling webhook \\"s2ibuildertemplate.kb.io\\": failed to call webhook: Post \\"https://webhook-server-service.kubesphere-devops-system.svc:443/validate-devops-kubesphere-io-v1alpha1-s2ibuildertemplate?timeout=10s\\": x509: certificate has expired or is not yet valid: current time 2024-02-18T01:35:51Z is after 2024-02-14T06:08:48Z",
"Error from server (InternalError): Internal error occurred: failed calling webhook \\"s2ibuildertemplate.kb.io\\": failed to call webhook: Post \\"https://webhook-server-service.kubesphere-devops-system.svc:443/validate-devops-kubesphere-io-v1alpha1-s2ibuildertemplate?timeout=10s\\": x509: certificate has expired or is not yet valid: current time 2024-02-18T01:35:51Z is after 2024-02-14T06:08:48Z",
"Error from server (InternalError): Internal error occurred: failed calling webhook \\"s2ibuildertemplate.kb.io\\": failed to call webhook: Post \\"https://webhook-server-service.kubesphere-devops-system.svc:443/validate-devops-kubesphere-io-v1alpha1-s2ibuildertemplate?timeout=10s\\": x509: certificate has expired or is not yet valid: current time 2024-02-18T01:35:51Z is after 2024-02-14T06:08:48Z"
],
"stdout": "",
"stdout_lines": []
},
{
"_ansible_item_label": {
"kind": "S2iBuilderTemplate",
"ns": "kubesphere-devops-system",
"release": "devops",
"resource": "nodejs"
},
"_ansible_no_log": false,
"ansible_loop_var": "item",
"changed": true,
"cmd": "RESOURCE=$(/usr/local/bin/kubectl -n kubesphere-devops-system get S2iBuilderTemplate nodejs 2> /dev/null | head -n 1); if [[ \\"$RESOURCE\\" != '' ]]; then /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite S2iBuilderTemplate nodejs meta.helm.sh/release-name=devops; /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite S2iBuilderTemplate nodejs meta.helm.sh/release-namespace=kubesphere-devops-system; /usr/local/bin/kubectl -n kubesphere-devops-system label --overwrite S2iBuilderTemplate nodejs app.kubernetes.io/managed-by=Helm; fi\\n",
"delta": "0:00:00.712533",
"end": "2024-02-18 09:35:53.048079",
"failed": true,
"failed_when_result": true,
"invocation": {
"module_args": {
"_raw_params": "RESOURCE=$(/usr/local/bin/kubectl -n kubesphere-devops-system get S2iBuilderTemplate nodejs 2> /dev/null | head -n 1); if [[ \\"$RESOURCE\\" != '' ]]; then /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite S2iBuilderTemplate nodejs meta.helm.sh/release-name=devops; /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite S2iBuilderTemplate nodejs meta.helm.sh/release-namespace=kubesphere-devops-system; /usr/local/bin/kubectl -n kubesphere-devops-system label --overwrite S2iBuilderTemplate nodejs app.kubernetes.io/managed-by=Helm; fi\\n",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": "/bin/bash",
"removes": null,
"stdin": null,
"stdin_add_newline": true,
"strip_empty_ends": true,
"warn": true
}
},
"item": {
"kind": "S2iBuilderTemplate",
"ns": "kubesphere-devops-system",
"release": "devops",
"resource": "nodejs"
},
"msg": "non-zero return code",
"rc": 1,
"start": "2024-02-18 09:35:52.335546",
"stderr": "Error from server (InternalError): Internal error occurred: failed calling webhook \\"s2ibuildertemplate.kb.io\\": failed to call webhook: Post \\"https://webhook-server-service.kubesphere-devops-system.svc:443/validate-devops-kubesphere-io-v1alpha1-s2ibuildertemplate?timeout=10s\\": x509: certificate has expired or is not yet valid: current time 2024-02-18T01:35:52Z is after 2024-02-14T06:08:48Z\\nError from server (InternalError): Internal error occurred: failed calling webhook \\"s2ibuildertemplate.kb.io\\": failed to call webhook: Post \\"https://webhook-server-service.kubesphere-devops-system.svc:443/validate-devops-kubesphere-io-v1alpha1-s2ibuildertemplate?timeout=10s\\": x509: certificate has expired or is not yet valid: current time 2024-02-18T01:35:52Z is after 2024-02-14T06:08:48Z\\nError from server (InternalError): Internal error occurred: failed calling webhook \\"s2ibuildertemplate.kb.io\\": failed to call webhook: Post \\"https://webhook-server-service.kubesphere-devops-system.svc:443/validate-devops-kubesphere-io-v1alpha1-s2ibuildertemplate?timeout=10s\\": x509: certificate has expired or is not yet valid: current time 2024-02-18T01:35:53Z is after 2024-02-14T06:08:48Z",
"stderr_lines": [
"Error from server (InternalError): Internal error occurred: failed calling webhook \\"s2ibuildertemplate.kb.io\\": failed to call webhook: Post \\"https://webhook-server-service.kubesphere-devops-system.svc:443/validate-devops-kubesphere-io-v1alpha1-s2ibuildertemplate?timeout=10s\\": x509: certificate has expired or is not yet valid: current time 2024-02-18T01:35:52Z is after 2024-02-14T06:08:48Z",
"Error from server (InternalError): Internal error occurred: failed calling webhook \\"s2ibuildertemplate.kb.io\\": failed to call webhook: Post \\"https://webhook-server-service.kubesphere-devops-system.svc:443/validate-devops-kubesphere-io-v1alpha1-s2ibuildertemplate?timeout=10s\\": x509: certificate has expired or is not yet valid: current time 2024-02-18T01:35:52Z is after 2024-02-14T06:08:48Z",
"Error from server (InternalError): Internal error occurred: failed calling webhook \\"s2ibuildertemplate.kb.io\\": failed to call webhook: Post \\"https://webhook-server-service.kubesphere-devops-system.svc:443/validate-devops-kubesphere-io-v1alpha1-s2ibuildertemplate?timeout=10s\\": x509: certificate has expired or is not yet valid: current time 2024-02-18T01:35:53Z is after 2024-02-14T06:08:48Z"
],
"stdout": "",
"stdout_lines": []
},
{
"_ansible_item_label": {
"kind": "S2iBuilderTemplate",
"ns": "kubesphere-devops-system",
"release": "devops",
"resource": "tomcat"
},
"_ansible_no_log": false,
"ansible_loop_var": "item",
"changed": true,
"cmd": "RESOURCE=$(/usr/local/bin/kubectl -n kubesphere-devops-system get S2iBuilderTemplate tomcat 2> /dev/null | head -n 1); if [[ \\"$RESOURCE\\" != '' ]]; then /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite S2iBuilderTemplate tomcat meta.helm.sh/release-name=devops; /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite S2iBuilderTemplate tomcat meta.helm.sh/release-namespace=kubesphere-devops-system; /usr/local/bin/kubectl -n kubesphere-devops-system label --overwrite S2iBuilderTemplate tomcat app.kubernetes.io/managed-by=Helm; fi\\n",
"delta": "0:00:00.773477",
"end": "2024-02-18 09:35:54.444600",
"failed": true,
"failed_when_result": true,
"invocation": {
"module_args": {
"_raw_params": "RESOURCE=$(/usr/local/bin/kubectl -n kubesphere-devops-system get S2iBuilderTemplate tomcat 2> /dev/null | head -n 1); if [[ \\"$RESOURCE\\" != '' ]]; then /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite S2iBuilderTemplate tomcat meta.helm.sh/release-name=devops; /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite S2iBuilderTemplate tomcat meta.helm.sh/release-namespace=kubesphere-devops-system; /usr/local/bin/kubectl -n kubesphere-devops-system label --overwrite S2iBuilderTemplate tomcat app.kubernetes.io/managed-by=Helm; fi\\n",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": "/bin/bash",
"removes": null,
"stdin": null,
"stdin_add_newline": true,
"strip_empty_ends": true,
"warn": true
}
},
"item": {
"kind": "S2iBuilderTemplate",
"ns": "kubesphere-devops-system",
"release": "devops",
"resource": "tomcat"
},
"msg": "non-zero return code",
"rc": 1,
"start": "2024-02-18 09:35:53.671123",
"stderr": "Error from server (InternalError): Internal error occurred: failed calling webhook \\"s2ibuildertemplate.kb.io\\": failed to call webhook: Post \\"https://webhook-server-service.kubesphere-devops-system.svc:443/validate-devops-kubesphere-io-v1alpha1-s2ibuildertemplate?timeout=10s\\": x509: certificate has expired or is not yet valid: current time 2024-02-18T01:35:54Z is after 2024-02-14T06:08:48Z\\nError from server (InternalError): Internal error occurred: failed calling webhook \\"s2ibuildertemplate.kb.io\\": failed to call webhook: Post \\"https://webhook-server-service.kubesphere-devops-system.svc:443/validate-devops-kubesphere-io-v1alpha1-s2ibuildertemplate?timeout=10s\\": x509: certificate has expired or is not yet valid: current time 2024-02-18T01:35:54Z is after 2024-02-14T06:08:48Z\\nError from server (InternalError): Internal error occurred: failed calling webhook \\"s2ibuildertemplate.kb.io\\": failed to call webhook: Post \\"https://webhook-server-service.kubesphere-devops-system.svc:443/validate-devops-kubesphere-io-v1alpha1-s2ibuildertemplate?timeout=10s\\": x509: certificate has expired or is not yet valid: current time 2024-02-18T01:35:54Z is after 2024-02-14T06:08:48Z",
"stderr_lines": [
"Error from server (InternalError): Internal error occurred: failed calling webhook \\"s2ibuildertemplate.kb.io\\": failed to call webhook: Post \\"https://webhook-server-service.kubesphere-devops-system.svc:443/validate-devops-kubesphere-io-v1alpha1-s2ibuildertemplate?timeout=10s\\": x509: certificate has expired or is not yet valid: current time 2024-02-18T01:35:54Z is after 2024-02-14T06:08:48Z",
"Error from server (InternalError): Internal error occurred: failed calling webhook \\"s2ibuildertemplate.kb.io\\": failed to call webhook: Post \\"https://webhook-server-service.kubesphere-devops-system.svc:443/validate-devops-kubesphere-io-v1alpha1-s2ibuildertemplate?timeout=10s\\": x509: certificate has expired or is not yet valid: current time 2024-02-18T01:35:54Z is after 2024-02-14T06:08:48Z",
"Error from server (InternalError): Internal error occurred: failed calling webhook \\"s2ibuildertemplate.kb.io\\": failed to call webhook: Post \\"https://webhook-server-service.kubesphere-devops-system.svc:443/validate-devops-kubesphere-io-v1alpha1-s2ibuildertemplate?timeout=10s\\": x509: certificate has expired or is not yet valid: current time 2024-02-18T01:35:54Z is after 2024-02-14T06:08:48Z"
],
"stdout": "",
"stdout_lines": []
},
{
"_ansible_item_label": {
"kind": "S2iBuilderTemplate",
"ns": "kubesphere-devops-system",
"release": "devops",
"resource": "python"
},
"_ansible_no_log": false,
"ansible_loop_var": "item",
"changed": true,
"cmd": "RESOURCE=$(/usr/local/bin/kubectl -n kubesphere-devops-system get S2iBuilderTemplate python 2> /dev/null | head -n 1); if [[ \\"$RESOURCE\\" != '' ]]; then /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite S2iBuilderTemplate python meta.helm.sh/release-name=devops; /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite S2iBuilderTemplate python meta.helm.sh/release-namespace=kubesphere-devops-system; /usr/local/bin/kubectl -n kubesphere-devops-system label --overwrite S2iBuilderTemplate python app.kubernetes.io/managed-by=Helm; fi\\n",
"delta": "0:00:00.845605",
"end": "2024-02-18 09:35:55.909952",
"failed": true,
"failed_when_result": true,
"invocation": {
"module_args": {
"_raw_params": "RESOURCE=$(/usr/local/bin/kubectl -n kubesphere-devops-system get S2iBuilderTemplate python 2> /dev/null | head -n 1); if [[ \\"$RESOURCE\\" != '' ]]; then /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite S2iBuilderTemplate python meta.helm.sh/release-name=devops; /usr/local/bin/kubectl -n kubesphere-devops-system annotate --overwrite S2iBuilderTemplate python meta.helm.sh/release-namespace=kubesphere-devops-system; /usr/local/bin/kubectl -n kubesphere-devops-system label --overwrite S2iBuilderTemplate python app.kubernetes.io/managed-by=Helm; fi\\n",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": "/bin/bash",
"removes": null,
"stdin": null,
"stdin_add_newline": true,
"strip_empty_ends": true,
"warn": true
}
},
"item": {
"kind": "S2iBuilderTemplate",
"ns": "kubesphere-devops-system",
"release": "devops",
"resource": "python"
},
"msg": "non-zero return code",
"rc": 1,
"start": "2024-02-18 09:35:55.064347",
"stderr": "Error from server (InternalError): Internal error occurred: failed calling webhook \\"s2ibuildertemplate.kb.io\\": failed to call webhook: Post \\"https://webhook-server-service.kubesphere-devops-system.svc:443/validate-devops-kubesphere-io-v1alpha1-s2ibuildertemplate?timeout=10s\\": x509: certificate has expired or is not yet valid: current time 2024-02-18T01:35:55Z is after 2024-02-14T06:08:48Z\\nError from server (InternalError): Internal error occurred: failed calling webhook \\"s2ibuildertemplate.kb.io\\": failed to call webhook: Post \\"https://webhook-server-service.kubesphere-devops-system.svc:443/validate-devops-kubesphere-io-v1alpha1-s2ibuildertemplate?timeout=10s\\": x509: certificate has expired or is not yet valid: current time 2024-02-18T01:35:55Z is after 2024-02-14T06:08:48Z\\nError from server (InternalError): Internal error occurred: failed calling webhook \\"s2ibuildertemplate.kb.io\\": failed to call webhook: Post \\"https://webhook-server-service.kubesphere-devops-system.svc:443/validate-devops-kubesphere-io-v1alpha1-s2ibuildertemplate?timeout=10s\\": x509: certificate has expired or is not yet valid: current time 2024-02-18T01:35:55Z is after 2024-02-14T06:08:48Z",
"stderr_lines": [
"Error from server (InternalError): Internal error occurred: failed calling webhook \\"s2ibuildertemplate.kb.io\\": failed to call webhook: Post \\"https://webhook-server-service.kubesphere-devops-system.svc:443/validate-devops-kubesphere-io-v1alpha1-s2ibuildertemplate?timeout=10s\\": x509: certificate has expired or is not yet valid: current time 2024-02-18T01:35:55Z is after 2024-02-14T06:08:48Z",
"Error from server (InternalError): Internal error occurred: failed calling webhook \\"s2ibuildertemplate.kb.io\\": failed to call webhook: Post \\"https://webhook-server-service.kubesphere-devops-system.svc:443/validate-devops-kubesphere-io-v1alpha1-s2ibuildertemplate?timeout=10s\\": x509: certificate has expired or is not yet valid: current time 2024-02-18T01:35:55Z is after 2024-02-14T06:08:48Z",
"Error from server (InternalError): Internal error occurred: failed calling webhook \\"s2ibuildertemplate.kb.io\\": failed to call webhook: Post \\"https://webhook-server-service.kubesphere-devops-system.svc:443/validate-devops-kubesphere-io-v1alpha1-s2ibuildertemplate?timeout=10s\\": x509: certificate has expired or is not yet valid: current time 2024-02-18T01:35:55Z is after 2024-02-14T06:08:48Z"
],
"stdout": "",
"stdout_lines": []
}
]
},
"resolved_action": "shell",
"role": "ks-devops",
"start": "2024-02-18T01:35:31.375596",
"task": "ks-devops | Convert ks-devops to helm mananged",
"task_action": "shell",
"task_args": "",
"task_path": "/kubesphere/installer/roles/ks-devops/tasks/main.yaml:132",
"task_uuid": "e273233d-9ceb-bf0f-b5ab-00000000003f",
"uuid": "58159567-2bbd-416c-b2f3-e9cbd43f5d83"
},
“parent_uuid”: “e273233d-9ceb-bf0f-b5ab-00000000003f”,
“pid”: 3511,
“runner_ident”: “devops”,
“start_line”: 161,
“stdout”: "",
“uuid”: “58159567-2bbd-416c-b2f3-e9cbd43f5d83”
}
******************************************************************************************************************************************************