KAS Fleet Manager Deployment failed
agullon opened this issue · 3 comments
When running kas-installer.sh
installation is stuck in the step Waiting until KAS Fleet Manager Deployment is available...
with kas-fleet-manager
pod on CrashLoopBackOff
state. This is the error logs from the pod:
I1210 14:17:23.280718 1 environment.go:108] Initializing development environment
E1210 14:17:23.281175 1 environment.go:119] unable to read configuration files: yaml: unmarshal errors:
line 1: cannot unmarshal !!seq into config.InstanceTypeMap
F1210 14:17:23.281191 1 cmd.go:21] Unable to initialize environment: unable to read configuration files: yaml: unmarshal errors:
line 1: cannot unmarshal !!seq into config.InstanceTypeMap
Tested with the latest commit on december 8th.
kas-installer execution log from Jenkins: https://ci.int.devshift.net/job/managed-kafka-fault-tests-nightly/78/console
@MikeEdgar Also seeing this error during performance test pipeline run 13th December.
I1213 11:18:54.261404 1 environment.go:108] Initializing development environment E1213 11:18:54.261888 1 environment.go:119] unable to read configuration files: yaml: unmarshal errors: line 1: cannot unmarshal !!seq into config.InstanceTypeMap F1213 11:18:54.261904 1 cmd.go:21] Unable to initialize environment: unable to read configuration files: yaml: unmarshal errors: line 1: cannot unmarshal !!seq into config.InstanceTypeMap
This should be fixed with bf2fc6cc711aee1a0c2a/kas-fleet-manager/issues/690
It's fixed now, tested from Jenkins job. Thanks @MikeEdgar