Commit Graph

2706 Commits

Author SHA1 Message Date
github-actions 3f742986d3 Update dependencies 2023-10-13 06:09:08 +00:00
github-actions 6b6d16e842 Update dependencies 2023-10-11 07:12:47 +00:00
Ciprian Hacman 53729a291b Update Go to v1.21.3 2023-10-11 08:05:08 +03:00
Kubernetes Prow Robot 66835ecaa4
Merge pull request #16005 from hakman/dns_none_default
Use dns=none for newly created clusters except for AWS and GCE
2023-10-09 03:09:32 +02:00
Ciprian Hacman e1caa8aa2b hack/update-expected.sh 2023-10-08 09:17:51 +03:00
Ciprian Hacman 4632188467 hack/update-expected.sh 2023-10-07 15:46:27 +03:00
Kubernetes Prow Robot d2b789da07
Merge pull request #15993 from johngmyers/nlb-sg
aws: Attach security groups to NLBs
2023-10-07 10:57:01 +02:00
John Gardiner Myers 3f1ee1e820 hack/update-expected.sh 2023-10-06 22:33:31 -07:00
Kubernetes Prow Robot 24f23543b4
Merge pull request #15972 from borg-land/bump-gcp-ccm
Bump GCP CCM again
2023-10-07 03:41:20 +02:00
Kubernetes Prow Robot 3d30b4070b
Merge pull request #15981 from borg-land/boskos-support
Create a temporary staging bucket for kops builds
2023-10-06 22:56:20 +02:00
upodroid e08472ddc5 bump cloud-provider-gcp to latest build 2023-10-06 17:52:23 +01:00
upodroid f1c3d6659d create a dedicated staging bucket for kops builds 2023-10-06 17:51:17 +01:00
Moshe Vayner 89aa632c61 hack/update-expected 2023-09-29 11:22:00 -04:00
Mia-Cross e12f3dc07b
scaleway: terraform support (#15892)
* tasks dependencies

* FindAddresses should proceed even if LBID is empty

* refacto instance: handle several instances in IG + volumeSize in model

* refacto lb_backend: set servers' IPs in backend task rather than instance

* dns changes for tf support

* render Scaleway s3 objects + add zone to outputs

* add terraform support to documentation

* new instance unique name should be given according to actual instances names

* avoid untimely changes in tf + tag instance IPs to avoid orphaned IPs at cluster deletion

* update integration tests

* review comments

* add IPs to the resources to be deleted with the cluster

* add task + model for DNS record
2023-09-29 04:22:42 -07:00
github-actions 616920cbbe Update dependencies 2023-09-29 06:10:00 +00:00
Peter Rifel 6b70292167
Attempt to dump cluster info when encountering earlier errors 2023-09-28 20:52:40 -05:00
upodroid d630f9c520 add missing rbac roles and don't run gkenetparamset controller 2023-09-28 12:06:52 +01:00
upodroid cb8fd9180b update ccm path 2023-09-27 17:23:28 +01:00
upodroid de0c99b192 bump gcp ccm image and dump more resources 2023-09-27 15:04:51 +01:00
Ciprian Hacman 626213c2c1 hack/update-expected.sh 2023-09-25 18:21:49 +02:00
Kubernetes Prow Robot 97c89f49b0
Merge pull request #15903 from hakman/aws_list_eni_by_vpc
aws: Filter ENI list by VPC
2023-09-24 16:22:56 -07:00
Ciprian Hacman 98f8ab7828 Wait 20 min for cluster validation 2023-09-24 02:09:02 +02:00
Ciprian Hacman 4945a8ea0c hack/update-expected.sh 2023-09-24 01:56:48 +02:00
Dan Ports 32b0416547 Configure Karpenter resources. 2023-09-23 11:16:28 -04:00
Kubernetes Prow Robot bd6c6852dc
Merge pull request #15935 from junm-cloudnatix/karpenter-typo
aws: Fix minor typos for Karpenter setup
2023-09-23 07:16:55 -07:00
Ciprian Hacman 1aecb5304d aws: Filter ENI list by VPC 2023-09-23 05:25:56 +03:00
Kubernetes Prow Robot 06d1d8965a
Merge pull request #15900 from borg-land/fix-e2e-testing
Fix e2e testing logic
2023-09-22 13:38:49 -07:00
upodroid 6bdefda4ec fix bugs in e2e testing and add kube feature gates 2023-09-22 19:32:15 +01:00
github-actions 96edd05b93 Update dependencies 2023-09-22 06:09:07 +00:00
Ciprian Hacman 11eec46eb2 scale-test: Re-enable etcd metrics 2023-09-21 05:29:59 +03:00
Jun Mukai bbfd71aa8f update expected test data. 2023-09-20 15:42:10 -07:00
Jun Mukai 0573e6d39e Fix minor typos for karpenter setup.
`on-demand` is the right string to indicate OnDemand in Karpenter.
See: https://github.com/aws/karpenter-core/blob/main/pkg/apis/v1alpha5/labels.go#L30
As the result it does not fall back to ondemand instances.

Also add `ec2:DescribeImages` to karpenter IAM policies -- it's
noted in https://karpenter.sh/docs/getting-started/migrating-from-cas/#create-iam-roles
(the list also has DeleteLaunchTemplates but I don't think this
is necessary for kOps).
2023-09-20 09:57:46 -07:00
Harish K 46d541fbbe
Update tests/e2e/scenarios/scalability/run-test.sh
Co-authored-by: Ciprian Hacman <ciprian@hakman.dev>
2023-09-19 14:04:10 -07:00
Harish Kuna a2a11b9802 Need for separate etcd cluster for events 2023-09-19 13:56:57 -07:00
Ciprian Hacman 828995728b Optimize subnets asignment to IGs for clusters with multiple CIDRs 2023-09-17 07:25:55 +03:00
Harish Kuna 190f262555 add couple more cidrs to divide equally /16's 2023-09-15 11:57:20 -07:00
github-actions ebd47c2365 Update dependencies 2023-09-15 06:09:12 +00:00
Ciprian Hacman c05afb6028 scale-test: Increase validation wait time to 45m 2023-09-15 07:02:51 +03:00
Dan Ports ae1584c6f0 Add Cognito permissions for AWS LBC. 2023-09-14 12:15:30 -04:00
Harish Kuna b5e2161bf5 increase the etcd db size to accomodate large scale k8s cluster resources 2023-09-13 05:58:17 -07:00
Harish Kuna 90793f9012 increase vpc cidrs to allocate more ip's for large scale k8s clusters 2023-09-12 11:34:51 -07:00
zadjadr 47919e5727 hack/update-expected.sh 2023-09-10 09:05:51 +02:00
zadjadr 61d036933e hardcode ingress secrets namespace & lb mode 2023-09-10 08:57:04 +02:00
zadjadr 4807f2c0c6 Implement Cilium Ingress 2023-09-10 08:57:03 +02:00
Kubernetes Prow Robot a7555dcc1b
Merge pull request #15885 from borg-land/disable-metadata-proxy
Remove metadata-proxy from GCE Clusters from 1.29+ onwards
2023-09-09 09:08:08 -07:00
upodroid 20e7a5aad4 disable metadata-proxy on k8s version older than 1.29 2023-09-09 16:18:51 +01:00
github-actions 7b947c91be Update dependencies 2023-09-08 06:10:34 +00:00
John Gardiner Myers 9ae4e967d1
Release 1.29.0-alpha.1 (#15889) 2023-09-07 22:00:13 -07:00
Ciprian Hacman 693a72a228 hack/update-expected.sh 2023-09-06 06:32:57 +03:00
Kubernetes Prow Robot 09bc180686
Merge pull request #15871 from hakman/remove-docker
Remove Docker config option
2023-09-05 15:00:51 -07:00