-
My Question is what is the best way to deploy RKE2 helm charts when the RKE2 is deployed in a completely air-gapped environment. Reasons:
We are using RKE2 for private sector deployments because of its compactness and compatibility and ease to use. The RKE2 helm charts are only possible when the internet is available, however, we can't use these RKE2 based helm charts when the deployment is not connected to the direct internet and customer's don't want to allow the internet as well. For normal helm charts (bitnami etc ) we can clone the OCI based charts and ship them to the air-gapped envs, but the mechanism in RKE2 is so complex ( or I am not aware of anything about them either using HelmChart configs ) how to transport them to offline systems. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
RKE2 does not come with Istio or Monitoring charts. If you're referring to the Rancher charts, this repo is not the correct place to ask about that. I will note that Rancher does not (in general) support direct installation of their charts - they are designed to be deployed via Rancher, with configuration specific to the downstream cluster injected into the chart values. But again, this is Rancher stuff, not RKE2. |
Beta Was this translation helpful? Give feedback.
-
Ideally, the ownership of RKE2 is under Rancher-- right? Consider delivering a solution with half air-gap possible ( RKE2 deployment etc ) and then you have to enable internet for 2nd half of the product line ( enable internet, install Rancher Server followed by installation of all the Apps menu items ) |
Beta Was this translation helpful? Give feedback.
-
Got it -- let me open it with rancher folks |
Beta Was this translation helpful? Give feedback.
RKE2 does not come with Istio or Monitoring charts. If you're referring to the Rancher charts, this repo is not the correct place to ask about that. I will note that Rancher does not (in general) support direct installation of their charts - they are designed to be deployed via Rancher, with configuration specific to the downstream cluster injected into the chart values. But again, this is Rancher stuff, not RKE2.