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
Unable to provision an OpenShift template from UI, when the CustomResource object in the OpenShift template has "spec.template" as a property defined #2136
Unable to provision an OpenShift template from UI, when the CustomResource object in the OpenShift template has "spec.template" as a property defined
Describe the bug
Provisioning a cluster from OpenShift console is not proceeding after you click "create" button when you have "template" property(eg: Kafkaconnects2i.spec.template.pod.labels) defined in Kafkamirrormaker, Kafkaconnect or Kafkaconnects2i OpenShift templates. Provisioning works fine via oc process command.
To Reproduce
Steps to reproduce the behavior:
Create a Kafkaconnect/kafkamirrormaker/kafkaconnects2i template with custom pod/deployment/statefulset option which has template parameter configured in the CR object to add a label
Provision a kafkaconnects2i instance using above created template from UI. After clicking create button in the template provisioning window, it wont proceed to the creation of custom resource. Even after clicking "create" button multiple times, the provisioning window will still remain in the same stage.
See error Expected behavior
It was expected to create a kafkaconnects2i custom resource and start a kafka connect pod