Skip to content

Air-gapped Red Hat repository certificate issue #1304

@rosedovell

Description

@rosedovell

Hello,

I'm trying to install the gpu-operator helm chart into an air-gapped environment using private repositories. To get around SSL for these repositories, I need to mount the certificate configmap like so in my values:

driver:
   certConfig:
      name: cert-config

(https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/install-gpu-operator-air-gapped.html)

Issue is that these certificates are going into /etc/pki/ca-trust/extracted/pem, which isn't a directory that Red Hat will read from when trying to validate the repositories. Can you please update the chart to instead place these in /etc/pki/ca-trust/source/anchors and run an 'update-ca-trust' command at the beginning of the nvidia-driver script used as the entrypoint for the driver container?

The extracted/pem directory is the output directory for certificates after they've gone through the update-ca-trust process, placing the certs directly there will not make them available to the system.

Metadata

Metadata

Assignees

No one assigned

    Labels

    lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions