Commit Graph

6393 Commits

Author SHA1 Message Date
Matt Morrison 4305adc9eb
revert default storage class change 2023-12-02 07:25:05 +13:00
Matt Morrison a5ea80051f
Add balanced-csi + ssd-csi storage classes
Change default to balanced-csi (pd-balanced disk type), which is the same default used by GKE.
2023-12-02 07:08:47 +13:00
justinsb 010a0d5e4c feat: Support PKI bootstrap
Similar to the TPM bootstrapping on GCE (indeed, a lot of the code is
modified from there), but we verify the PKI signature against a public
key in a Host CRD object.
2023-11-30 18:35:58 -05:00
justinsb 592b575412 feat: Support multiple token verifiers in kops-controller
This will allow us to support nodes running in multiple clouds.  If we
don't configure multiple verifiers, this should be a no-op.
2023-11-30 10:44:53 -05:00
Kubernetes Prow Robot 7c17b16a96
Merge pull request #16099 from spotinst/feat/add_multi_arch_base127_rebase
Spotinst: Feature/add multi arch in VNG and resource tag specification
2023-11-23 15:59:58 +01:00
Peter Rifel 6dbc164969
./hack/update-expected.sh 2023-11-21 20:55:05 -06:00
Peter Rifel d6eeae0ee3
Add volume modification support to EBS CSI Driver 2023-11-21 20:54:39 -06:00
Peter Rifel 88872b3b96
./hack/update-expected.sh 2023-11-20 22:35:32 -06:00
Peter Rifel 386352ea17
Upgrade AWS EBS CSI Driver to v1.25.0 2023-11-20 22:35:27 -06:00
Kubernetes Prow Robot ca4796b4fb
Merge pull request #16110 from aauren/update_kuberouter_1.6
Update kube-router to 1.6
2023-11-19 20:54:42 +01:00
Jesse Haka c6957314d8 use only k8s metadata 2023-11-19 15:54:37 +02:00
Jesse Haka b242ac5435 check kops cluster name when filtering instances in openstack 2023-11-19 15:52:33 +02:00
Aaron U'Ren 36ad005876
Update kube-router to v1.6.0 2023-11-18 15:32:43 -06:00
justinsb d8c449a4f8 Basic OpenTelemetry support
We initially support capturing to a file (in our own format, as it
doesn't appear a suitable format exists).  This means we don't need a
server to capture the traces, and can start capturing through prow
without a lot of infrastructure changes.

Co-authored-by: Peter Rifel <rifelpet@users.noreply.github.com>
2023-11-18 09:12:19 -05:00
Ciprian Hacman 1cb21aeebe Update Calico to v3.26.4 2023-11-17 04:30:40 +02:00
yehielnetapp af19ad5664 add feature base 2023-11-12 14:19:37 +02:00
yehielnetapp 00fc4e78e8 add Label Resource Tag Specification Volumes 2023-11-12 14:19:15 +02:00
Ciprian Hacman 8916d1e547
Release 1.29.0-alpha.2 (#16095) 2023-11-11 13:29:12 +01:00
justinsb f79d2da6f6 Thread context through some slower AWS tasks
There are still too many context.TODOs here for this to join all the
way up, but we should be able to better understand the slowest tasks.
2023-11-09 08:17:10 -05:00
Matt Morrison 2be9f93d55
Add RLock() RUnlock() around map reads 2023-11-07 09:59:28 -06:00
Matt Morrison dde44c37d8
fix: concurrent map write panic 2023-11-07 09:15:35 -06:00
Ciprian Hacman 3597bddeaf Fix vet error 2023-11-04 05:57:08 +02:00
upodroid ecf212d736 add --node-instance-group flag to ginkgo 2023-10-26 23:08:18 +01:00
Kubernetes Prow Robot 165cbd5333
Merge pull request #15705 from zadjadr/feature/cilium-14
Bump to Cilium 1.14
2023-10-25 19:54:22 +02:00
Kubernetes Prow Robot cb6b73ea04
Merge pull request #16060 from shapirus/master
Support setting CAS skip-nodes-with-custom-controller-pods parameter
2023-10-25 18:14:37 +02:00
Ciprian Hacman 9a3b11c71a Limit sanitized URLs to 200 characters 2023-10-25 14:43:48 +03:00
shapirus dd665fbe1e Support setting cluster-autoscaler's skip-nodes-with-custom-controller-pods parameter 2023-10-25 14:03:57 +03:00
zadjadr 2cd697aef2
hack/update-expected.sh 2023-10-24 17:09:19 +02:00
zadjadr 30aa24f6de
Update to Cilium 1.14.3 2023-10-24 16:59:21 +02:00
zadjadr fdb601cefa
cilium: Set correct affinity & update strategy 2023-10-24 16:55:38 +02:00
zadjadr b0e12aa60d
Revert addition of readiness probe from cilium-operator 2023-10-24 16:55:38 +02:00
zadjadr 2d95ec3d00
Remove depricated cni option 2023-10-24 16:55:37 +02:00
zadjadr 98dbfdc11e
Add labels 2023-10-24 16:55:37 +02:00
zadjadr 981f23964a
Use hubble-relay peer service instead of socket mount 2023-10-24 16:55:37 +02:00
zadjadr ef8a1f3d7e
Use privileged approach
As done before updating to 1.14

This allows us to have a simpler update. We can add unprivileged mode later on (it was not working all the time for me)
2023-10-24 16:55:37 +02:00
zadjadr 4dfaba5242
Bump Cilium to v1.14.2 2023-10-24 16:55:37 +02:00
Kubernetes Prow Robot 419b93b9e9
Merge pull request #16051 from hakman/karpenter_delete_ig
aws: Skip ASG cleanup on Karpenter managed IG deletion
2023-10-24 09:39:31 +02:00
Ciprian Hacman 2c8a90cc73 aws: Skip ASG cleanup on Karpenter managed IG deletion 2023-10-24 09:08:47 +03:00
Ciprian Hacman ab05ebb28f Update containerd to v1.7.7 2023-10-22 13:45:12 +03:00
Kubernetes Prow Robot 70bba2edfc
Merge pull request #16016 from scaleway/scw_ipam
scaleway: IPAM integration
2023-10-21 07:06:04 +02:00
Kubernetes Prow Robot dd7a3a667e
Merge pull request #16013 from sl1pm4t/enable-gcp-cloud-platform-scope
Add cloud-platform GCP VM scope
2023-10-20 18:42:17 +02:00
Kubernetes Prow Robot ab5b8a873a
Merge pull request #16021 from justinsb/add_context_to_vfs_readtree
Refactor: Add context.Context to more VFS methods
2023-10-15 08:24:54 +02:00
Jesse Haka 8dea252122 fix instance group validation if using serverGroupName annotation 2023-10-14 23:18:06 +03:00
justinsb 27dd371c08 Refactor: Add context.Context to more VFS methods
This allows for propagation of opentelemetry traces.
2023-10-14 14:31:05 -04:00
Leïla MARABESE 85f41b844b get private IPs from IPAM and not from instance API 2023-10-13 14:30:28 +02:00
Leïla MARABESE 542085c671 add IPAM to vendor + ScwCloud 2023-10-13 14:16:28 +02:00
Matt Morrison 0be24991da
Add cloud-platform GCP VM scope 2023-10-11 19:59:25 +13:00
Kubernetes Prow Robot 5840216c45
Merge pull request #15974 from borg-land/kubelet-cred-provider
Configure GCP Kubelet Credentials Provider
2023-10-10 13:19:29 +02:00
upodroid 2b056b9b17 add support for auth-provider-gcp cred provider 2023-10-10 10:29:16 +01:00
Ciprian Hacman ef85e29286 Use dns=none for newly created clusters except for AWS and GCE 2023-10-07 15:46:27 +03:00