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
Is your feature request related to a problem?
I'm frustrated when I forget to configure a new cluster with proper Config/Secretes for a controller to run properly and have to wait for a crashback loop to figure out the issue.
Describe the solution you'd like
I would like OpenShift to not fully provision a pod when, so when a cluster admin looks at the pod, or at events the error as to why a given controller isn't starting is clear. IE
for a pod the below would be displayed. Then the cluster admin can go to events and see what is not configured properly. STATUS: CreateContainerConfigError
Describe alternatives you've considered
Update the deployment template to have optional: false for both the config map and secrets.
The text was updated successfully, but these errors were encountered:
…t template (#235)
Issue #, if available:
Fixes: aws-controllers-k8s/community#1052
Description of changes:
Update to make `ack-user-config` and `ack-user-secrets` in the deployment be required for OpenShift. Thus making the operator installation fail false with clearer errors for the cluster admin.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Signed-off-by: Adam D. Cornett <[email protected]>
Is your feature request related to a problem?
I'm frustrated when I forget to configure a new cluster with proper Config/Secretes for a controller to run properly and have to wait for a crashback loop to figure out the issue.
Describe the solution you'd like
I would like OpenShift to not fully provision a pod when, so when a cluster admin looks at the pod, or at events the error as to why a given controller isn't starting is clear. IE
for a pod the below would be displayed. Then the cluster admin can go to events and see what is not configured properly.
STATUS: CreateContainerConfigError
Describe alternatives you've considered
Update the deployment template to have
optional: false
for both the config map and secrets.The text was updated successfully, but these errors were encountered: