John Gardiner Myers
1b590f5111
Simplify
2022-12-17 10:16:22 -08:00
justinsb
f4984dafab
Support public buckets for serviceAccountIssuers on S3
...
S3 is also nudging towards bucket level permissions, so don't set an ACL when bucket is public.
2022-12-17 09:57:45 -08:00
Kubernetes Prow Robot
994f7a17b4
Merge pull request #14796 from johngmyers/nth-validate
...
NTH: add API validation against unsupported option configurations
2022-12-17 08:05:41 -08:00
Kubernetes Prow Robot
ae9fd8c344
Merge pull request #14795 from johngmyers/aws-ccm-old
...
Upgrade older AWS CCM minor versions
2022-12-17 07:15:49 -08:00
Kubernetes Prow Robot
0f5fc06cec
Merge pull request #14771 from johngmyers/sqs-rebalance
...
Don't drain on rebalance recommendations in SQS mode unless configured
2022-12-17 07:15:42 -08:00
John Gardiner Myers
1834fded6a
NTH: add API validation against unsupported option configurations
2022-12-16 17:12:54 -08:00
Kubernetes Prow Robot
6b0a936401
Merge pull request #14794 from johngmyers/aws-ccm
...
Upgrade AWS CCM to v1.26.0
2022-12-16 16:11:53 -08:00
John Gardiner Myers
9de1ee9459
Upgrade older AWS CCM minor versions
2022-12-16 15:33:09 -08:00
John Gardiner Myers
30011e9f28
Upgrade AWS CCM to v1.26.0
2022-12-16 15:24:12 -08:00
Kubernetes Prow Robot
dc7c6bb5f2
Merge pull request #14729 from hakman/kubecfg_use_lb_when_available
...
Always use load balancer address in kubeconfig
2022-12-16 00:59:53 -08:00
Kubernetes Prow Robot
e01366cdab
Merge pull request #14793 from kubernetes/dependencies/update-1671170932
...
Update dependencies
2022-12-15 23:51:36 -08:00
Ciprian Hacman
a23282b0f7
Always use load balancer address in kubeconfig
2022-12-16 08:53:22 +02:00
Kubernetes Prow Robot
d9d47bd6d8
Merge pull request #14731 from Mia-Cross/scaleway_identify_resources
...
scaleway: list and delete resources
2022-12-15 22:31:36 -08:00
github-actions
206b9010ff
Update dependencies
2022-12-16 06:08:52 +00:00
Kubernetes Prow Robot
2c1b65863f
Merge pull request #14789 from hakman/containerd-1.6.13
...
Update containerd to v1.6.13
2022-12-15 21:39:36 -08:00
Ciprian Hacman
586a195eee
Run hack/update-expected.sh
2022-12-16 06:01:12 +02:00
Ciprian Hacman
5927c506d0
Update containerd to v1.6.13
2022-12-16 06:00:04 +02:00
Kubernetes Prow Robot
0896ea246d
Merge pull request #14769 from hakman/gce_none_dns
...
gce: Add support for clusters without DNS
2022-12-15 19:29:36 -08:00
Kubernetes Prow Robot
b43e5a5b7a
Merge pull request #14786 from hakman/gce_update_integration_tests
...
Update GCE integration tests
2022-12-15 06:17:36 -08:00
Leïla MARABESE
ef8648e12c
scaleway: list and delete resources
2022-12-15 14:29:29 +01:00
Kubernetes Prow Robot
d6810e1683
Merge pull request #14743 from olemarkus/no-lb-no-vipacl
...
OpenStack: allow no lbclient when checking for vipacl
2022-12-15 02:25:36 -08:00
Ciprian Hacman
cfa5a670d4
Add integration tests
2022-12-14 11:54:06 +02:00
Ciprian Hacman
0ff7c6f432
Update GCE integration tests
2022-12-14 11:48:51 +02:00
Ciprian Hacman
b9f7c2619b
gce: Add support for clusters without DNS
2022-12-14 11:09:54 +02:00
Kubernetes Prow Robot
0913a11b48
Merge pull request #14773 from johngmyers/calico-ipv6
...
Calico: Don't try to upgrade IPAM in IPv6 clusters
2022-12-14 00:31:34 -08:00
Kubernetes Prow Robot
637415f85d
Merge pull request #14683 from johngmyers/describezone-aws
...
Get AWS zones list from AWS SDK
2022-12-13 23:41:34 -08:00
John Gardiner Myers
20b5241b84
Get AWS zones list from AWS SDK
2022-12-13 22:50:11 -08:00
Kubernetes Prow Robot
41fa042b89
Merge pull request #14768 from hakman/guess_cloud
...
Guess cloud provider from state store path
2022-12-13 22:29:40 -08:00
Kubernetes Prow Robot
c9e6a915cc
Merge pull request #14736 from Mia-Cross/scaleway_nodeidentity
...
scaleway : nodeidentity
2022-12-13 22:29:34 -08:00
Kubernetes Prow Robot
091754fd8b
Merge pull request #14778 from justinsb/gcs_oidc_just_context
...
Introduce context.Context into some of our "Context" objects
2022-12-13 12:15:34 -08:00
Kubernetes Prow Robot
d6286811a7
Merge pull request #14782 from hakman/containerd-v1.6.12
...
Update containerd to v1.6.12
2022-12-13 06:53:36 -08:00
Ciprian Hacman
cc12575b58
Run hack/update-expected.sh
2022-12-13 09:56:40 +02:00
Ciprian Hacman
e622a5b6ce
Update containerd to v1.6.12
2022-12-13 08:22:22 +02:00
Kubernetes Prow Robot
265a0ec592
Merge pull request #14779 from hakman/go-1.19.4-2
...
Update Go to v1.19.4
2022-12-12 20:53:33 -08:00
Ciprian Hacman
f8464e24a7
Update Go to v1.19.4
2022-12-13 06:07:32 +02:00
justinsb
5fde739814
Introduce context.Context into some of our "Context" objects
...
The rule of thumb is that we shouldn't be embedding a context.Context,
but it is reasonable when the lifetime is similar and when the
refactor would otherwise be unacceptably large.
This is a minimal way to introduce it, based on adding the support
needed in the GCS support for serviceAccountIssuerDiscovery. We will
need to plumb through the context in many more places over time.
2022-12-12 09:56:09 -05:00
Leïla MARABESE
2819855bec
get default zone from client instead of environment
2022-12-12 14:46:35 +01:00
Kubernetes Prow Robot
b10e10f03f
Merge pull request #14775 from hakman/public-acl
...
Rename field from `ManagedFile.Public` to `ManagedFile.PublicACL`
2022-12-12 05:07:34 -08:00
Ciprian Hacman
41ada58944
Rename field from `ManagedFile.Public` to `ManagedFile.PublicACL`
2022-12-12 13:21:55 +02:00
John Gardiner Myers
7f502be319
Calico: Don't try to upgrade IPAM in IPv6 clusters
2022-12-11 20:53:51 -08:00
John Gardiner Myers
9982efd8e3
hack/update-expected.sh
2022-12-11 18:21:43 -08:00
John Gardiner Myers
55b46073b7
Don't drain on rebalance recommendations in SQS mode unless configured
2022-12-11 18:21:43 -08:00
Kubernetes Prow Robot
ff1d26c417
Merge pull request #14770 from olemarkus/ebs-13
...
Bump EBS CSI driver to 1.13.0
2022-12-11 11:23:33 -08:00
Ole Markus With
00631f0c2e
Bump EBS CSI driver to 1.13.0
2022-12-11 18:19:16 +01:00
Kubernetes Prow Robot
572b0655dc
Merge pull request #14732 from olemarkus/cilium-12
...
Bump cilium version to 1.12.4
2022-12-11 04:25:14 -08:00
Ciprian Hacman
bc2aa3072d
Guess cloud provider from state store path
2022-12-11 12:30:10 +02:00
Kubernetes Prow Robot
02122f21cf
Merge pull request #14763 from johngmyers/refactor-tf-outputs
...
Refactor writing Terraform outputs, etc.
2022-12-10 13:47:42 -08:00
John Gardiner Myers
264bf942da
Miscellaneous Terraform refactors
2022-12-10 09:32:06 -08:00
John Gardiner Myers
9878f8a190
Miscellaneous Terraform refactors
2022-12-10 09:32:06 -08:00
John Gardiner Myers
0830a9680b
Remove dead code
2022-12-10 09:32:02 -08:00