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
Describe the bug
the reconcile loop cannot recover from event pointing to an object that doesn't exist
To Reproduce
create a namespace and add the operator to that namespace
create a deployment with a bad name (e.g. use an underscode in the name) in that namespace
see the deployment failing to create
fix the deployment name and deploy it
the operator fails to inject
Expected behavior
the operator should be able to inject once the deployment is fixed
Runtime details
tried on python3.9
Screenshots
kubectl logs
The Deployment "unicorn_analytics" is invalid: metadata.name: Invalid value: "unicorn_analytics": a lowercase RFC 1123 subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character (e.g. 'example.com', regex used for validation is '[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*')
Describe the bug
the reconcile loop cannot recover from event pointing to an object that doesn't exist
To Reproduce
Expected behavior
the operator should be able to inject once the deployment is fixed
Runtime details
Screenshots
kubectl logs
operator logs
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: