Commit Graph

9250 Commits

Author SHA1 Message Date
Gabriel Tiossi 3b902262f7 feat(awsmodel): Logic for EBS DeleteOnTermination
Implement separated logics for root volume and additional volumes
2019-12-03 04:28:35 -03:00
Gabriel Tiossi ad2b315c4e feat(awstasks): Support EBS DeleteOnTermination
Change BDM behavior when finding Launch Configuration and generating
Cloudformation/Terraform
2019-12-03 04:08:03 -03:00
Gabriel Tiossi 9364da6d4f feat(api): DeleteOnTermination fields for volumes
Support RootVolumeDeleteOnTermination and DeleteOnTermination fields
to enable a deeper customization
2019-12-03 04:07:50 -03:00
tanjunchen 977f987d65 fix-pkg-staticcheck and remove the repeat code 2019-12-03 10:32:37 +08:00
Derek Heldt-Werle 424ef85a2a Generated files related to leader-elect flags
Signed-off-by: Derek Heldt-Werle <derek.heldt-werle@viasat.com>
2019-12-02 15:50:05 -08:00
Derek Heldt-Werle 6b7a882b59 Adds support for additional leader-elect flags for use by either the kube-scheduler or kube-controller-manager
Signed-off-by: Derek Heldt-Werle <derek.heldt-werle@viasat.com>
2019-12-02 15:50:05 -08:00
Kubernetes Prow Robot 32682a57fb
Merge pull request #8010 from joshbranham/add-jb-reviewer
Add joshbranham to OWNERs as reviewer
2019-12-02 08:07:06 -08:00
Kubernetes Prow Robot d72d047c87
Merge pull request #8026 from bittopaz/ali-patch-8
Alicloud: add Encrypted field in Disk Find func
2019-12-01 01:31:03 -08:00
Kubernetes Prow Robot 32cf01f20c
Merge pull request #8028 from bittopaz/ali-patch-10
Alicloud: fix comparison failures for SecurityGroupRule and SSHKey
2019-12-01 00:45:03 -08:00
John Gardiner Myers eaa13e734d Fix truncation of admission control plugins list 2019-11-30 19:30:49 -08:00
Xiaoyu Zhong ded111c8b7 Alicloud: fix comparison failures SSHKey 2019-11-29 10:58:52 +08:00
Xiaoyu Zhong a727916f4a Alicloud: fix diff failures for SecurityGroupRule 2019-11-29 10:58:52 +08:00
Xiaoyu Zhong f4e63452de Update vendor dir 2019-11-28 22:46:03 +08:00
Xiaoyu Zhong 10d349434d Upgrade Alicloud SDK 2019-11-28 22:40:07 +08:00
Kubernetes Prow Robot 2e572edf82
Merge pull request #8014 from bittopaz/ali-patch-2
Alicloud: support internal api loadbalancer
2019-11-28 06:19:03 -08:00
Xiaoyu Zhong 01ac046153 Alicloud: use Balance as MultiAZPolicy 2019-11-28 21:32:09 +08:00
Kubernetes Prow Robot 7344fb6961
Merge pull request #8029 from bittopaz/ali-patch-11
Alicloud: fix comparison failure for scalinggroup
2019-11-28 02:41:03 -08:00
Xiaoyu Zhong 32580753f4 Alicloud: fix comparison failure for scalinggroup 2019-11-28 17:30:23 +08:00
Xiaoyu Zhong 91bd701f7a Alicloud: fix comparison failures for VPC 2019-11-28 16:52:47 +08:00
Xiaoyu Zhong d849663409 Alicloud: fix VPC field when diff NAT Gateway 2019-11-28 16:47:00 +08:00
Xiaoyu Zhong cabeee864c Alicloud: add Encrypted field in Disk Find func 2019-11-28 16:39:08 +08:00
John Gardiner Myers 7f2ad2eb36 Add more verifications to Travis 2019-11-27 20:25:57 -08:00
Xiaoyu Zhong 69381be8e1 Alicloud: support internal api loadbalancer 2019-11-28 11:50:18 +08:00
Kubernetes Prow Robot de7f7a8d02
Merge pull request #8023 from tioxy/goimports_make_ci
Run goimports in make ci
2019-11-27 16:37:03 -08:00
Kubernetes Prow Robot 498a8dc7a7
Merge pull request #7506 from dzoeteman/update-etcd-restore-docs
Add download link for etcd-manager-ctl, clarify restarting etcd
2019-11-27 14:35:03 -08:00
Gabriel Tiossi 9c3d59df52 Run goimports in make ci
Assure that autogenerated files are properly indented when running make
ci
2019-11-27 19:04:53 -03:00
Deniz Zoeteman 7b2693b4ba Merge branch 'master' into update-etcd-restore-docs 2019-11-27 22:56:35 +01:00
Ole Markus With 5076af9b6c Fix test expectations 2019-11-27 21:33:06 +01:00
Ole Markus With d98ea4922a Bump cilium version to 1.6.4 2019-11-27 20:48:00 +01:00
Kubernetes Prow Robot 09a8de4368
Merge pull request #7904 from johngmyers/concise-tests
Improve rolling update test coverage
2019-11-27 07:05:20 -08:00
Kubernetes Prow Robot 65d00365ab
Merge pull request #8012 from bittopaz/ali-patch-4
Alicloud: use ID of EIP to compare
2019-11-27 06:15:20 -08:00
Kubernetes Prow Robot 1b4d58458e
Merge pull request #8015 from bittopaz/ali-patch-5
Alicloud: only private subnets need SNAT rule
2019-11-27 05:29:21 -08:00
Kubernetes Prow Robot b624478c26
Merge pull request #8011 from bittopaz/ali-patch-3
Alicloud: fix typo for listenerPort
2019-11-27 04:41:20 -08:00
Xiaoyu Zhong 4433be4ee3 Alicloud: only private subnets need SNAT rule 2019-11-27 17:29:07 +08:00
Xiaoyu Zhong de28b6e621 Alicloud: use ID of EIP to compare 2019-11-27 16:57:35 +08:00
Xiaoyu Zhong 47b52d0ddd Alicloud: fix typo for listenerPort 2019-11-27 16:53:43 +08:00
Kubernetes Prow Robot 63ec879fa7
Merge pull request #7952 from rifelpet/travis-verify
Add verify-gomod and verify-goimports to Travis job
2019-11-26 23:31:21 -08:00
Josh Branham 77e97e249e Add joshbranham to OWNERs as reviewer 2019-11-26 22:37:24 -05:00
Peter Rifel 8e9f7e63be Install vendored goimports prior to running it 2019-11-26 19:33:58 -06:00
Peter Rifel 47f9689910 Vendor goimports by adding it to tools.go 2019-11-26 19:33:57 -06:00
Peter Rifel 274de31154 Add verify-gomod and verify-goimports to Travis job 2019-11-26 19:04:32 -06:00
Kubernetes Prow Robot 56a934819e
Merge pull request #7996 from mikesplain/set_bazel_version
Set bazel version
2019-11-26 07:37:10 -08:00
Kubernetes Prow Robot 482fce5d54
Merge pull request #7424 from mmerrill3/feature/dynamic-audit-config
Implementing audit dynamic configuration (#7392)
2019-11-26 01:01:10 -08:00
Kubernetes Prow Robot 070adb338f
Merge pull request #8006 from justinsb/relnotes_1_17_0_alpha_1
Release notes for 1.17.0-alpha.1
2019-11-25 22:21:09 -08:00
Justin SB e1a1067e63
Release notes for 1.17.0-alpha.1 2019-11-25 23:43:42 -05:00
Kubernetes Prow Robot 501baf7e56
Merge pull request #7985 from justinsb/release_1_17_0_alpha_1
Release 1.17.0-alpha.1
2019-11-25 19:53:09 -08:00
Kubernetes Prow Robot 4bc26e1f5d
Merge pull request #8003 from spotinst/feature-spotinst-sdk-v1.36
Spotinst: Upgrade the Spotinst SDK to version 1.36
2019-11-25 19:07:11 -08:00
Kubernetes Prow Robot 2148846ef9
Merge pull request #8005 from lpmi-13/typofix
DOCS: fix simple typo in readme
2019-11-25 13:20:09 -08:00
Kubernetes Prow Robot d9409ad3d2
Merge pull request #8004 from mitch000001/openstack-fix-ig-additional-sgs
fix(openstack): fix additional security groups on instance groups
2019-11-25 11:15:25 -08:00
Srikanth 9542b20bea Fix formatting 2019-11-26 00:04:16 +05:30