-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deployment broken in default
namespace
#180
Comments
I'm seeing the same problem as here: https://bugzilla.redhat.com/show_bug.cgi?id=1934177 My CRC environment does use 4.7, so I think it is the exact same failure scenario. I have tried many permutations of |
It sounds like this is exclusive to the distroless image. We could try |
This may be better suited for a separate bug, but |
I've noticed this as well. I'm surprised it's the default behaviour. We could remove the namespace object from |
I addressed the Namespace creation/deletion in my operator-sdk 1.5.0 PR (linked above). If a user tries to manually deploy to a namespace that doesn't exist then the deployment will simply fail. I've tried updating the |
This results in a working deployment in
The |
This has the same behaviour as the previous case. |
and succeeds in other namespaces. |
seems to produce a working deployment in all namespaces, however it is undesirable to have to run this container as root. |
results in a working deployment in
|
All of the failure classes have to do specifically with the |
operator-framework/operator-sdk#4684 Looks the same or closely related. |
Indeed. I'm not sure if there's much we can do until this is resolved in the SDK. |
* PROJECT sdk 1.5.0 upgrade * Update controller-runtime * Update labels, scorecard image versions * Rename healthz and readyz handlers * Do not create/destroy namespace on (un)deploy Related to #180 * Correct auth proxy service account name * Correct order of Recording/ContainerJFR deletion on undeploy
This has been mitigated for now, so removing from the 1.0 milestone. |
See previous discussion: #176
The text was updated successfully, but these errors were encountered: