-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update images to support Kubernetes 1.30 (#3214)
* update DNSNodeCache * update ccm-aws * fix missing md annotation for metrics-server * update csi-external-snapshotter to v8.0.1 * update csi-aws-ebs also removes the copy of external-snapshotter CRDs in the AWS EBS CSI addon * update ccm-azure / cnm-azure * update csi-azurefile * update csi-azuredisk * use non-MCR images for CSI snapshotter to keep them aligned with the ext-snapshotter addon * update ccm-digitalocean With the new version, DO removed some of manifests that we originally deleted in our kustomization. * update csi-digitalocean * fix readme in update ccm-hetzner There was no new chart or new image for ccm * update csi-hetzner * update ccm-openstack * update csi-openstack * fix typos in csi-vmware * update ccm-vsphere * update csi-vsphere * update csi-gcp * update cilium and hubble * update cluster-autoscaler * update restic * remove hcloud storageclass from the CSI addon --------- Co-authored-by: Christoph Mewes <christoph@kubermatic.com>
- Loading branch information
1 parent
fabed7f
commit cbaab7a
Showing
35 changed files
with
838 additions
and
1,729 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
namespace: kube-system | ||
|
||
resources: | ||
- ccm-openstack.yaml | ||
|
||
patches: | ||
- target: | ||
kind: DaemonSet | ||
namespace: kube-system | ||
name: openstack-cloud-controller-manager | ||
patch: |- | ||
- op: replace | ||
path: "/spec/template/spec/containers/0/env/0/value" | ||
value: "/etc/config/cloud-config" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.