This message was deleted.
# rke2
a
This message was deleted.
g
same for me, İf anyone now the solution can u share ?
s
have u got any solution ?
g
s
are u able to slove this api availability issue
g
I will deploy supported versions for rancher. Not tried.
s
i am using rancher 2.8.4
i ahave deployed rke2 cluster
with k8s 1.28
on this cluster i can see AP server availability not showing
API *
g
U need rancher monitoring 100.1.2+up19.0.3 version for max support
deploy it not latest version for rancher chart. Find this 100.1.2+up19.0.3
s
where its mentioned >
?
in rancher 2.7.9 this version working fine
I had isssue about rancher-logging I deploy suported version and İt will working fine now.
s
which rancher version u r using ?
g
V2.8.4
Document says supported helm chart version. Use them not latest charts.
s
but when i am using app i am getting only this version
so what changes you made in your system ?
g
I use helm not app but I think you can change it. I dont use Rancher UI to deploy them. I use rancher helm chart.
To display prerelease versions: 1. Click on your user avatar in the upper right corner. 2. Click Preferences. 3. Under Helm Charts, select Include Prerelease Versions.
s
yes i did
g
Feature Charts you need this Find Feature Chart
Find this 100.1.2+up19.0.3 version for rancher monitoring. I dont Use rancher UI but u need to deploy this version 100.1.2+up19.0.3
s
in ui how i can find this version ?
g
You can change chart versions
s
how ?
how we can change from UI ?
g
Click apps you want to install and it should beseen all chart releases.
Try to Use helm.
s
so u mean not app from rancher ?
could u pls show what all version of monitoring u can see? in rancher 2.8.4
?
whats the o/p for helm repo list ?
g
İn this case you need to add rancher-charts which is https://charts.rancher.io
This is values.yaml for rke2, change it for yourself. [root@rke21 deneme2]# cat monitoring-values.yaml global: cattle: clusterId: local clusterName: local url: https://rancher.rancher.exemple.com grafana: grafana.ini: auth.anonymous: org_role: Admin sidecar: dashboards: searchNamespace: ALL rke2ControllerManager: enabled: true rke2Etcd: enabled: true rke2IngressNginx: enabled: true rke2Proxy: enabled: true rke2Scheduler: enabled: true
first deploy rancher-monitoring-crd then rancher-monitoring itself.
I dont use rancher apps. We are working Air-gap enviroments for our servers. We dont reach internet connection. For this reason, we are using helm. But I think you need to configre this repositoreis for rancher-chart. Then you can reach all releases.
s
repo is there but its showing only latest monitoring chart
g
Use helm its so easy.
helm install rancher-monitoring-crd --version 100.1.2+up19.0.3 --namespace cattle-monitoring-system
helm install rancher-monitoring --version 100.1.2+up19.0.3 --namespace cattle-monitoring-system -f monitoring-values.yaml [root@rke21 deneme2]# cat monitoring-values.yaml global: cattle: clusterId: local clusterName: local url: https://rancher.rancher.exemple.com #write there your rancher ui domain grafana: grafana.ini: auth.anonymous: org_role: Admin sidecar: dashboards: searchNamespace: ALL rke2ControllerManager: enabled: true rke2Etcd: enabled: true rke2IngressNginx: enabled: true rke2Proxy: enabled: true rke2Scheduler: enabled: true
s
which repo is mandate for this chart version 100.1.2+up19.0.3
g
https://charts.rancher.io/index.yaml you can check all version here seach for repos
s
thank you
i ll try this
thanks alot for your help
g
you are welcome my friend. You will see your helm installation Installed Apps on rancehr too. like a app installation.
s
sure
hey
hii
today we got one more error
in prometheus pod error component=web msg="federation failed" err="write tcp [:1]9090->[:1]48030: write: broken pipe"
g
s
yess thanks!!