-
Notifications
You must be signed in to change notification settings - Fork 3.1k
cluster-monitoring is bein 8000 g constantly re-deployed #19945
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
Comments
We have simular issues with other apps (https://github.com/getsentry/sentry/). The deployment takes a long time and then it seems like a timelimit hit (after 5 minutes), and it starts to redeploy the whole app (I never noticed this on previous version). |
Encountered this on a 2.2.2 environment. This is bad, because it will very quickly cause the environment to become non-functional for the system project for that specific cluster. |
The bug fix is validated on Rancher: master 5d74988 Steps:
Result:
Test 2:
Result:
|
Problem: Monitoring get redeployed due to etcd params updated. However, it is not expected as the etcd address doesn't change at all. Solution: Sort it before assign. Issue: #19945
Problem: Monitoring get redeployed due to etcd params updated. However, it is not expected as the etcd address doesn't change at all. Solution: Sort it before assign. Issue: #19945
Problem: Monitoring get redeployed due to etcd params updated. However, it is not expected as the etcd address doesn't change at all. Solution: Sort it before assign. Issue: #19945
fixed in master |
The bug fix is validated on Rancher: master beffccd Steps:
Result:
|
Will this fix be released in version 2.2.x or we will wait for this until 2.3.x? As we are currently unable to deploy monitoring to our cluster. |
@manarhusrieh this has been resolved for us, we're on 2.2.4 but i believe since 2.2.2 |
@spencergilbert We are currently running 2.2.2 and the problem exists. We will apply the patch 2.2.5 once released. |
Just to confirm the problem is resolved on patch 2.2.5. |
What kind of request is this (question/bug/enhancement/feature request):
Bug
Steps to reproduce (least amount of steps as possible):
I'm using single node Rancher v2.2.2 to manage a 5 node custom cluster.
Rancher has been continuously upgraded since v2.0.something.
Since v2.2.0, I've deployed cluster monitoring.
Result:
When looking at the Rancher server logs, I notice that the cluster-monitoring app constantly gets redeployed (therefore it's at release v2150 already).
Other details that may be helpful:
Rancher server log:
Environment information
rancher/rancher
/rancher/server
image tag or shown bottom left in the UI): v2.2.2Cluster information
kubectl version
):docker version
):The text was updated successfully, but these errors were encountered: