• DevOps
  • devpos Error from server (InternalError): Internal error occurred:

创建部署问题时,请参考下面模板,你提供的信息越多,越容易及时获得解答。如果未按模板创建问题,管理员有权关闭问题。
确保帖子格式清晰易读,用 markdown code block 语法格式化代码块。
你只花一分钟创建的问题,不能指望别人花上半个小时给你解答。

操作系统信息
虚拟机,Centos7.9 16c 60g

Kubernetes版本信息
WARNING: This version information is deprecated and will be replaced with the output from kubectl version –short. Use –output=yaml|json to get the full version.

Client Version: version.Info{Major:“1”, Minor:“26”, GitVersion:“v1.26.5”, GitCommit:“890a139214b4de1f01543d15003b5bda71aae9c7”, GitTreeState:“clean”, BuildDate:“2023-05-17T14:14:46Z”, GoVersion:“go1.19.9”, Compiler:“gc”, Platform:“linux/amd64”}

Kustomize Version: v4.5.7

Server Version: version.Info{Major:“1”, Minor:“26”, GitVersion:“v1.26.5”, GitCommit:“890a139214b4de1f01543d15003b5bda71aae9c7”, GitTreeState:“clean”, BuildDate:“2023-05-17T14:08:49Z”, GoVersion:“go1.19.9”, Compiler:“gc”, Platform:“linux/amd64”}

容器运行时
docker version / crictl version / nerdctl version 结果贴在下方

KubeSphere版本信息
3.4.0

问题是什么

Devops 删除了 devops-jenkins-agent/devops-jenkins

在重新安装devops 启动报错

{

"counter": 132,

"created": "2024-07-10T09:56:41.309637",

"end_line": 161,

"event": "runner_on_failed",

"event_data": {

"duration": 8.086826,

"end": "2024-07-10T09:56:41.309545",

"event_loop": null,

"host": "localhost",

"ignore_errors": null,

"play": "localhost",

"play_pattern": "localhost",

"play_uuid": "ae487ebe-8921-9adc-dbb4-000000000005",

"playbook": "/kubesphere/playbooks/devops.yaml",

"playbook_uuid": "8f47152d-eb74-4213-8c91-1e80c609a7b3",

"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.343183",

"end": "2024-07-10 17:56:33.765992",

"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-07-10 17:56:33.422809",

"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.250337",

"end": "2024-07-10 17:56:34.195356",

"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-07-10 17:56:33.945019",

"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.055279",

"end": "2024-07-10 17:56:34.421124",

"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-07-10 17:56:34.365845",

"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.274879",

"end": "2024-07-10 17:56:34.857356",

"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-07-10 17:56:34.582477",

"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.282590",

"end": "2024-07-10 17:56:35.289589",

"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-07-10 17:56:35.006999",

"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.292591",

"end": "2024-07-10 17:56:35.738510",

"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-07-10 17:56:35.445919",

"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.241243",

"end": "2024-07-10 17:56:36.141658",

"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-07-10 17:56:35.900415",

"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.413810",

"end": "2024-07-10 17:56:36.724375",

"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-07-10 17:56:36.310565",

"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.092818",

"end": "2024-07-10 17:56:36.981780",

"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-07-10 17:56:36.888962",

"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.266917",

"end": "2024-07-10 17:56:37.427156",

"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-07-10 17:56:37.160239",

"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.327956",

"end": "2024-07-10 17:56:37.905986",

"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-07-10 17:56:37.578030",

"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.220448",

"end": "2024-07-10 17:56:38.288379",

"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-07-10 17:56:38.067931",

"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.262387",

"end": "2024-07-10 17:56:38.694122",

"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-07-10 17:56:38.431735",

"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.260117",

"end": "2024-07-10 17:56:39.102293",

"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-07-10 17:56:38.842176",

"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.230351",

"end": "2024-07-10 17:56:39.469974",

"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-07-10 17:56:39.239623",

"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-07-10T09:56:39Z 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-07-10T09:56:39Z 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-07-10T09:56:39Z 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-07-10T09:56:39Z 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-07-10T09:56:39Z 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-07-10T09:56:39Z 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.540216",

"end": "2024-07-10 17:56:40.145936",

"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-07-10 17:56:39.605720",

"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-07-10T09:56:39Z 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-07-10T09:56:39Z 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-07-10T09:56:40Z 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-07-10T09:56:39Z 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-07-10T09:56:39Z 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-07-10T09:56:40Z 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.218364",

"end": "2024-07-10 17:56:40.514858",

"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-07-10 17:56:40.296494",

"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-07-10T09:56:40Z 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-07-10T09:56:40Z 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-07-10T09:56:40Z 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-07-10T09:56:40Z 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-07-10T09:56:40Z 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-07-10T09:56:40Z 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.224848",

"end": "2024-07-10 17:56:40.874221",

"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-07-10 17:56:40.649373",

"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-07-10T09:56:40Z 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-07-10T09:56:40Z 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-07-10T09:56:40Z 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-07-10T09:56:40Z 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-07-10T09:56:40Z 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-07-10T09:56:40Z 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.270835",

"end": "2024-07-10 17:56:41.287330",

"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-07-10 17:56:41.016495",

"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-07-10T09:56:41Z 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-07-10T09:56:41Z 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-07-10T09:56:41Z 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-07-10T09:56:41Z 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-07-10T09:56:41Z 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-07-10T09:56:41Z is after 2024-02-14T06:08:48Z"

],

"stdout": "",

"stdout_lines": []

}

]

},

"resolved_action": "shell",

"role": "ks-devops",

"start": "2024-07-10T09:56:33.222719",

"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": "ae487ebe-8921-9adc-dbb4-00000000003f",

"uuid": "4dc589ad-13be-48aa-971b-d3cf9b46321a"

},

"parent_uuid": "ae487ebe-8921-9adc-dbb4-00000000003f",

"pid": 28079,

"runner_ident": "devops",

"start_line": 161,

"stdout": "",

"uuid": "4dc589ad-13be-48aa-971b-d3cf9b46321a"

}