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

Refactor Gateway API installation process and bump Gateway API v1.2.1 #11763

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

tico88612
Copy link
Member

What type of PR is this?

/kind feature

What this PR does / why we need it:

Upgrade Gateway API to the latest version (v1.2.1), and remove templates (Gateway API manifests).

Which issue(s) this PR fixes:

Fixes #11630
Related #11636

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

[action required] If you need to install Gateway API offline, you must edit the `gateway_api_download_url` variable.

@k8s-ci-robot k8s-ci-robot added release-note-action-required Denotes a PR that introduces potentially breaking changes that require user action. kind/feature Categorizes issue or PR as related to a new feature. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Dec 2, 2024
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: tico88612
Once this PR has been reviewed and has the lgtm label, please assign vannten for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Dec 2, 2024
@tico88612
Copy link
Member Author

/ok-to-test

@k8s-ci-robot k8s-ci-robot added the ok-to-test Indicates a non-member PR verified by an org member that is safe to test. label Dec 2, 2024
@tico88612 tico88612 force-pushed the feat/gateway-api-v1.2.1 branch from 44b72fa to ee8c8b1 Compare December 3, 2024 01:36
Remove old variables in kubernetes-apps/gateway_api

Signed-off-by: ChengHao Yang <[email protected]>
@tico88612 tico88612 force-pushed the feat/gateway-api-v1.2.1 branch from ee8c8b1 to 9e3052d Compare December 3, 2024 01:45
@VannTen
Copy link
Contributor

VannTen commented Dec 3, 2024 via email

@tico88612
Copy link
Member Author

Our Gateway API is unmodified. (Yes, it should.)

Possible alternative: besides run-time download, or jinja templates, we could consider another alternative: vendoring

What is the context in which vendoring is used? Like other 3rd party packages (e.g. MetalLB, Argo CD, etc.)?

I don't think update would be too much complicated, maybe git subtree could help ? I think we would want to avoid submodules because it's not straightforward when pulling kubespray itself.

Git subtree will create a merge commit. Maybe I guess k8s-ci-robot won't allow this?
I won't prefer the Git submodule; it will complicate this project.

@VannTen
Copy link
Contributor

VannTen commented Dec 5, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/feature Categorizes issue or PR as related to a new feature. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-action-required Denotes a PR that introduces potentially breaking changes that require user action. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: Gateway API upgrade to v1.2.1
3 participants