Commit Graph

11312 Commits

Author SHA1 Message Date
Kubernetes Prow Robot 1c12ce3926
Merge pull request #9552 from hakman/github-workflow-v2
Use stable names for GH workflow jobs
2020-07-12 21:44:32 -07:00
Kubernetes Prow Robot 7a61e9f07a
Merge pull request #9403 from hakman/protokube-distroless
Use distroless image as base for Protokube
2020-07-12 20:32:34 -07:00
Kubernetes Prow Robot 33722a9eca
Merge pull request #9534 from johngmyers/fix-multi-master
Use a stable key for signing service account tokens
2020-07-12 12:04:33 -07:00
Ciprian Hacman 653165daff Rename workflow to CI 2020-07-12 20:43:31 +03:00
Ciprian Hacman 48f50c7f6b Build all instead of nodeup for linux 2020-07-12 20:37:14 +03:00
Ciprian Hacman 46a59fc637 Build kops instead of nodeup for macOS 2020-07-12 20:36:36 +03:00
Kubernetes Prow Robot 046f3afed3
Merge pull request #9553 from johngmyers/fix-lifecycle
Add missing lifecycle to etcd keypair tasks
2020-07-12 10:20:33 -07:00
John Gardiner Myers ac13557e03 Add missing lifecycle to etcd keypair tasks 2020-07-11 22:27:53 -07:00
Ciprian Hacman b7491a176d Use actions/setup-go@v2 2020-07-12 04:45:12 +03:00
Ciprian Hacman bf42e32622 Use stable names for GH workflow jobs 2020-07-12 04:27:55 +03:00
Kubernetes Prow Robot 1a903f6fe8
Merge pull request #9547 from johngmyers/kuberouter-toleration
Widen the tolerations of kuberouter
2020-07-11 14:09:21 -07:00
John Gardiner Myers ee88693b5b update-expected.sh 2020-07-11 13:18:59 -07:00
John Gardiner Myers 70926d43fc Use a stable key for signing service account tokens 2020-07-11 13:18:50 -07:00
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