kubeone icon indicating copy to clipboard operation
kubeone copied to clipboard

Workloads API

Open kron4eg opened this issue 1 year ago • 2 comments

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

kron4eg avatar May 21 '24 15:05 kron4eg

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

kubermatic-bot avatar May 21 '24 15:05 kubermatic-bot

[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.

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

kubermatic-bot avatar May 21 '24 15:05 kubermatic-bot

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

kron4eg avatar May 24 '24 09:05 kron4eg

This has been replaced by #3248

kron4eg avatar Jun 20 '24 00:06 kron4eg