rmt
rmt copied to clipboard
Issue with RMT in Air Gapped Mode on Kubernetes using Helm Chart
Description:
I am trying to use RMT in Air Gapped mode within an environment without internet access, as documented here: SUSE Documentation.
I am deploying RMT on my Kubernetes cluster using the Helm chart available at SUSE Helm Charts.
However, I am encountering several difficulties:
- SCC Credentials Requirement: The necessity to add SCC credentials poses a challenge in an air-gapped environment.
-
Hardcoded
sync_systems
Setting: Thesync_systems
configuration is hardcoded totrue
, preventing the use of RMT in offline mode as described in the documentation. (Reference: rmt.conf#L14)
Additionally, the entrypoint used in the Docker image referenced by the Helm chart (registry.suse.com/suse/rmt-server:2.15
) appears to be the same limitation:
Questions:
- Are you aware of these limitations that prevent the use of RMT in Air Gapped mode?
- Are there any planned changes to address these issues in future releases?
Thank you for your attention to this matter.
Best regards,
Rafael Prata