Skip to content

Conversation

@Automaat
Copy link
Contributor

Fixes: #8962

Description
Current implementation of Skaffold uses annotation that is not valid on Kubernetes. Valid annotation can have at most one / in it. According to Kubernetes docs: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/#syntax-and-character-set

User facing changes (remove if N/A)
User will have to use now annotation:

debug.cloud.google.com/probe-timeouts: skip

instead of

debug.cloud.google.com/probe/timeouts: skip

Fortunately, nothing should change for users as they weren't able to use this feature now, because of Kubernetes validation, which prevented them from using it

@Automaat Automaat requested a review from a team as a code owner June 12, 2025 12:06
@google-cla
Copy link

google-cla bot commented Jun 12, 2025

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@ChrisGe4 ChrisGe4 merged commit f460879 into GoogleContainerTools:main Jun 12, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

debug.cloud.google.com/probe/timeouts is not a valid k8s annotation key syntax

2 participants