Skip to content

Include the registry with all image names#37

Open
jlecours wants to merge 1 commit intomainfrom
jwl/support_short_name_mode
Open

Include the registry with all image names#37
jlecours wants to merge 1 commit intomainfrom
jwl/support_short_name_mode

Conversation

@jlecours
Copy link
Contributor

short_name_mode is a configuration option in CRI-O (the container runtime that many Kubernetes distributions use, including OpenShift). On a technical level, it’s not part of the Kubernetes API or a Kubernetes “feature” but instead is a container runtime configuration.

The config had been around prior to Kubernetes 1.34 but it became more noticed because Kubernetes 1.34 released with CRI-O 1.34 as the container runtime. The default setting for short_name_mode is now enforcing (which means it fails if the image could match more than one registry): grafana/helm-charts#3923

The recommendation is to include the registry in image names to avoid ambiguity.

@jlecours jlecours requested a review from russnmurray February 10, 2026 18:33
Copy link
Contributor

@russnmurray russnmurray left a comment

Choose a reason for hiding this comment

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

Looks good.

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