Commit Graph

5589 Commits

Author SHA1 Message Date
sunlintong 8345f6a66b update basic-requirements.md 2018-04-02 15:37:39 +08:00
k8s-ci-robot c707c82f67
Merge pull request #4829 from jonyhy96/patch-12
fix a grammar mistake
2018-03-28 20:25:04 -07:00
k8s-ci-robot 21166ddd7d
Merge pull request #4820 from sunlintong/feature-1
correct some small mistake
2018-03-28 13:34:04 -07:00
k8s-ci-robot c8cdcf35e3
Merge pull request #4811 from AdamDang/patch-9
Typo fix defailt->default
2018-03-28 02:51:04 -07:00
Haoyun 1b8c222026
fix a grammar mistake
fix a grammar mistake
2018-03-28 12:31:10 +08:00
sunlintong 85c37a3cbc correct some small mistake 2018-03-28 11:24:13 +08:00
k8s-ci-robot 9650c6a179
Merge pull request #4812 from mikesplain/channels_1.9.0-alpha.3
Bump channels to 1.9.0-alpha.3
2018-03-27 10:47:02 -07:00
Mike Splain deb6c7dcfa Bump channels to 1.9.0-alpha.3 2018-03-27 13:01:58 -04:00
k8s-ci-robot 06d3f4fdae
Merge pull request #4810 from appvia/apimachinery
apimachinery run to update generated files for EtcdQuorumRead flag
2018-03-27 09:46:03 -07:00
AdamDang c48e07dd61
Update dockerconfig.go 2018-03-27 23:18:41 +08:00
Kashif Saadat ae6b4a0c04 apimachinery run to update generated files for EtcdQuorumRead flag 2018-03-27 15:23:07 +01:00
k8s-ci-robot 2d4cdac9a3
Merge pull request #4806 from justinsb/toolbox_dump_subnet
kops toolbox dump: Add Subnets to dump
2018-03-27 06:53:04 -07:00
AdamDang 7e3d2e4917
Typo in v1alpha2
Typo in v1alpha2
2018-03-27 13:26:42 +08:00
AdamDang 40fcc049b6
Update dockerconfig.go
Typo fix defailt->default
2018-03-27 13:23:33 +08:00
Justin Santa Barbara e6621fd623 kops toolbox dump: Add Subnets to dump 2018-03-27 00:03:20 -04:00
k8s-ci-robot 15550b7639
Merge pull request #4804 from jonyhy96/patch-1
fix some grammar mistakes
2018-03-26 20:37:01 -07:00
k8s-ci-robot e2962e25f2
Merge pull request #4803 from jonyhy96/patch-0
fix some grammar mistakes
2018-03-26 19:59:02 -07:00
Haoyun 4a32d30a47
fix a grammar mistake
fix a grammar mistake
2018-03-27 09:26:11 +08:00
Haoyun 4fee6cdf38
add the
add the
2018-03-27 09:25:19 +08:00
Haoyun 163eb60c52
remove string
remove string
2018-03-27 09:21:05 +08:00
Haoyun 33d087a894
fix some grammar mistakes
fix some grammar mistakes
2018-03-27 09:18:10 +08:00
k8s-ci-robot effacd1724
Merge pull request #4802 from justinsb/release-190-alpha3
kops release 1.9.0 alpha.3
2018-03-26 11:59:04 -07:00
Justin Santa Barbara 4fc3e7114d kops release 1.9.0 alpha.3 2018-03-26 13:07:59 -04:00
k8s-ci-robot 0b28a7e320
Merge pull request #4796 from justinsb/warn_on_additionalcidr_changes
Warn on VPC AdditionalCIDR changes
2018-03-26 09:26:03 -07:00
k8s-ci-robot fc1bed4353
Merge pull request #4224 from nebril/cilium-support
Add Cilium as CNI plugin
2018-03-26 07:49:02 -07:00
k8s-ci-robot 9d21edc674
Merge pull request #4794 from justinsb/test_vpc_diff
Add simple sanity check for 4758
2018-03-25 21:36:00 -07:00
Justin Santa Barbara 6e208e2563 Map AdditionalCIDRs from spec
They weren't currently mapped from the cluster spec.
2018-03-25 23:49:34 -04:00
Justin Santa Barbara 1eaaa00992 Add simple sanity check for 4758
The tag logic should be fixed now, but we add a quick unit test anyway.

Issue #4758
2018-03-25 23:48:46 -04:00
Justin Santa Barbara 317b9e2fc1 Warn on VPC AdditionalCIDR changes 2018-03-25 23:23:59 -04:00
k8s-ci-robot 6be6b22630
Merge pull request #4791 from justinsb/natgateway_shared
NAT gateway deletion: honor shared tag
2018-03-25 18:13:01 -07:00
k8s-ci-robot f164ecfae1
Merge pull request #4790 from justinsb/elasticip_tagging
ElasticIP deletion: Honor shared tags
2018-03-25 17:36:00 -07:00
k8s-ci-robot 7f89ba27a3
Merge pull request #4792 from justinsb/etcd_quorum_read
etcd-quorum-read flag: explicitly default to off for v2
2018-03-25 16:57:01 -07:00
Justin Santa Barbara 2bccf880d2 etcd-quorum-read flag: explicitly default to off for v2
Kubernetes 1.9 changed the default for etcd-quorum-read flag value to
true, in the hope of fixing some of the edge-case controller issues.

However, while this is cheap on etcd3, that fix was not backported to
etcd2, and performance there of quorum reads is poor.

For non-HA clusters with etcd2, it still goes through raft, but does not
need to - we set etcd-quorum-read to false, as this is just a missed
optimization in etcd2.

For HA clusters with etcd2, it's trickier, but at least for now we're
going to avoid the (crippling) performance regression.  kops 1.10 should
have etcd-manager (allowing upgrades to etcd3), and the ability to
configure IOPS on the etcd volume, so we can revisit this in 1.10 /
1.11.
2018-03-25 19:08:05 -04:00
k8s-ci-robot bdc7e2c925
Merge pull request #4783 from schweizerbolzonello/master
Dashboard : Fix CrashLoopBackOff (from K8S >= 1.8.10)
2018-03-25 15:59:01 -07:00
Justin Santa Barbara 29433aa17a ElasticIP deletion: Honor shared tags
We previously weren't tagging as shared, so there was no reason to
consider the tag.  Now we are tagging, we should.
2018-03-25 18:39:22 -04:00
Justin Santa Barbara c2c0e97c0e NAT gateway deletion: honor shared tag
We previously weren't tagging NAT gateways (it wasn't supported).  Now
we are, so if a NAT gateway is tagged as shared, we will honor that tag.
2018-03-25 18:38:51 -04:00
k8s-ci-robot a28f95d89d
Merge pull request #4765 from atopuzov/channels-oidc
Support for auth plugins in channels
2018-03-25 15:21:10 -07:00
k8s-ci-robot e830783ac1
Merge pull request #4787 from justinsb/check_tags_in_lifecycle_tests
Check tags in lifecycle tests
2018-03-25 15:21:01 -07:00
k8s-ci-robot 5cda02ca2b
Merge pull request #4695 from vendrov/instnace_monitroing_support
Add support for instance monitoring
2018-03-25 14:17:01 -07:00
k8s-ci-robot cb6f9112f6
Merge pull request #4789 from justinsb/elasticip_in_terraform_and_cloudformation
ElasticIP tags for cloudformation & terraform
2018-03-25 13:33:00 -07:00
Justin Santa Barbara a34792d3a5 Add lifecycle tests for legacy tags 2018-03-25 16:21:29 -04:00
Justin Santa Barbara afa0577749 Check tags in lifecycle tests
We want to make sure that everything owned is tagged as such, and that
some shared resources (in particular subnets) are tagged as such.
2018-03-25 15:55:44 -04:00
Justin Santa Barbara a148c67cad ElasticIP tags for cloudformation & terraform
We previously weren't populating the terraform configuration with these
tags.
2018-03-25 15:52:50 -04:00
k8s-ci-robot 01cacbd53c
Merge pull request #4786 from justinsb/refactor_discover_security_groups
SecurityGroup deletion: recognize shared tags
2018-03-25 08:33:01 -07:00
k8s-ci-robot 63225eb674
Merge pull request #4784 from justinsb/always_tag_volumes
Make sure volumes are tagged
2018-03-24 23:32:00 -07:00
k8s-ci-robot e65b9e3a2a
Merge pull request #4781 from justinsb/elasticip_tags
Tag ElasticIP when owned
2018-03-24 22:56:10 -07:00
k8s-ci-robot 5b3d4e76a1
Merge pull request #4788 from justinsb/tag_igw_consistently
Tag InternetGateways with consistent tags
2018-03-24 22:56:00 -07:00
Justin Santa Barbara 8250cf0571 cloudmock: update to support tag-key query on securitygroup 2018-03-25 01:17:27 -04:00
Justin Santa Barbara 32ec8d8253 SecurityGroups: recognize shared tag 2018-03-25 01:17:27 -04:00
Justin Santa Barbara d1fd74a30c Move code to new file 2018-03-25 01:17:27 -04:00