-
Notifications
You must be signed in to change notification settings - Fork 3k
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
gateway-api: Add required labels and annotations #33990
Merged
Merged
+106
−46
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
maintainer-s-little-helper
bot
added
the
dont-merge/needs-release-note-label
The author needs to describe the release impact of these changes.
label
Jul 24, 2024
sayboras
added
the
release-note/minor
This PR changes functionality that users may find relevant to operating Cilium.
label
Jul 24, 2024
maintainer-s-little-helper
bot
removed
the
dont-merge/needs-release-note-label
The author needs to describe the release impact of these changes.
label
Jul 24, 2024
/ci-gateway-api |
/test |
sayboras
added
the
needs-backport/1.16
This PR / issue needs backporting to the v1.16 branch
label
Jul 24, 2024
mhofstetter
reviewed
Jul 24, 2024
1 task
sayboras
force-pushed
the
pr/tammach/gateway-api-label
branch
from
August 6, 2024 11:32
3b487db
to
562c74b
Compare
/ci-gateway-api |
mhofstetter
reviewed
Aug 6, 2024
/ci-gateway-api |
sayboras
force-pushed
the
pr/tammach/gateway-api-label
branch
from
August 6, 2024 12:19
5211499
to
50b77da
Compare
This commit is to add the required label gateway-name e.g. `gateway.networking.k8s.io/gateway-name`, and propagate all labels and annotations from spec.infrastructure in all generated resources. The main goal is to conform with below GEP. Relates: kubernetes-sigs/gateway-api#1757 Signed-off-by: Tam Mach <[email protected]>
This test is not supported in standard channel, hence we need to add to the exclude list. Signed-off-by: Tam Mach <[email protected]>
sayboras
force-pushed
the
pr/tammach/gateway-api-label
branch
from
August 6, 2024 12:21
50b77da
to
074321d
Compare
/ci-gateway-api |
/ci-integration |
/test |
tklauser
approved these changes
Aug 6, 2024
mhofstetter
approved these changes
Aug 6, 2024
sayboras
added
backport-pending/1.16
The backport for Cilium 1.16.x for this PR is in progress.
and removed
needs-backport/1.16
This PR / issue needs backporting to the v1.16 branch
labels
Aug 7, 2024
github-actions
bot
added
backport-done/1.16
The backport for Cilium 1.16.x for this PR is done.
and removed
backport-pending/1.16
The backport for Cilium 1.16.x for this PR is in progress.
labels
Aug 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport-done/1.16
The backport for Cilium 1.16.x for this PR is done.
feature/k8s-gateway-api
release-note/minor
This PR changes functionality that users may find relevant to operating Cilium.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This commit is to add the required label gateway-name e.g.
gateway.networking.k8s.io/gateway-name
, and propagate all labels and annotations from spec.infrastructure in all generated resources. The main goal is to conform with below GEP.Relates: kubernetes-sigs/gateway-api#1757