-
Notifications
You must be signed in to change notification settings - Fork 28
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
[bug] kcm controller doesn't create release and crashes if createManagement
is set to false
#940
Comments
createManagement
and createAccessManagement
are set to falsecreateManagement
is set to false
I've tried with the latest code and this is now fixed:
|
Hi @kylewuolle ,
This condition blocks reconciliation loop in all controllers. Moreover,
|
Added the log file from the controller pod |
Not related actually, there is bit another kind of the problem, related either to out local dev ops or how to properly set the latest version of te
|
…object and the management object depends on the provider templates making it impossible to deploy kcm with the create management flag set to false. Resolves issue k0rdent#940
…object and the management object depends on the provider templates making it impossible to deploy kcm with the create management flag set to false. Resolves issue k0rdent#940
…object and the management object depends on the provider templates making it impossible to deploy kcm with the create management flag set to false. Resolves issue k0rdent#940
…object and the management object depends on the provider templates making it impossible to deploy kcm with the create management flag set to false. Resolves issue k0rdent#940
…object and the management object depends on the provider templates making it impossible to deploy kcm with the create management flag set to false. Resolves issue k0rdent#940
Describe the bug
Deployed kcm-controller v0.0.7 with disabled default Management object creation. Controller pod fails to start, prints in logs a lot of errors and doesn't create the release object.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Controller should start and create release kcm-0-0-7 release object
Additional context
controller.log
The text was updated successfully, but these errors were encountered: