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

cmd/k8s-operator: default nameserver image to tailscale/k8s-nameserver:unstable #11991

Merged
merged 1 commit into from
May 9, 2024

Conversation

irbekrm
Copy link
Contributor

@irbekrm irbekrm commented May 3, 2024

This PR starts defaulting the image for the nameserver, that the Kubernetes operator can optionally deploy, to tailscale/k8s-nameserver:unstable.

We are now publishing nameserver images to tailscale/k8s-nameserver, so we can start defaulting the images if users haven't set them explicitly, same as we already do with proxy images.

The nameserver images are currently only published for unstable track, so we have to use the static 'unstable' tag. Once we start publishing to stable, we can make the operator default to its own tag (because then we'll know that for each operator tag X there is also a nameserver tag X as we always cut all images for a given tag.

Updates #10499

…r:unstable

We are now publishing nameserver images to tailscale/k8s-nameserver,
so we can start defaulting the images if users haven't set
them explicitly, same as we already do with proxy images.

The nameserver images are currently only published for unstable
track, so we have to use the static 'unstable' tag.
Once we start publishing to stable, we can make the operator
default to its own tag (because then we'll know that for each
operator tag X there is also a nameserver tag X as we always
cut all images for a given tag.

Updates #10499

Signed-off-by: Irbe Krumina <irbe@tailscale.com>
@irbekrm irbekrm changed the title cmd/k8s-operator: default nameserver image to tailscale/k8s-nameserve… cmd/k8s-operator: default nameserver image to tailscale/k8s-nameserver:unstable May 3, 2024
@irbekrm irbekrm requested a review from oxtoacart May 3, 2024 17:59
@irbekrm irbekrm merged commit b5dbf15 into main May 9, 2024
49 checks passed
@irbekrm irbekrm deleted the irbekrm/nsimage branch May 9, 2024 06:29
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.

None yet

2 participants