Commit Graph

2617 Commits

Author SHA1 Message Date
Kubernetes Prow Robot edf1982d61
Merge pull request #15783 from hakman/scale_us-east-2
Use us-east-2 region for scale tests
2023-08-15 22:30:27 -07:00
Ciprian Hacman b8594e4c21 gce: Skip failing Cilium test 2023-08-16 07:46:55 +03:00
Ciprian Hacman 5ca58836a3 Use 10.0.0.0/16 network for scale tests 2023-08-15 19:36:51 +03:00
Ciprian Hacman 5cd3300315 Use us-east-2 region for scale tests 2023-08-15 19:36:08 +03:00
Ciprian Hacman c995951116 Update dependencies 2023-08-14 07:21:10 +03:00
Peter Rifel e9e85afa3d
Dont use SSM until kops permissions are fixed in e2e accounts 2023-08-12 07:41:20 -05:00
Peter Rifel f24ee0d98f
Use the same LBC version for e2e tests as what is deployed 2023-08-12 07:41:16 -05:00
Ciprian Hacman a832f52a38 Use dns=none for scale tests 2023-08-12 06:00:32 +03:00
Kubernetes Prow Robot eeaad0221d
Merge pull request #15753 from johngmyers/reduce-skip
Trim e2e skip regexes for Cilium
2023-08-11 18:57:18 -07:00
Prateek Gogia 811136b914 Fix amazonvpc string casing 2023-08-11 15:57:32 -05:00
Kubernetes Prow Robot d67528e5e6
Merge pull request #15756 from zadjadr/fix/cilium-hubble-cert
Fix hubble certificate dnsname
2023-08-10 20:47:26 -07:00
John Gardiner Myers edac43faed
Release 1.28.0-alpha.2 (#15758) 2023-08-09 21:13:26 -07:00
John Gardiner Myers 37be4741e1 hack/update-expected.sh 2023-08-09 18:12:37 -07:00
John Gardiner Myers 0f36b1344e hack/update-expected.sh 2023-08-09 18:12:37 -07:00
Prateek Gogia 938ff9c0a6 Fix a bug in setting env variable for amazon vpc cni 2023-08-09 15:55:19 -05:00
zadjadr 43469e40e0 Fix hubble certificate dnsname 2023-08-09 15:34:01 +02:00
John Gardiner Myers 4e997e98b1 Trim e2e skip regexes for Cilium 2023-08-07 20:32:38 -07:00
Peter Rifel 7e06e4c416
Fix AMI SSM parameter for podidentitywebhook scenarioo 2023-08-07 17:09:54 -05:00
Peter Rifel 94261f6238
Use arm64 AMI for LBC scenario 2023-08-06 16:56:15 -05:00
Kubernetes Prow Robot e5e80296cd
Merge pull request #15746 from zadjadr/feature/clusterid-cilium
feature: Add cluster-id for Cilium
2023-08-06 10:02:31 -07:00
zadjadr d2358df1d7 feature: Add cluster-id for Cilium
hack/update-expected.sh
2023-08-06 18:08:39 +02:00
Peter Rifel 36940bf665
E2E - Dont set --master-count if --control-plane-count is in --create-args
Previously we were only not setting --master-count if --master-count was in --create-args.
Now we recognize either flag. This fixes E2E jobs that specify --control-plane-count and kops create cluster ends up having both flags
2023-08-06 08:57:03 -05:00
Kubernetes Prow Robot c107cfdf90
Merge pull request #15747 from rifelpet/e2e-2004
Use Ubuntu 20.04 in load-balancer-controller E2E scenario
2023-08-06 06:42:31 -07:00
Peter Rifel 319d75af6a
Use latest Ubuntu 20.04 AMI in podidentitywebhook scenario 2023-08-06 07:54:52 -05:00
Peter Rifel 9c45165d49
Use Ubuntu 20.04 for LBC scenario 2023-08-06 07:54:08 -05:00
Kubernetes Prow Robot 4fcd5943e6
Merge pull request #15742 from hakman/testing_use_master-count
Use `--master-count` in testing for backwards compatibility
2023-08-05 06:00:42 -07:00
Kubernetes Prow Robot 994ba3aa1d
Merge pull request #15741 from hakman/aws_testing_skip_zones
aws: Don't use `ap-northeast-2d` and `us-east-1e` for testing
2023-08-05 06:00:30 -07:00
Ciprian Hacman ab18f79405 Use --master-count in testing for backwards compatibility 2023-08-05 09:18:03 +03:00
Ciprian Hacman f87e8c5ba6 aws: Don't use ap-northeast-2d and us-east-1e for testing 2023-08-05 08:57:14 +03:00
Ciprian Hacman dbde17c9a5 hack/update-expected.sh 2023-08-05 08:11:39 +03:00
Ole Markus With a0d67fc475 Bump cilium to 1.13.5
Bump to Cilium 1.14.0

hack/update-expected.sh
2023-08-03 21:03:56 +02:00
Prateek Gogia 4438d367ab Add prefix delegation for amazon vpc cni in scale tests 2023-08-02 17:23:01 -05:00
Kubernetes Prow Robot 5ab4dda9f0
Merge pull request #15733 from rifelpet/cp-count
Update references to control-plane-count
2023-08-01 19:38:06 -07:00
Peter Rifel 71379a88dc
Update references to control-plane-count
kubetest2-kops searches for create-args values of --control-plane-count. While kops recognizes both --control-plane-count and --master-count, kubetest2-kops will add --control-plane-count if it isn't already set in --create-args. This means any references to --master-count need to be updated to --control-plane-count.
2023-08-01 20:54:11 -05:00
Ciprian Hacman 99e047574f kubetest2: Mark `--control-plane-size` as deprecated 2023-08-01 06:40:27 +03:00
justinsb 0f2fc55be7 upgrade-ab test should use old (deprecated) flags
Because upgrade-ab needs to run with older versions, we must use the
older flags.

Issue #15698
2023-07-29 18:22:07 -04:00
Kubernetes Prow Robot a8fa8952ba
Merge pull request #15647 from johngmyers/nodeup-protokube
Remove more references to ClusterSpec fields from nodeup
2023-07-29 00:01:59 -07:00
Kubernetes Prow Robot b29714a98c
Merge pull request #15708 from justinsb/gce_multi_lbs
gce load balancers: set LoadBalancingScheme to EXTERNAL explicitly
2023-07-28 23:13:59 -07:00
Kubernetes Prow Robot fd131bc730
Merge pull request #15706 from johngmyers/upgrade-ccm
Upgrade AWS CCM
2023-07-28 22:22:00 -07:00
justinsb 7bc5a71773 gce load balancers: set LoadBalancingScheme to EXTERNAL explicitly
This avoids a spurious change being printed, and is more correct - we
actually want this to be external (vs nil, which implicitly means
"don't care").
2023-07-29 08:15:29 +03:00
justinsb 7814744a7a autogen: Update test data for gce label changes 2023-07-28 23:48:41 -04:00
John Gardiner Myers dbc6b6747c hack/update-expected.sh 2023-07-28 13:53:34 -07:00
Kubernetes Prow Robot 223b66c3f7
Merge pull request #15666 from johngmyers/nth
Enable NTH by default on AWS
2023-07-28 11:55:42 -07:00
John Gardiner Myers 3d100d1921 hack/update-expected.sh 2023-07-28 08:27:31 -07:00
John Gardiner Myers b63bbf843e hack/update-expected.sh 2023-07-28 06:45:47 -07:00
John Gardiner Myers 4654aa3d75 hack/update-expected.sh 2023-07-28 02:59:30 -07:00
github-actions 62507d5763 Update dependencies 2023-07-28 06:08:54 +00:00
John Gardiner Myers 5cb9756f37 hack/update-expected.sh 2023-07-27 17:04:57 -07:00
John Gardiner Myers b010b7faae Use release version of k8s 1.27 in integration test 2023-07-27 16:52:15 -07:00
Kubernetes Prow Robot c78c38e70f
Merge pull request #15693 from johngmyers/v1alpha3-config
v1alpha3: move state store location config under its own sub-struct
2023-07-24 22:04:04 -07:00