Skip to content
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

vcluster dont support private registry with authentication #86

Open
sbasti93 opened this issue Sep 13, 2024 · 1 comment
Open

vcluster dont support private registry with authentication #86

sbasti93 opened this issue Sep 13, 2024 · 1 comment

Comments

@sbasti93
Copy link

I came across the following problem through a POC. When I tried to change the referencing from the official Helm Chart to a private registry (with authentication), I realised that this does not work at all.

According to the CRD, the only parameters to be set are the following:

apiVersion: infrastructure.cluster.x-k8s.io/v1alpha1
kind: VCluster
metadata:
  name: [CLUSTER_NAME]
spec:
  helmRelease:
    chart: 
      name: [CHART_NAME]
      repo: [CHART_REPO]
      version: [CHART_VERSION]

This means that it is not possible to pass a secret, which is required for authentication at the private registry.
There may be another way to do this, which I have not found out.

@poblin-orange
Copy link

Same issue, adding corporate ca for helm repo, and requirement to set https_proxy/no_proxy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants