Skip to content

Conversation

@werdes72
Copy link
Contributor

@werdes72 werdes72 commented Nov 19, 2025

Description

Allow usage of private registry for Istio images. Set imagePullSecrets in Istio operator based on SKR_IMG_PULL_SECRET environment variable.

Additional secret example:

kubectl -n istio-system create secret docker-registry regcred \
  --docker-server=registry.example.com \
  --docker-username=USER \
  --docker-password='PASSWORD'

Related Issue
#1691

@werdes72 werdes72 requested a review from a team as a code owner November 19, 2025 09:15
@werdes72 werdes72 changed the title Custom private registry example with pull secrets Custom private registry based on env Nov 20, 2025
Copy link
Contributor

@barchw barchw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs unit tests and LGTM

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

Successfully merging this pull request may close these issues.

2 participants