Skip to content

WIP feat(server-side-apply/v1-alpha): Add plugin to scaffold APIs with Server-Side Apply#5458

Open
camilamacedo86 wants to merge 1 commit intokubernetes-sigs:masterfrom
camilamacedo86:server-side-apply-plugin
Open

WIP feat(server-side-apply/v1-alpha): Add plugin to scaffold APIs with Server-Side Apply#5458
camilamacedo86 wants to merge 1 commit intokubernetes-sigs:masterfrom
camilamacedo86:server-side-apply-plugin

Conversation

@camilamacedo86
Copy link
Member

Adds optional server-side-apply plugin that scaffolds APIs with controllers using Server-Side Apply patterns. Plugin enables per-API choice between traditional Update and Server-Side Apply approaches.

  • Scaffolds controllers with Server-Side Apply TODO template
  • Generates apply configurations via controller-gen
  • Updates Makefile with APPLYCONFIGURATION_PATHS per API
  • Tracks resources in PROJECT file for alpha generate
  • Includes unit, integration, and E2E tests
  • Adds plugin conflict check with deploy-image
  • Updates FAQ with Server-Side Apply as solution to CRD size limits

@k8s-ci-robot k8s-ci-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Feb 8, 2026
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: camilamacedo86

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

The pull request process is described here

Details 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 approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Feb 8, 2026
…rver-Side Apply

Adds optional server-side-apply plugin that scaffolds APIs with controllers
using Server-Side Apply patterns. Plugin enables per-API choice between
traditional Update and Server-Side Apply approaches.

- Scaffolds controllers with Server-Side Apply TODO template
- Generates apply configurations via controller-gen
- Updates Makefile with APPLYCONFIGURATION_PATHS per API
- Tracks resources in PROJECT file for alpha generate
- Includes unit, integration, and E2E tests
- Adds plugin conflict check with deploy-image
- Updates FAQ with Server-Side Apply as solution to CRD size limits

Genereted-by: Cursor/Claude
@camilamacedo86 camilamacedo86 force-pushed the server-side-apply-plugin branch from 0d291e1 to 60416fd Compare February 26, 2026 15:28
@k8s-ci-robot
Copy link
Contributor

@camilamacedo86: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-kubebuilder-test 60416fd link true /test pull-kubebuilder-test
pull-kubebuilder-e2e-k8s-1-34-0 60416fd link true /test pull-kubebuilder-e2e-k8s-1-34-0
pull-kubebuilder-e2e-k8s-1-35-0 60416fd link true /test pull-kubebuilder-e2e-k8s-1-35-0
pull-kubebuilder-e2e-k8s-1-33-0 60416fd link true /test pull-kubebuilder-e2e-k8s-1-33-0

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@k8s-ci-robot
Copy link
Contributor

PR needs rebase.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Feb 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. 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.

2 participants