Commit Graph

18922 Commits

Author SHA1 Message Date
Kubernetes Prow Robot e47e21207e
Merge pull request #14868 from johngmyers/avoid-release-test
Avoid triggering upgrade tests on release commits
2022-12-24 19:55:26 -08:00
John Gardiner Myers 27b8522081 Avoid triggering upgrade tests on release commits 2022-12-24 15:23:56 -08:00
Kubernetes Prow Robot 940538e04c
Merge pull request #14867 from justinsb/keyset_can_return_nil
FindKeyset can return nil
2022-12-24 14:07:25 -08:00
justinsb 817c1e63b3 FindKeyset can return nil
We had missed a case in nodeup; add a Context argument to force us to
revisit the codepaths.
2022-12-24 16:12:21 -05:00
Kubernetes Prow Robot d8af435f8f
Merge pull request #14861 from hakman/mount_audit_config_dirs
Mount the audit config dir for kube-apiserver
2022-12-24 08:57:26 -08:00
Ciprian Hacman aa04f56545 Update test for audit config 2022-12-24 07:23:10 +02:00
Ciprian Hacman e3dbff95d0 Add placeholder for the audit config test 2022-12-24 07:23:10 +02:00
Ciprian Hacman 2ec1d3bf5f Update docs for audit config 2022-12-24 07:23:10 +02:00
Ciprian Hacman bb6d4d6c17 Mount the audit config dir for kube-apiserver 2022-12-24 07:23:10 +02:00
Kubernetes Prow Robot 69c59af0f4
Merge pull request #14862 from justinsb/vfs_context_to_create_and_write
VFS: Add context to CreateFile & WriteFile
2022-12-23 10:25:26 -08:00
Kubernetes Prow Robot ffe47df7df
Merge pull request #14863 from justinsb/context_to_get_or_create_secret
Add context to GetOrCreateSecret
2022-12-23 08:39:26 -08:00
justinsb a69dc902c4 Add context to GetOrCreateSecret
Continuing the wiring as needed.
2022-12-23 10:48:50 -05:00
justinsb ae074bbc6b VFS: Add context to CreateFile & WriteFile
As "request" methods, these should have context parameters.
2022-12-23 10:39:52 -05:00
Ciprian Hacman f5b72742b4
Release 1.26.0-beta.1 (#14858) 2022-12-23 01:13:27 -08:00
Kubernetes Prow Robot a7966b9b8b
Merge pull request #14857 from kubernetes/dependencies/update-1671775786
Update dependencies
2022-12-22 23:45:32 -08:00
Kubernetes Prow Robot 269477e52c
Merge pull request #14856 from johngmyers/validate-ipv6-dns
Validate external-dns not being used for IPv6 clusters
2022-12-22 23:45:25 -08:00
Kubernetes Prow Robot b647e4413f
Merge pull request #14846 from hakman/gossip_to_dns-none
Allow migration from Gossip DNS to no DNS
2022-12-22 22:53:26 -08:00
github-actions ba9b0ddbc2 Update dependencies 2022-12-23 06:09:45 +00:00
Ciprian Hacman b08d53a131 Refactor Gossip usage in addon templates 2022-12-23 08:04:13 +02:00
Kubernetes Prow Robot d17325c9b0
Merge pull request #14855 from johngmyers/external-dns
Upgrade external-dns to 0.13.1
2022-12-22 21:59:25 -08:00
John Gardiner Myers 1306862b5a Validate external-dns not being used for IPv6 clusters 2022-12-22 21:41:18 -08:00
Kubernetes Prow Robot a870d020ee
Merge pull request #14854 from johngmyers/describeimages-paginate
AWS: Use pagination for DescribeImages call
2022-12-22 20:07:26 -08:00
John Gardiner Myers bce03549f0 Upgrade external-dns to 0.13.1 2022-12-22 19:43:24 -08:00
Kubernetes Prow Robot c01fdbb6e2
Merge pull request #14797 from justinsb/pure_context_work
Context threading: more wiring
2022-12-22 17:35:29 -08:00
John Gardiner Myers ac06f4af48 AWS: Use pagination for DescribeImages call 2022-12-22 17:03:03 -08:00
justinsb ba59d65bc9 Wire up context from cobra in cmd/kops
Removes a lot of context.TODO() calls.
2022-12-22 17:52:27 -05:00
justinsb 90cbf75584 Context threading: more wiring
We're aiming to use this for testing immediately and better
logging/tracing in future, but to make the changes manageable breaking
them into a smaller series that don't directly achieve much.
2022-12-22 17:52:22 -05:00
Kubernetes Prow Robot 5922daed00
Merge pull request #14852 from justinsb/ssh_vfscontext
vfs: wire context into SSHPath
2022-12-22 09:31:38 -08:00
Kubernetes Prow Robot c15ab50738
Merge pull request #14851 from justinsb/azure_context
vfs: azure client support for context and defer client construction
2022-12-22 09:31:26 -08:00
Kubernetes Prow Robot af17702357
Merge pull request #14853 from justinsb/sshpath_cleanup
vfs: cleanup of SSH code
2022-12-22 08:35:30 -08:00
justinsb 4c789c7295 vfs: cleanup of SSH code
Generally cleaning up the SSH/SFTP code, only real change is to use posix rename.
2022-12-22 10:42:40 -05:00
justinsb 0a24aa99be vfs: wire context into SSHPath
It doesn't follow quite the same patterns, but we still need to lay
the groundwork here.
2022-12-22 10:37:50 -05:00
justinsb c81ec7f435 vfs: azure client support for context and defer client construction
Updating azure to follow the context patterns we've defined, where
BuildVFSPath no longer makes network calls.
2022-12-22 10:32:11 -05:00
Kubernetes Prow Robot 6e36b7853a
Merge pull request #14848 from hakman/control-plane_ig_max-size
Validate control-plane IG size
2022-12-22 06:21:26 -08:00
Ciprian Hacman bead06a6d1 Validate control-plane IG size 2022-12-22 15:35:51 +02:00
Ciprian Hacman 362601cd66 Allow migration from Gossip DNS to no DNS 2022-12-22 12:36:32 +02:00
Kubernetes Prow Robot 31eedb1693
Merge pull request #14847 from hakman/gossip_openstack
openstack: Refactor DNS client initialization
2022-12-22 00:17:25 -08:00
Ciprian Hacman 0c88d881a2 openstack: Stop passing cluster tags 2022-12-22 08:08:19 +02:00
Ciprian Hacman d9d78df5e7 openstack: Refactor DNS client initialization 2022-12-22 07:41:25 +02:00
Kubernetes Prow Robot 61fd1289cd
Merge pull request #14843 from justinsb/vfs_openstack_swift_context
VFS: Add context to internals of Openstack Swift client
2022-12-21 20:53:24 -08:00
Kubernetes Prow Robot 1c0e17340a
Merge pull request #14844 from hakman/fix_res-tracking_scenario
Update resource tracking test scenario, again
2022-12-21 17:15:26 -08:00
Ciprian Hacman ec01a95beb Update resource tracking test scenario 2022-12-21 19:41:01 +02:00
justinsb 6406bfe150 VFS: Add context to internals of Openstack Swift client
Setting up context usage internally ready for the context to be
exposed.

Also avoid initializing the client until the first usage, making
building VFS path more of a builder function (deterministic, not
expected to fail for good inputs).
2022-12-21 10:07:03 -05:00
Kubernetes Prow Robot 7f13072b02
Merge pull request #14841 from olemarkus/cilium-125
Bump cilium to 1.12.5
2022-12-21 05:03:24 -08:00
Kubernetes Prow Robot f5721efcd9
Merge pull request #14842 from hakman/log_e2e_cluster-name
Fix logging of the generated e2e cluster name
2022-12-21 03:37:25 -08:00
Ciprian Hacman 55940e03b1 Fix logging of the generated e2e cluster name 2022-12-21 12:47:02 +02:00
Ole Markus With 171b2d0a5d Bump cilium to 1.12.5 2022-12-21 11:40:39 +01:00
Kubernetes Prow Robot e42a8dd5a5
Merge pull request #14840 from hakman/fix_res-tracking_scenario
Update resource tracking test scenario
2022-12-21 02:03:27 -08:00
Ciprian Hacman f9af570b05 Bump inital kOps and k8s versions 2022-12-21 11:15:48 +02:00
Kubernetes Prow Robot 70efe5dd08
Merge pull request #14829 from olemarkus/ebs-csi-114
Bump EBS CSI driver to 1.14.0
2022-12-21 00:49:25 -08:00