-
Notifications
You must be signed in to change notification settings - Fork 27
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
Enabling Monitoring in airgapped environment #25
Comments
By default or script? I think the images may already be there. I need to test a cluster tonight/tomorrow. Actually it should bne fairly easy to add to the script. |
So good news. All the images are included already. I was able to go into rancher and use the catalog for Monitoring and everything worked. From https://github.com/clemenko/rke_airgap_install/blob/main/hauler_all_the_things.sh#L489 is there something more that you are looking for? |
Thank you for the quick reply.
By default would be nice, if there is some kind of Rancher activation of the monitoring similar to the govmessage. Otherwise, adding it to the script would also work fine. The scenario is to have the system already prepared and delivered to the customer without needing to fiddle with the setup afterward. I also discovered which Helm chart is actually being used by inspecting the UI (rancher-monitoring-103.1.1-up45.31.1.tgz). Initially, I thought it was this one: kube-prometheus-stack. I tried installing it "manually," but it fails. Do you have any idea why this might happen?
full log: |
I think found the root cause on the error:
|
If you want the https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack you will have to add the images itself. |
After looking into this there is no easy way to do this. The charts they are using are backed in. The chart versions are also hard coded. The simplest way is to use the GUI for deploying it. |
Thank you for taking a look on it! |
I was not able to reproduce the error. Did you deploy rancher with the script? |
Yes, I deployed rancher with the script, with these versions:
I think am getting closer, there is some version mismatch somewhere:
vs
|
I think I know what is going on. Updating the script now for it. |
Take a look at 64054ec |
@valentin-nasta did you get a chance to look at this? |
I was checking the possibility to enable the Monitoring Application in an airgapped environment according to this documentation:
https://ranchermanager.docs.rancher.com/how-to-guides/advanced-user-guides/monitoring-alerting-guides/enable-monitoring
Is this a separate Helm chart, or is it part of the existing stack?
How would this setup look when integrated inside the rke_airgap_install script?
Any tips or guidance on configuring this in an airgapped environment would be greatly appreciated.
Thank you!
The text was updated successfully, but these errors were encountered: