Alasdair Tran
63cbe32293
Remap all init container images of etcd-manager
2023-06-19 00:09:32 +00:00
Ciprian Hacman
1026a131a1
Release 1.27.0-beta.1 ( #15510 )
2023-06-17 07:16:20 -07:00
Kubernetes Prow Robot
7117a67870
Merge pull request #15509 from hakman/kops-utils-cp
...
Rename `kops-copy` to `kops-utils-cp`
2023-06-17 02:56:20 -07:00
Ciprian Hacman
ccb75c1e33
hack/update-expected.sh
2023-06-16 22:28:38 +03:00
Ciprian Hacman
bec7226ad1
Rename `kops-copy` to `kops-utils-cp`
2023-06-16 22:24:51 +03:00
Ciprian Hacman
8a8f1be1ed
Update pause image to v3.9
2023-06-16 21:15:50 +03:00
Ciprian Hacman
059e7c7f11
Update containerd to v1.7.2
2023-06-16 11:58:55 +03:00
Ciprian Hacman
4810cc18b7
hack/update-expected.sh
2023-06-05 16:46:37 +03:00
Ciprian Hacman
825e60b3ff
etcd-manager: Add back etcd v3.5.7 binaries
2023-06-05 16:46:31 +03:00
Ciprian Hacman
9201263abb
hack/update-expected.sh
2023-05-31 12:57:30 +03:00
Ciprian Hacman
071d272ad3
Use `opt` instead for volume name
2023-05-31 12:54:57 +03:00
Ciprian Hacman
f51e347f99
Build and use cp replacement
2023-05-27 05:18:53 +03:00
Ciprian Hacman
77130df276
hack/update-expected.sh
2023-05-26 07:33:13 +03:00
Ciprian Hacman
2f07263d3d
Update etcd to v3.5.9
2023-05-26 07:33:12 +03:00
Ciprian Hacman
461c0871cf
Update Cilium to v1.12.10
2023-05-25 08:31:18 +03:00
Alex Last
e296a8573b
feat(hetzner): bump cloud-controller-manager and csi-driver
2023-05-24 08:28:48 +01:00
justinsb
ca67b1ca1e
Refactor: rename IsGossip -> UsesLegacyGossip
...
We want to be able to use "dns=none" (without peer-to-peer gossip)
even for clusters that have the k8s.local extension. These were
previously called "gossip clusters", but really that is an
implementation; what actually matters to users is that they don't rely
on writing records into a DNS zone (such as Route53).
2023-05-22 21:50:16 -04:00
Kubernetes Prow Robot
35cc07324d
Merge pull request #15375 from hakman/runc-1.1.7
...
Update runc to v1.1.7
2023-05-20 08:48:20 -07:00
Kubernetes Prow Robot
1cd895ccce
Merge pull request #15112 from hakman/etcd-manager_slimmer
...
Remove obsolete etcd versions
2023-05-20 07:04:19 -07:00
Ciprian Hacman
a11c7189d0
Update runc to v1.1.7
2023-05-20 08:30:36 +03:00
Ciprian Hacman
2e1394dc57
Release 1.27.0-alpha.2
2023-05-19 21:35:09 +03:00
Ciprian Hacman
1c7d91b33c
hack/update-expected.sh
2023-05-17 13:15:10 +03:00
Ciprian Hacman
76cacc5c6f
Remove obsolete etcd versions
2023-05-17 13:00:02 +03:00
Jesse Haka
dbccba2f45
hack/update-expected.sh
2023-05-16 16:29:12 +03:00
Jesse Haka
6ac7903449
update etcd-manager to v3.0.20230516
2023-05-16 16:26:11 +03:00
justinsb
6bdbbc4fd4
nodeup: Use functional options pattern for HostPathMapping
...
This means that the object is not mutated after construction, making
it easier to do validity checks (such as whether we have mounted the
same path twice).
2023-05-11 10:16:30 -04:00
Ciprian Hacman
0e37112f46
hack/update-expected.sh
2023-05-09 12:28:06 +03:00
Ciprian Hacman
81b4fbf8ac
Add kubescheduler.config.k8s.io/v1 for K8s 1.25+
2023-05-09 12:26:57 +03:00
Ciprian Hacman
abba0261e8
Update containerd to v1.6.21
2023-05-08 07:55:23 +03:00
Bronson Mirafuentes
de171be079
set default runc version to 1.1.5
2023-05-03 08:55:32 -07:00
Bronson Mirafuentes
f11fd88020
update runc to 1.1.7
2023-05-02 13:48:02 -07:00
Anthony Hausman
5af9c30f32
Update containerd to v1.6.20
2023-04-16 12:32:49 +02:00
Jesse Haka
225e3f4b3f
Upgrade k8s-dns-node-cache to 1.22.20
2023-04-13 16:23:46 +03:00
Kubernetes Prow Robot
69691eea23
Merge pull request #15266 from infonova/os-implement-etcd-manager-networkcidr
...
OpenStack: Add network-cidr config for etcd-manager
2023-04-13 02:48:36 -07:00
Steven E. Harris
9595c833ee
Allow Cluster Autoscaler to ignore daemon pods
...
By default the cluster autoscaler takes DaemonSet-managed pods'
resource requests into consideration when computing a node's resource
utilization. Allow toggling its "--ignore-daemonsets-utilization"
command-line flag via a new field in the Cluster
spec—"clusterAutoscaler.ignoreDaemonSetsUtilization." Setting that
field to true causes the autoscaler to ignore such daemon pods'
requests, such that it will more likely judge a node running only
daemon pods as being underutilized and shut down its hosting machine.
2023-04-05 10:03:24 -04:00
ederst
3ccb8746cf
OpenStack: Add network-cidr config for etcd-manager
2023-03-27 11:14:25 +02:00
Peter Rifel
3ce30fff48
Don't set CSIMigrationAWS for k8s >=1.27
2023-03-10 21:19:21 -06:00
Justin SB
03af1c7272
gce: Don't reconcile routes when running with "gce" networking.
...
If running with GCE "native" networking, we do not need the route
controller (and it causes problems); we turn it off by setting
--configure-cloud-routes=false.
In general we do not need the gkenetworkparams controller (and it
complains about missing CRDs). We will turn it off in future, but it
isn't in the images we are using currently.
2023-03-03 10:07:09 -05:00
Jesse Haka
3f9a1b6462
set node status update freq to 60min in OpenStack
2023-02-27 20:38:30 +02:00
Ciprian Hacman
8d6a809d10
Update containerd to v1.6.18
2023-02-18 04:38:08 +02:00
Ciprian Hacman
0d39e0920e
Update containerd to v1.6.17
2023-02-12 12:27:24 +02:00
Ciprian Hacman
884fded69e
hack/update-expected.sh
2023-02-01 09:37:37 +02:00
Ciprian Hacman
bdd7ff49da
Update etcd-manager to v3.0.20230201
2023-02-01 09:35:32 +02:00
Kubernetes Prow Robot
ebebbe8b76
Merge pull request #15068 from hakman/etcd-v3.5.7
...
Update etcd to v3.5.7
2023-01-31 01:54:49 -08:00
Kubernetes Prow Robot
94affad3a4
Merge pull request #15050 from anthonyhaussman/feat/tone/cilium_unreachable_routes_pod_deletion
...
Cilium: Add unreachable route for pod IP on deletion option
2023-01-30 05:26:51 -08:00
Ciprian Hacman
ae042e7499
Update containerd to v1.6.16
2023-01-29 08:01:37 +02:00
Ciprian Hacman
4ebc882a70
hack/update-expected.sh
2023-01-28 16:29:53 +02:00
Ciprian Hacman
1d8114dd8c
Update etcd to v3.5.7
2023-01-28 16:28:07 +02:00
John Gardiner Myers
b47babf808
Upgrade AWS CCM to 1.25.3
2023-01-24 12:35:24 -08:00
Anthony Hausman
484bde5b9b
cilium: Add unreachable route for pod IP on deletion option
...
When a pod is deleted, the route to its IP is replaced with an unreachable route.
When a pod is created, the route is replaced with a route to the pod veth (so if an unreachable existed, it's replaced).
Ref:
- https://github.com/cilium/cilium/pull/18505
2023-01-24 14:08:24 +01:00