Commit Graph

552 Commits

Author SHA1 Message Date
github-actions 613d56a15c Update dependencies 2023-02-03 06:09:54 +00:00
github-actions 716a42021a Update dependencies 2023-01-27 06:08:23 +00:00
John Gardiner Myers 94ca51e21a Fix resource-tracking scenario 2023-01-23 08:16:57 -08:00
John Gardiner Myers 1682a1e196 Fix resource-tracking scenario test 2023-01-22 22:21:30 -08:00
Kubernetes Prow Robot 1f49f991f4
Merge pull request #15029 from olemarkus/fix-lbc-e2e
Fix LBC e2e after dropping override feature flag
2023-01-20 12:59:53 -08:00
Ole Markus With ab4b7a0e5d Fix LBC e2e after dropping override feature flag 2023-01-20 19:27:12 +01:00
github-actions ffc1efea5d Update dependencies 2023-01-20 06:09:15 +00:00
Ciprian Hacman d884e5f4d9 Remove the SpecOverrideFlag feature flag 2023-01-13 20:40:17 +02:00
github-actions 35fb94c463 Update dependencies 2023-01-13 06:09:07 +00:00
justinsb 571bd38ea1 kubetest: pass through KOPS_ARCH if set
This allows us to test with a fast single-architecture build, useful
when running kubetest locally.
2023-01-07 17:24:03 -05:00
justinsb 0fa22cacad kubetest2-kops: include stderr when calling kops toolbox dump
We're seeing some logs that don't include any output from kops toolbox
dump, but probably should.  Make sure we're including any stderr
output in our logs.
2023-01-06 07:58:45 -05:00
Kubernetes Prow Robot d4754f552b
Merge pull request #14957 from kubernetes/dependencies/update-1672985441
Update dependencies
2023-01-06 01:09:58 -08:00
github-actions dfdfca44ca Update dependencies 2023-01-06 06:10:42 +00:00
Ole Markus With 07020c1485 Revert "Temporarily disable cluster-autoscaler in many-addons test"
This reverts commit a64ae909e1.
2023-01-05 13:46:50 +01:00
John Gardiner Myers a64ae909e1 Temporarily disable cluster-autoscaler in many-addons test 2023-01-02 10:23:01 -08:00
github-actions 12d12028a4 Update dependencies 2022-12-30 06:09:10 +00:00
github-actions ba9b0ddbc2 Update dependencies 2022-12-23 06:09:45 +00:00
John Gardiner Myers ac06f4af48 AWS: Use pagination for DescribeImages call 2022-12-22 17:03:03 -08:00
Ciprian Hacman ec01a95beb Update resource tracking test scenario 2022-12-21 19:41:01 +02:00
Ciprian Hacman 55940e03b1 Fix logging of the generated e2e cluster name 2022-12-21 12:47:02 +02:00
Ciprian Hacman f9af570b05 Bump inital kOps and k8s versions 2022-12-21 11:15:48 +02:00
Ciprian Hacman a7fa707db6 Update resource tracking test scenario 2022-12-21 10:49:02 +02:00
Ciprian Hacman d45a4c07f8 Use --set instead of deprecated --override flag 2022-12-21 07:12:41 +02:00
Ciprian Hacman 56dd7fb04d Update AWS EBS CSI Driver test scenario 2022-12-20 21:13:17 +02:00
Ciprian Hacman e681e92dbe Update AWS Load Balancer Controller test scenario 2022-12-20 21:13:17 +02:00
github-actions 206b9010ff Update dependencies 2022-12-16 06:08:52 +00:00
Ciprian Hacman 7146a57de8 Use latest master for controller-runtime 2022-12-10 09:09:56 +02:00
github-actions 932c47f621 Update dependencies 2022-12-10 05:43:25 +00:00
Ole Markus With 8185a060e9 Make curl fail on 404 in scenario tests 2022-12-07 20:42:53 +01:00
Kubernetes Prow Robot f827ec7f54
Merge pull request #14721 from johngmyers/nth-default-queue
Change default for NTH Queue Processor mode to enabled
2022-12-06 03:18:36 -08:00
Kubernetes Prow Robot e5a835d287
Merge pull request #14706 from johngmyers/v1alpha3-networking
v1alpha3: move networking fields under networking
2022-12-05 21:34:38 -08:00
John Gardiner Myers 093ff4654c Update addon-resource-tracking test for new default 2022-12-05 19:48:38 -08:00
John Gardiner Myers f4260f3087 Fix missed field rename 2022-12-02 19:19:59 -08:00
John Gardiner Myers 235aa61594 v1alpha3: move networking fields under networking 2022-12-02 19:19:59 -08:00
github-actions 346ba0cf25 Update dependencies 2022-12-02 06:08:36 +00:00
Ciprian Hacman dbef6209c2 Remove support for using Vault as state store
Co-authored-by: John Gardiner Myers <jgmyers@proofpoint.com>
2022-11-30 18:38:21 +02:00
John Gardiner Myers 76f71512cc v1alpha3: fix miscellaneous capitalization 2022-11-28 21:37:21 -08:00
John Gardiner Myers 61e52d1a1d Refactor LiteralFunctionExpression to take Literal args 2022-11-27 18:39:49 -08:00
github-actions 2cb0b82847 Update dependencies 2022-11-25 06:08:50 +00:00
Kubernetes Prow Robot ae37c4596c
Merge pull request #14640 from justinsb/e2e_upload_versioned
e2e: always upload to a versioned directory
2022-11-24 14:12:04 -08:00
John Gardiner Myers f862447560 Fix dumping of control-plane nodes 2022-11-23 21:32:10 -08:00
justinsb b631e91645 e2e: always upload to a versioned directory
Otherwise on our first upload we were truncating one level of the
upload path.

Issue #14639
2022-11-23 17:17:32 -05:00
John Gardiner Myers d39ba74bd7 Change the control-plane IG role to "ControlPlane" in v1alpha3 API 2022-11-22 17:05:29 -08:00
justinsb f887d51996 kubetest: dump poddisruptionbudgets and fieldManagers
Should help diagnose what's going on in some of our complex upgrade
tests when we detect conflicts.

Issue #14520
2022-11-22 07:50:26 -05:00
John Gardiner Myers 14c2cf1288 Update AMI used in many-addons scenarios 2022-11-20 16:26:24 -08:00
Kubernetes Prow Robot feffc79181
Merge pull request #14604 from johngmyers/fix-keypair-test
Fix the keypair-rotation scenario test
2022-11-19 12:46:29 -08:00
John Gardiner Myers 9bcda459a8 Fix the keypair-rotation scenario test 2022-11-19 10:00:31 -08:00
Ciprian Hacman d29812fc6e Replace fi.Bool/Float*/Int*/StringValue() with fi.ValueOf 2022-11-19 03:45:23 +02:00
Kubernetes Prow Robot d405d4c5a2
Merge pull request #14507 from johngmyers/internalname
Stop making MasterInternalName configurable
2022-11-18 13:38:29 -08:00
Antonio Ojea d242e2386c
skip Loadbalancer UDP tests
// All the loadbalancer tests in the suite fail on IPv6, however,
	// they were skipped because they were tagged as [Slow]
	// skip these tests temporary since they fail always on IPv6
	// TODO: aojea
2022-11-18 16:54:46 +00:00