-
Notifications
You must be signed in to change notification settings - Fork 74
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
bump rancher-monitoring chart to 102.0.0+up40.1.2 #492
Conversation
solved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please help to check to disable PSP in the monitoring charts; otherwise after we bump the RKE2 to v1.25 it will contain the follow issue:
mcc-rancher-monitoring-crd 0/1 ErrApplied(1) [Cluster fleet-local/local: unable to build kubernetes objects from release manifest: resource mapping not found for name: "rancher-monitoring-crd-manager" namespace: "cattle-monitoring-system" from "": no matches for kind "PodSecurityPolicy" in v…
the psp is disabled by default in
But in the current @guangbochen |
that's great, I think we are aiming to bump the monitoring chart to the latest version of 102.0.1+up40.1.2, and currently is pending on the release from the Rancher side. cc @bk201 |
Before rancher release a new one, we can use this PR to validate ealier. I compared |
upgrade rancher-monitoring to 102.0.0+up40.1.2: |
Due to 52cdabc is merged, following error is coming, need this PR #492 asap.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See ImagePullBackOff on this pod in an air-gapped env:
|
Ops, it was updated in 74675d6 and later, monitoring in 100.1 and 102. are using the same shell version let me update the shell version |
patch nginx-config file with values from 102.0.1+up40.1.2 fix the tar time check warnng fetch rancher/shell v0.1.18, both rancher-monitoring-crd and rancher-monitoring are using it Signed-off-by: Jian Wang <w13915984028@gmail.com>
added make log:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@mergify backport v1.2 |
✅ Backports have been created
|
Problem:
The embedded
rancher-monitoring
in Harvester is out of dated.Solution:
bump rancher-monitoring chart to` 102.0.0+up40.1.2
Related Issue:
harvester/harvester#3780
Test plan:
note: there is an UI issue to solve, DO NOT MERGE before it is solved. ( https://github.com/harvester/harvester/issues/3780#issuecomment-1550889891 )
cc @DaiYuzeng @WuJun2016 @guangbochen
update at 20230522:
In https://charts.rancher.io/index.yaml, there is
assets/rancher-monitoring/rancher-monitoring-102.0.0+up40.1.2.tgz
, but no102.0.1+up40.1.2
, which is not formally released yetAnd, in
102.0.0+up40.1.2
, there is such a bug, that is fixed in102.0.1+up40.1.2
https://github.com/rancher/charts/blob/dev-v2.7/charts/rancher-monitoring/102.0.1%2Bup40.1.2/charts/grafana/templates/nginx-config.yaml
upgrade test: refer harvester/harvester#3380
update at 20230522:
the
nginx-config
is patched, and nowrancher-monitoring
works with embedded mode in Harvester.Test plan:
rancher-monitoring
addon from Harvester UIgrafana
to open embedded grafana page