armory / spinnaker-operator

Open Source Spinnaker Kubernetes Operator source code
Apache License 2.0
187 stars 70 forks source link

spin-echo- giving error on K8s 1.24 and spinnaker operator 1.3.0 #286

Closed puneetsingh23 closed 1 year ago

puneetsingh23 commented 1 year ago

got the webhook validation error while installing, but was solved with below command kubectl delete ValidatingWebhookConfiguration spinnakervalidatingwebhook

but pods are not coming up

NAME READY STATUS RESTARTS AGE spin-echo-787d87c6b4-vcdcl 0/1 Running 0 62m spin-echo-944d44b87-pz4l6 0/1 Running 0 62m spin-igor-5b49c76f9-d7nm6 0/1 Running 0 62m spin-igor-7f67b4fff9-pd4q8 0/1 Running 0 62m

spin-echo- logs output

2023-03-03 20:33:50.720 ERROR 1 --- [duler_Worker-10] c.n.s.e.s.a.p.PipelineConfigsPollingJob : Failed to synchronize pipeline triggers 2023-03-03 20:34:15.072 INFO 1 --- [pool-2-thread-1] c.n.s.echo.services.Front50Service : ---- ERROR http://spin-front50.spinnaker:8080/pipelines?restricted=false 2023-03-03 20:34:15.073 INFO 1 --- [pool-2-thread-1] c.n.s.echo.services.Front50Service : ---- END ERROR 2023-03-03 20:34:15.073 ERROR 1 --- [pool-2-thread-1] c.n.s.e.pipelinetriggers.PipelineCache : Error fetching pipelines from Front50 retrofit.RetrofitError: Failed to connect to spin-front50.spinnaker/10.100.6.31:8080 at retrofit.RetrofitError.networkError(RetrofitError.java:27) ~[retrofit-1.9.0.jar:na]