Commit Graph

16269 Commits

Author SHA1 Message Date
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
John Gardiner Myers 227abb8c93 Release notes for 1.22.2 2021-11-19 21:39:47 -08:00
Kubernetes Prow Robot a75eec8313
Merge pull request #12795 from hakman/containerd-1.6.0-beta.3
Update containerd to v1.6.0-beta.3
2021-11-19 19:33:00 -08:00
Kubernetes Prow Robot 353b230aa5
Merge pull request #12787 from hakman/ipv6_remove_warning
Remove warning about IPv6 being experimental
2021-11-19 11:27:40 -08:00
Ciprian Hacman c45bb1f7a7 Run hack/update-expected.sh 2021-11-19 20:52:16 +02:00
Ciprian Hacman 2421188a60 Update containerd to v1.6.0-beta.3 2021-11-19 20:52:16 +02:00
Kubernetes Prow Robot 16dee944ba
Merge pull request #12791 from olemarkus/fix-volume-ratio-comparisons
Fix volume ratio comparisons
2021-11-19 09:10:52 -08:00
justinsb e0b786a254 Update golden test output 2021-11-19 11:02:19 -05:00
justinsb 6133250046 gossip: support resolution of k8s.local names from pods
We add the hosts plugin to CoreDNS, and we populate a ConfigMap from
kops-controller (when in gossip mode).

This enables resolution of the internal apiserver DNS name from Pods,
even when gossip mode (k8s.local) is in use.  This should fix the
failing e2e tests which are assuming that the name in the JWT token is
resolvable from inside the cluster.

This is also a possible step towards a simpler gossip mode, now that
we have a central controller.
2021-11-19 11:02:15 -05:00
justinsb 0c696d41d3 Create supporting services in kops-controller for gossip-mode
The intent is that we can then expose these via CoreDNS, so that
internal name resolution will work.
2021-11-19 11:02:10 -05:00
Kubernetes Prow Robot fd2aa277bb
Merge pull request #12790 from justinsb/aws-authentication-separator
Fix AWS authentication separator to support multiple objects
2021-11-19 07:10:51 -08:00
Ole Markus With 63d3ab1ee2 Fix correct ratio checks for EBS volumes 2021-11-19 15:51:23 +01:00
Ole Markus With c8b5d9bb9a Add test for ratio bug 2021-11-19 15:51:23 +01:00
justinsb 27c223af25 Fix AWS authentication separator to support multiple objects
Otherwise the objects overwrite each other, because YAML.
2021-11-19 09:34:22 -05:00
Kubernetes Prow Robot e40fd308b2
Merge pull request #12777 from olemarkus/bump-cm-23
Bump cert-manager addon and godep to 1.6.1
2021-11-19 05:20:52 -08:00
Jeff Wolski a9ecfa47b5 Add support for --dns flag in Docker config
This commit adds support for the --dns flag which is provided as a
Docker daemon startup flag. The flag is used to set the IP address of
the DNS server that the daemon injects into containers. Multiple --dns
flags are supported.
2021-11-19 10:02:12 +01:00
Kubernetes Prow Robot 0047f4dbe5
Merge pull request #12784 from olemarkus/bump-nvidia-23
Bump nvidia device plugin to 0.10.0
2021-11-18 22:34:51 -08:00
Ciprian Hacman e0a8eef662 Remove warning about IPv6 being experimental 2021-11-19 08:02:41 +02:00
Kubernetes Prow Robot ec9c277259
Merge pull request #12783 from olemarkus/bump-nodelocaldns-23
Bump node local dns cache
2021-11-18 16:58:51 -08:00
Ole Markus With f695deea05 Bump nvidia device plugin to 0.10.0 2021-11-18 20:58:32 +01:00
Ole Markus With 3983017ac6 Bump node local dns cache 2021-11-18 20:51:37 +01:00
Kubernetes Prow Robot 0c9ae3f2c5
Merge pull request #12763 from justinsb/bump_etcd_manager
Bump etcd manager to 20211117
2021-11-18 11:41:48 -08:00
Ole Markus With b127f958e4 Bump cert-manager godep to 1.6.1 2021-11-18 19:22:50 +01:00
Ole Markus With 2ba1a1ced6 Bump cert-manager to 1.6.1 2021-11-18 19:22:50 +01:00
Kubernetes Prow Robot 1736db6358
Merge pull request #12780 from justinsb/stable_subnet_mapping
Stable-sort subnets by Name
2021-11-18 10:21:03 -08:00
justinsb 7995e8cc28 Update test data for etcd-manager bump 2021-11-18 11:49:14 -05:00
justinsb e2922a257d Bump etcd-manager version 2021-11-18 11:49:14 -05:00