chectl must make sure that objects(like che-operator clusterrole) are up-to-date #14419
Closed
9 of 23 tasks
Labels
area/chectl
Issues related to chectl, the CLI of Che
kind/bug
Outline of a bug - must adhere to the bug report template.
severity/P1
Has a major impact to usage or development of the system.
Milestone
Describe the bug
chectl must make sure that objects(like che-operator clusterrole) are up-to-date.
Currently, chectl only checks if che-operator clusterrole, clusterrolebinding exist and does not update them.
But it's possible that such resources are modified and should be updated on cluster as well to keep Che working (like the following PR eclipse-che/che-operator#66).
So, it's needed to make sure that
chectl
makes sure that resources are current, not just that they exist.The minimal scope of this issue is
che-operator
role, rolebinding, clusterrole, clusterrolebidings but there can be other resources that must be kept up-to-date as well.Che version
Steps to reproduce
It's pretty clear but if feel free to ask me to add detailed steps if needed.
Expected behavior
Che Resources are actual and Che works.
Runtime
kubectl version
)oc version
)minikube version
andkubectl version
)minishift version
andoc version
)docker version
andkubectl version
)Screenshots
Installation method
Environment
Additional context
https://issues.redhat.com/browse/CRW-987
https://issues.redhat.com/browse/CRW-967
https://issues.redhat.com/browse/CRW-1039
#14474
The text was updated successfully, but these errors were encountered: