-
Notifications
You must be signed in to change notification settings - Fork 239
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
Workloads API #3202
Workloads API #3202
Conversation
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
Signed-off-by: Artiom Diomin <[email protected]>
… API in parallel Signed-off-by: Artiom Diomin <[email protected]>
Signed-off-by: Artiom Diomin <[email protected]>
Signed-off-by: Artiom Diomin <[email protected]>
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 |
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:
Documentation: