anax icon indicating copy to clipboard operation
anax copied to clipboard

Bug: Edge cluster service didn't start if variables do not have default values

Open dlarson04 opened this issue 3 years ago • 1 comments

Describe the bug.

Customer created a service using operatorsdk for helm charts. In the templates files, there were some variables that did not have default values.

The customer could successfully create the operator and the service using kubectl apply commands but when he tried to deploy the service using IEAM, the operator started but the application itself did not start.

I think Max said the variables ended up with nil values instead of empty strings. This prevented the service from starting

IEAM should be able to still start a service since kubectl apply commands could work

Describe the steps to reproduce the behavior.

No response

Expected behavior.

No response

Screenshots.

No response

Operating Environment

k3s cluster

Additional Information

No response

dlarson04 avatar Jul 27 '22 11:07 dlarson04

While you are improving the getK8sObjectFromYaml function in client.go, see #3363 which is also related.

johnwalicki avatar Aug 15 '22 22:08 johnwalicki