Workloads API
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #3201
What type of PR is this? /kind feature
Special notes for your reviewer:
Does this PR introduce a user-facing change? Then add your Release Note here:
Workloads API
Documentation:
TBD
Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please ask for approval from kron4eg. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
Tested this with the following manifest:
apiVersion: kubeone.k8c.io/v1beta2
kind: KubeOneCluster
versions:
kubernetes: v1.29.3
cloudProvider:
external: true
clusterNetwork:
cni:
external: {}
workloads:
- addon:
name: default-storage-class
- helmRelease:
chart: flannel
repoURL: https://flannel-io.github.io/flannel/
namespace: kube-system
version: v0.25.2
- helmRelease:
chart: kured
repoURL: https://kubereboot.github.io/charts
namespace: kube-system
version: 5.4.5
This has been replaced by #3248