Kubernetes Prow Robot
2d6aba11ba
Merge pull request #9543 from hakman/remove-flannel-workaround
...
Remove the checksum workaround for Flannel VXLAN
2020-07-11 12:51:21 -07:00
Kubernetes Prow Robot
74747a1e6f
Merge pull request #9542 from johngmyers/make-phony
...
Improve Makefile
2020-07-10 21:13:21 -07:00
Kubernetes Prow Robot
7adc760170
Merge pull request #8726 from rifelpet/nat-tags
...
Switch AWS NAT Gateway creation to use tags on create
2020-07-10 14:37:50 -07:00
Peter Rifel
2144143018
Update NAT Gateways for tag-on-create
2020-07-10 14:14:47 -05:00
John Gardiner Myers
53e07476df
Widen the tolerations of kuberouter
2020-07-09 22:25:59 -07:00
Ciprian Hacman
ed3f43bf4c
Remove the checksum workaround for Flannel VXLAN
2020-07-10 07:55:52 +03:00
Kubernetes Prow Robot
13491ab46b
Merge pull request #9475 from hakman/disk-based-evictions
...
Re-enable disk based evictions for Kubernetes 1.19
2020-07-09 20:34:34 -07:00
John Gardiner Myers
9b978b5c30
Simplify rules for making bindata.go
2020-07-09 20:10:04 -07:00
John Gardiner Myers
031d8efe73
Make 'go build' targets phony again
...
This is needed because make doesn't know about their dependencies.
2020-07-09 20:03:16 -07:00
Kubernetes Prow Robot
04ec3ddd13
Merge pull request #8991 from rdrgmnzs/aws-authenticator-update
...
Add healthcheck to aws-iam-authenticator
2020-07-09 19:28:35 -07:00
Kubernetes Prow Robot
60993a4d74
Merge pull request #9541 from rifelpet/coredns-170
...
Update CoreDNS to v1.7.0 - Take 2
2020-07-09 12:46:33 -07:00
Rodrigo Menezes
e20f3ba0bc
Add healthcheck
2020-07-09 12:23:37 -07:00
Sandeep Rajan
af4d28db16
update expected test
2020-07-09 14:05:08 -05:00
Sandeep Rajan
73f12e937e
update coredns to v1.7.0
2020-07-09 14:05:00 -05:00
Kubernetes Prow Robot
4e1995a5e1
Merge pull request #9540 from rifelpet/aws-iam-authenticator-051
...
Update AWS IAM Authenticator to 0.5.1
2020-07-09 11:52:33 -07:00
Kubernetes Prow Robot
b11e055db2
Merge pull request #9539 from hintofbasil/lyft-hash-environment-variable
...
Add lyft hash environment variable
2020-07-09 11:04:33 -07:00
Peter Rifel
eae3fd8fc3
Update AWS IAM Authenticator to 0.5.1
2020-07-09 11:41:28 -05:00
Ciprian Hacman
06df2cc123
Re-enable disk based evictions for Kubernetes 1.19
2020-07-09 19:36:11 +03:00
William Hutcheson
a48e4eb874
Remove excess newlines from Lyft docs
2020-07-09 17:30:35 +01:00
William Hutcheson
89b208be3b
Add Lyft environment variable documentation
2020-07-09 17:27:45 +01:00
Kubernetes Prow Robot
aa7b67124f
Merge pull request #9535 from hakman/env-arch-amd64
...
Force single arch support via env var
2020-07-09 09:00:31 -07:00
Kubernetes Prow Robot
0c807ac5fe
Merge pull request #9538 from q384566678/add-err-judgment
...
Add some err judgments
2020-07-09 07:20:31 -07:00
Ciprian Hacman
3c84d83d37
Address review comments
2020-07-09 17:07:37 +03:00
William Hutcheson
acebce5b26
Add lyft hash environment variable
2020-07-09 13:57:05 +01:00
Kubernetes Prow Robot
e323f188b3
Merge pull request #9537 from olemarkus/bump-stable-june
...
Promote alphas to stable
2020-07-09 05:14:30 -07:00
Zhou Hao
d6695b822f
Add err judgment to os.RemoveAll
...
Signed-off-by: Zhou Hao <zhouhao@cn.fujitsu.com>
2020-07-09 16:48:35 +08:00
Zhou Hao
34931ed930
Add err judgment to ioutil.TempDir
...
Signed-off-by: Zhou Hao <zhouhao@cn.fujitsu.com>
2020-07-09 16:45:12 +08:00
Ole Markus With
5ef09fabd8
Bump recommended ubuntu image for both channels
2020-07-09 10:32:19 +02:00
Ole Markus With
47f672b121
Promote alphas to stable
2020-07-09 10:00:08 +02:00
Ciprian Hacman
9b77f372f1
Fix typo in function name
2020-07-09 10:45:50 +03:00
Ciprian Hacman
1f296e58f6
Force AMD64 only support via env var
2020-07-09 09:31:54 +03:00
Kubernetes Prow Robot
1ac1b38602
Merge pull request #9532 from rifelpet/tf-filebase64
...
Use filebase64 for launch template userdata and Terraform 0.12
2020-07-08 22:04:54 -07:00
Peter Rifel
f213854330
Update integration test outputs with filebase64
2020-07-08 23:24:11 -05:00
Peter Rifel
c833ab622c
Use filebase64 terraform function for launch template userdata and TF 0.12
2020-07-08 23:24:11 -05:00
Kubernetes Prow Robot
69d774c524
Merge pull request #9521 from hakman/flag_missing
...
Fix KubeDNS missing resourceVersion
2020-07-08 18:00:35 -07:00
Kubernetes Prow Robot
c0a2b2d1e9
Merge pull request #9529 from rifelpet/ec2-tag-on-create
...
Use EC2's tag-on-create for various resources
2020-07-08 14:04:33 -07:00
Peter Rifel
aadff94bc8
Use EC2's tag-on-create for various resources
...
This updates DHCP Options, EBS Volumes, InternetGateways, SecurityGroups, Subnets, and VPCs to specify tags at creation-time rather than calling ec2.CreateTags after the resource was created.
I didn't update NATGateway because it adds additional legacy tags that should be evaluated for whether or not they're needed.
I also didn't update SSHKey because it currently isn't tagged at all but it would be good for us to tag down the road.
2020-07-08 15:26:50 -05:00
Kubernetes Prow Robot
98ed5d4fa1
Merge pull request #9527 from hakman/update-mock-version
...
Update mock version to 1.19.0-alpha.1
2020-07-08 10:09:08 -07:00
Kubernetes Prow Robot
856d5815a3
Merge pull request #9520 from rifelpet/cloudmock-cleanup
...
Cloudmock cleanup - preparation for EC2 tag-on-create
2020-07-08 09:27:12 -07:00
Ciprian Hacman
827d8c041f
Update mock version to 1.19.0-alpha.1
2020-07-08 18:31:18 +03:00
Kubernetes Prow Robot
ab1b5fcece
Merge pull request #9525 from olemarkus/cilium-parse-k8s-version-url
...
Cilium parse k8s version url
2020-07-08 08:09:09 -07:00
Peter Rifel
b1e7704d09
Use "lt-" IDs for launch templates and add tagging support
2020-07-08 08:53:01 -05:00
Peter Rifel
fc35f9d59e
fix unit tests
2020-07-08 08:53:01 -05:00
Peter Rifel
844626ae44
cloudmock - recognize and store tags provided in Create requests
2020-07-08 08:53:01 -05:00
Peter Rifel
7e34e786ce
cloudmock - use ResourceType constants that are now in aws-sdk-go
2020-07-08 08:53:01 -05:00
Ole Markus With
2be96562ca
Min k8s version for nodeport should be 1.18
...
We newer kernel, and ubuntu 20.04 is only default from 1.18 and on
2020-07-08 15:12:11 +02:00
Ole Markus With
a43efb1909
Parse kubernetesVersion correctly when it is url
2020-07-08 15:12:11 +02:00
Kubernetes Prow Robot
58abaac891
Merge pull request #9461 from nikola-milikic/patch-1
...
Fix a link typo in the networking.md
2020-07-08 04:47:09 -07:00
Ciprian Hacman
98192e23db
Fix KubeDNS missing resourceVersion - update tests output
2020-07-08 08:37:08 +03:00
Ciprian Hacman
edfabfef87
Fix KubeDNS missing resourceVersion - update channel version
2020-07-08 08:36:39 +03:00