You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the standard installation document in my config i enabled devops and on installation installer fails with the below error
"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\": tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2024-07-01T11:12:31Z is after 2024-02-14T06:08:48Z"
looking the pod status
❯ kubectl get pod -n kubesphere-devops-system
NAME READY STATUS RESTARTS AGE
devops-28663860-ns4np 0/1 Completed 0 22m
devops-apiserver-78cd769fc6-gzwqc 1/1 Running 0 33m
devops-controller-655645dbd7-cxngj 1/1 Running 0 33m
devops-jenkins-7456d589f7-zm4tx 1/1 Running 0 74m
s2ioperator-0 1/1 Running 0 74m
and looking at the s2ioperator-0 pod logs it says below
though the installer reports failed in the UI i see it all green
Start installing monitoring
Start installing multicluster
Start installing openpitrix
Start installing network
Start installing alerting
Start installing auditing
Start installing devops
Start installing events
Start installing servicemesh
**************************************************
Waiting for all tasks to be completed ...
task alerting status is successful (1/9)
task network status is successful (2/9)
task multicluster status is successful (3/9)
task openpitrix status is successful (4/9)
task auditing status is successful (5/9)
task events status is successful (6/9)
task servicemesh status is successful (7/9)
task monitoring status is successful (8/9)
task devops status is failed (9/9)
**************************************************
Collecting installation results ...
Following the standard installation document in my config i enabled devops and on installation installer fails with the below error
looking the pod status
and looking at the s2ioperator-0 pod logs it says below
all i did to enable was below in my cluste-config.yml
The text was updated successfully, but these errors were encountered: