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

How to pull from a private docker registry? #239

Closed
Gaethje opened this issue Oct 14, 2022 · 0 comments
Closed

How to pull from a private docker registry? #239

Gaethje opened this issue Oct 14, 2022 · 0 comments

Comments

@Gaethje
Copy link

Gaethje commented Oct 14, 2022

From Helm chart,

image:
  repository: ayushsobti/kube-monkey
  tag: v0.5.0
  pullPolicy: IfNotPresent

My k8 cluster is on-prem vanilla without any internet connection. we pull images from a private docker registry. How to pull from private docker registry instead of docker.io?
in other application's helm chart (ex. litmus chaos) it's available so we pull like this ->

  image:
    registry: klstg-docker.slb-wartifactory-v.stg.kdh.local
    repository: litmus-chaos/bitnami/mongodb-exporter
    tag: latest
    pullPolicy: IfNotPresent
@Gaethje Gaethje changed the title How to install in private docker registry? How to pull from a private docker registry? Oct 14, 2022
@Gaethje Gaethje closed this as completed Oct 14, 2022
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

1 participant