Peter Rifel
ecbbe005b3
Fix kubetest2 upgrade scripts
2021-06-02 21:16:26 -05:00
Kubernetes Prow Robot
5386b4b92c
Merge pull request #11668 from olemarkus/e2e-common-lib
...
Move common stuff in e2e scenarios to common.sh
2021-06-02 10:50:42 -07:00
Ole Markus With
150efaf006
Move common stuff in e2e scenarios to common.sh
2021-06-02 15:33:44 +02:00
Kubernetes Prow Robot
047a1a49f8
Merge pull request #11667 from johngmyers/cloudlabels-generic
...
Don't describe CloudLabels as being AWS-specific
2021-06-02 00:20:33 -07:00
John Gardiner Myers
326a4beb49
Don't describe CloudLabels as being AWS-specific
2021-06-01 23:32:22 -07:00
Kubernetes Prow Robot
5da2d526a0
Merge pull request #11665 from johngmyers/droplet-lifecycle
...
Set lifecycle on Droplet task
2021-06-01 23:04:32 -07:00
Kubernetes Prow Robot
6f81fe65c2
Merge pull request #11666 from rifelpet/lifecycle
...
Add more lifecycles to HasLifecycle tasks
2021-06-01 22:20:38 -07:00
Peter Rifel
efef53cb2a
Add more lifecycles to HasLifecycle tasks
2021-06-01 23:08:49 -05:00
Kubernetes Prow Robot
1f4ccb6679
Merge pull request #11664 from rifelpet/kubetest2
...
Kubetest2 scenario script cleanup
2021-06-01 21:02:36 -07:00
John Gardiner Myers
2badc381c4
Set lifecycle on Droplet task
2021-06-01 20:43:02 -07:00
Peter Rifel
6aec6005ee
Use upstream LBC repo now that the required PR has been merged
...
Signed-off-by: Peter Rifel <pgrifel@gmail.com>
2021-06-01 22:17:17 -05:00
Peter Rifel
894c26bf67
ebs-csi scenario - move --kops-binary-path into common kubetest2 args
2021-06-01 22:11:14 -05:00
Peter Rifel
b8193a73d4
silence kops wget output in upgrade scenario
2021-06-01 22:10:38 -05:00
Peter Rifel
c09517b6dd
set -x in all scenario scripts
2021-06-01 22:10:17 -05:00
Kubernetes Prow Robot
04db0c9507
Merge pull request #11648 from olemarkus/e2e-merge-ab
...
Use version marker for kops ab scenario
2021-06-01 11:59:51 -07:00
Kubernetes Prow Robot
3c4b6068b9
Merge pull request #11649 from h3poteto/fix-jwks-location
...
Fix jwks object path in S3 for IRSA
2021-06-01 08:26:27 -07:00
AkiraFukushima
361b02fa44
Fix integration test for oidc because the object path is changed
2021-06-01 23:35:21 +09:00
AkiraFukushima
d52ec60c02
Fix issuer and jwks object path for IRSA
2021-06-01 23:35:21 +09:00
Kubernetes Prow Robot
91d8ffeea5
Merge pull request #11592 from srikiz/DO-Use-Interfaces
...
[Digital Ocean] Code cleanup with no functional modifications
2021-06-01 07:18:27 -07:00
srikiz
4f295dc214
Incorporate review comments
2021-06-01 18:47:19 +05:30
Kubernetes Prow Robot
373c37d948
Merge pull request #11659 from olemarkus/cilium-1-10-default
...
Bump default cilium to 1.10
2021-06-01 01:06:27 -07:00
Kubernetes Prow Robot
88073e349a
Merge pull request #11658 from johngmyers/promote-to-stable
...
Promote channel alpha to stable
2021-05-31 23:30:27 -07:00
Ole Markus With
553fdd5840
Bump default cilium to 1.10
2021-06-01 08:12:20 +02:00
Kubernetes Prow Robot
cf90133456
Merge pull request #11655 from johngmyers/s3-us-east-1
...
Fix detection of virtual-hosted-style S3 urls in us-east-1
2021-05-31 22:14:27 -07:00
John Gardiner Myers
ffba92df93
Promote channel alpha to stable
2021-05-31 22:00:31 -07:00
Kubernetes Prow Robot
8ce3725c52
Merge pull request #11657 from johngmyers/apply-cluster
...
Skip some steps if not doing cluster lifecycle
2021-05-31 21:32:26 -07:00
John Gardiner Myers
84807874fc
Reduce logging chatter
2021-05-31 20:48:37 -07:00
John Gardiner Myers
fcf5495f1d
Skip some steps if not doing cluster lifecycle
2021-05-31 20:48:32 -07:00
Kubernetes Prow Robot
bcad681f7b
Merge pull request #11653 from olemarkus/docs-remove-static-addons
...
Remove docs on static addons
2021-05-31 20:40:27 -07:00
John Gardiner Myers
b6f3da617b
Fix copying of images from docker.io
2021-05-31 20:29:20 -07:00
John Gardiner Myers
e896a8a215
Fix detection of virtual-hosted-style S3 urls in us-east-1
2021-05-31 19:07:56 -07:00
Kubernetes Prow Robot
dfbac2d5c7
Merge pull request #11645 from johngmyers/fix-protokube-iam
...
Protokube needs dns-controller IAM permissions
2021-05-31 14:48:28 -07:00
Kubernetes Prow Robot
b3bd622f29
Merge pull request #11652 from rifelpet/csi-livenessprobe
...
Consolidate CSI livenessprobe images for multi-arch support
2021-05-31 13:16:26 -07:00
Ole Markus With
ea03e77058
Remove docs on static addons
...
The kOps addon has become one of the kOps big strenght. However, the static addons have been unmaintained for years and few of them actually work anymore.
2021-05-31 21:27:19 +02:00
Peter Rifel
708a5db365
Consolidate CSI livenessprobe images for multi-arch support
...
This manifest includes two liveness-probe containers but they use different images.
The k8s.gcr.io image is multi-arch but the quay.io image is not.
By only using the k8s.gcr.io one we should fix arm64 clusters now that EBS CSI is enabled by default.
2021-05-31 14:19:00 -05:00
Kubernetes Prow Robot
7dc36ebb4d
Merge pull request #11650 from johngmyers/require-lifecycle
...
Require all HasLifecycle tasks to have lifecycle set
2021-05-31 11:20:26 -07:00
John Gardiner Myers
43d8d97e7c
Set lifecycle in GCE APILoadBalancerBuilder
2021-05-31 10:39:34 -07:00
John Gardiner Myers
7d4a8f6fa7
hack/update-expected.sh
2021-05-31 10:39:34 -07:00
John Gardiner Myers
02f3ba8cd0
Set lifecycle in unit tests
2021-05-31 10:39:33 -07:00
John Gardiner Myers
c8abc19bb5
Set Lifecycle in ServerGroupModelBuilder
2021-05-31 10:39:33 -07:00
John Gardiner Myers
2b146d31d6
Set Lifecycle in APILoadBalancerBuilder
2021-05-31 10:39:33 -07:00
John Gardiner Myers
64dac12216
Set Lifecycle in AutoscalingGroupModelBuilder
2021-05-31 10:39:33 -07:00
John Gardiner Myers
a99ce3241a
Set Lifecycle in PKIModelBuilder
2021-05-31 10:39:33 -07:00
John Gardiner Myers
3fd0b6c104
Require all HasLifecycle tasks to have lifecycle set
2021-05-31 10:39:32 -07:00
Ole Markus With
1fb58b9087
Use version marker for kops ab scenario
2021-05-31 18:07:54 +02:00
Kubernetes Prow Robot
ef43708cac
Merge pull request #11642 from olemarkus/docs-satv
...
Update the service account issuer discovery documentation
2021-05-31 08:52:26 -07:00
John Gardiner Myers
0a48b9050f
Protokube needs dns-controller IAM permissions
2021-05-31 06:58:59 -07:00
Ole Markus With
2657c9bdc8
Update the service account issuer discovery documentation
2021-05-31 10:28:29 +02:00
Kubernetes Prow Robot
77b1bfcdfb
Merge pull request #11640 from johngmyers/copy-image
...
Rename CopyDockerImage to CopyImage
2021-05-31 01:20:26 -07:00
Kubernetes Prow Robot
e2652514d4
Merge pull request #11641 from johngmyers/remove-legacy-iam
...
Remove fallback support for legacy IAM
2021-05-31 00:36:26 -07:00