Commit Graph

16145 Commits

Author SHA1 Message Date
John Gardiner Myers 9d8cade672 Migrate to AWS CCM in k8s 1.24 2021-11-24 17:46:00 -08:00
Kubernetes Prow Robot 64d03703b9
Merge pull request #12709 from hakman/canal-3.21.0
Update Canal to v3.21.1
2021-11-24 12:51:32 -08:00
Kubernetes Prow Robot 8c54336ae4
Merge pull request #12708 from hakman/calico-3.21.0
Update Calico to v3.21.1
2021-11-24 12:09:32 -08:00
Kubernetes Prow Robot a8289da46e
Merge pull request #12789 from WeTransfer/dnsopt
Add support for --dns flag in Docker config
2021-11-24 08:18:20 -08:00
Ciprian Hacman 8d3b8ce730 Run hack/update-expected.sh 2021-11-24 07:49:58 +02:00
Ciprian Hacman 1d9a6127b3 Update Canal to v3.21.1 2021-11-24 07:49:58 +02:00
Ciprian Hacman efd6628784 Run hack/update-expected.sh 2021-11-24 07:44:23 +02:00
Ciprian Hacman 5cad1999fc Update Calico to v3.21.1 2021-11-24 07:44:23 +02:00
Kubernetes Prow Robot b12876ab8c
Merge pull request #12823 from johngmyers/update-aws-sdk
Upgrade aws-sdk-go to v1.42.11
2021-11-23 21:22:20 -08:00
John Gardiner Myers b5e4d5206c Upgrade aws-sdk-go to v1.42.11 2021-11-23 20:17:37 -08:00
Kubernetes Prow Robot d5edfc3479
Merge pull request #12822 from zhengtianbao/npd
Add nodeProblemDetector daemonset serviceAccountName
2021-11-23 18:50:20 -08:00
zhengtianbao 73c575c26b Add nodeProblemDetector daemonset serviceAccountName 2021-11-24 08:47:18 +08:00
Kubernetes Prow Robot d7866b5790
Merge pull request #12782 from olemarkus/bump-ebs-driver-23
Bump EBS CSI driver to 1.5.0
2021-11-23 13:39:46 -08:00
Ole Markus With b420f3c58d Bump EBS CSI driver to 1.5.0 2021-11-23 19:46:08 +01:00
Kubernetes Prow Robot 4daa89b428
Merge pull request #12820 from GMartinez-Sisti/addons-missing-ns
Add missing namespaces for addon templates
2021-11-23 03:34:17 -08:00
Gabriel Martinez 1b815f4d5d
Add missing namespace for cluster-autoscaler pdb template
Signed-off-by: Gabriel Martinez <gabrielmartinez@sisti.pt>
2021-11-23 10:16:58 +00:00
Gabriel Martinez 881bc5ca44
Add missing namespace for aws-ebs-csi-driver pdb template
Signed-off-by: Gabriel Martinez <gabrielmartinez@sisti.pt>
2021-11-23 10:16:58 +00:00
Kubernetes Prow Robot 6018f9b2fd
Merge pull request #12819 from zhengtianbao/fix#12817
Add NodeProblemDetector clusterRoleBinding
2021-11-22 22:50:16 -08:00
zhengtianbao 40ba108677 Add NodeProblemDetector clusterRoleBinding 2021-11-23 13:48:12 +08:00
Kubernetes Prow Robot 4aeb68687c
Merge pull request #12804 from olemarkus/fix-has-extra-fields
Check that there are extra fields and not fields explicitly false
2021-11-22 21:38:16 -08:00
Kubernetes Prow Robot a0658d58a1
Merge pull request #12818 from shamil/flannel-0.15.1
Update Flannel CNI to v0.15.1
2021-11-22 18:46:16 -08:00
Alex Simenduev 71dc0efc89 Update Flannel CNI to v0.15.1 2021-11-23 00:19:05 +02:00
Ole Markus With 0d946b15c1 Allow setting cilium 1.11
Currently at rc2 and it doesn't look like any changes are needed to the
manifests.
2021-11-22 19:51:57 +01:00
Kubernetes Prow Robot 6845a8e648
Merge pull request #12814 from olemarkus/bump-cilium-23
Bump cilium to 1.10.5
2021-11-22 08:55:09 -08:00
Kubernetes Prow Robot d5a146a5bd
Merge pull request #12813 from krishna2603/patch-1
Webhook Update cluster_spec.md
2021-11-22 08:09:09 -08:00
John Gardiner Myers e5a6b79c19 Rename fields in v1alpha3 status API to fit acronym convention 2021-11-22 08:07:55 -08:00
John Gardiner Myers b9ac79ec6e Rename fields in v1alpha3 networking API to fit acronym convention 2021-11-22 08:07:55 -08:00
John Gardiner Myers f4d2cb0437 Rename fields in v1alpha3 keyset API to fit acronym convention 2021-11-22 08:07:55 -08:00
John Gardiner Myers 8fed76c8b2 Rename fields in v1alpha3 instancegroup API to fit acronym convention 2021-11-22 08:07:55 -08:00
Kubernetes Prow Robot cac2712b98
Merge pull request #12737 from justinsb/fix_gce_route_deletion_race
GCE: Fix race around route deletion
2021-11-22 06:13:09 -08:00
Ole Markus With 739350a4b5 Bump cilium to 1.10.5 2021-11-22 11:52:08 +01:00
Kubernetes Prow Robot 7435d01b62
Merge pull request #12811 from johngmyers/rename-fields
Rename fields to fit acronym conventions
2021-11-22 02:29:09 -08:00
Ole Markus With 5b69b51bed Strictly validate instance groups 2021-11-22 11:16:18 +01:00
krishna2603 8402aaf56e
Update cluster_spec.md 2021-11-22 14:20:54 +05:30
John Gardiner Myers f65ba3d9cd Rename fields in v1alpha3 componentconfig API to fit acronym convention 2021-11-21 16:16:32 -08:00
John Gardiner Myers 5a42c10fd3 Rename fields in v1alpha3 cluster API to fit acronym convention 2021-11-21 16:16:32 -08:00
justinsb cfd4e91a2c GCE: Fix race around route deletion
Because the control-plane can recreate routes, there's a race between
deleting instances and deleting routes.  Add a dependency so we don't
try to delete routes until after we've deleted all the instances.
2021-11-21 10:14:02 -05:00
Ciprian Hacman caea259dba Promote alpha channel to stable 2021-11-21 10:39:27 +02:00
Kubernetes Prow Robot 3e683ca9e8
Merge pull request #12806 from hakman/update_channels
Update channels
2021-11-20 23:50:59 -08:00
Kubernetes Prow Robot b7c2777ffc
Merge pull request #12743 from olemarkus/ipv6-s3
Use dualstack endpoint for s3
2021-11-20 20:40:59 -08:00
Ciprian Hacman 7357245d65 Run hack/update-expected.sh 2021-11-21 06:12:18 +02:00
Ciprian Hacman 351b39129a Update alpha channel with November releases 2021-11-21 06:12:18 +02:00
Ciprian Hacman 25b9773a2e Promote alpha channel to stable 2021-11-21 04:46:06 +02:00
Ciprian Hacman 752c3de504 Update Ubuntu images to latest version 2021-11-21 04:45:24 +02:00
Kubernetes Prow Robot 034af62889
Merge pull request #12792 from justinsb/gossip_coredns_hosts_via_services
gossip: support resolution of k8s.local names from pods (via services)
2021-11-20 15:00:59 -08:00
Ole Markus With 6d1741968e Check that there are extra fields and not fields being removed
When we check for extra fields, we check only check for byte equality. But because of omitEmpty, fields set explicitly to false are removed, which cause a diff of removed line. This change will ignore these removed lines.
2021-11-20 21:30:47 +01:00
Kubernetes Prow Robot fc3ef2b338
Merge pull request #12802 from johngmyers/relnotes_1.21.4
Release notes for 1.21.4
2021-11-19 23:30:59 -08:00
Ole Markus With 2fa53989c4 Configure dualstack endpoint for s3
Use dualstack https endpoints on ipv6only cluster. Always use
dualstack endpoints through the SDK
2021-11-20 08:00:00 +01:00
Kubernetes Prow Robot 1d47df660a
Merge pull request #12801 from johngmyers/relnotes_1.22.2
Release notes for 1.22.2
2021-11-19 22:20:59 -08:00
John Gardiner Myers fdc3d107d8 Release notes for 1.21.4 2021-11-19 22:14:25 -08:00