Justin Santa Barbara
|
5afbc00b76
|
Add test for isSubnet
|
2017-01-25 00:25:22 -05:00 |
Justin Santa Barbara
|
9e015285f8
|
validation: Validate we specify ids for all subnets
Move our validation to the apimachinery style. And then add a
validation that we specify IDs either for all subnets or no subnets.
|
2017-01-24 12:38:52 -05:00 |
Kris Nova
|
4d49abb272
|
Merge pull request #1578 from razic/aws-docs-fix
this line is actually not correct
|
2017-01-22 11:51:09 -07:00 |
Kris Nova
|
4b0b0bc8f4
|
Merge pull request #1587 from justinsb/dump_elbs
dump: add ELB dumping
|
2017-01-21 20:55:38 -07:00 |
Justin Santa Barbara
|
a60d7982e0
|
Tag alpha4, dns-controller 1.5.1
|
2017-01-21 15:20:31 -05:00 |
Justin Santa Barbara
|
c25a5ddf0d
|
dump: add ELB dumping
|
2017-01-21 14:21:25 -05:00 |
Justin Santa Barbara
|
a0a59f3ef1
|
Merge pull request #1547 from justinsb/refactor_delete
Refactor delete commands
|
2017-01-21 14:16:08 -05:00 |
Justin Santa Barbara
|
701749a485
|
Refactor delete commands
* A few edge cases in the ui code (e.g. empty string)
* Move to new command model
* Copy the --yes flag, rather than trying to do special parsing
|
2017-01-21 13:47:07 -05:00 |
Kris Nova
|
930acc3a0f
|
Merge pull request #1540 from justinsb/existing_subnet
Automatically infer VPC & Subnet CIDRs
|
2017-01-21 11:44:54 -07:00 |
Kris Nova
|
14bf3bdfa9
|
Merge pull request #1527 from justinsb/topology_per_ig
Use instance group subnets instead of topology type
|
2017-01-21 11:43:39 -07:00 |
Kris Nova
|
5bcda268d0
|
Merge pull request #1570 from justinsb/ignore_elb_ordering
Ignore changes in subnet, security group ordering in ELB
|
2017-01-21 11:38:33 -07:00 |
Kris Nova
|
084758917b
|
Merge pull request #1503 from justinsb/mixed_networking
Turn off validation that master & nodes have same topology
|
2017-01-21 11:37:39 -07:00 |
Kris Nova
|
97afdf9f97
|
Merge pull request #1357 from justinsb/authn_flags
Add authz flags
|
2017-01-21 11:36:46 -07:00 |
Kris Nova
|
92dfa71968
|
Merge pull request #1572 from justinsb/skip_terraform_deletions
Skip deletion processing for terraform
|
2017-01-21 10:52:58 -07:00 |
Kris Nova
|
1b50cab930
|
Merge pull request #1574 from justinsb/lots_of_flags
Map a bunch of flags
|
2017-01-21 10:50:20 -07:00 |
Justin Santa Barbara
|
d885074723
|
Merge pull request #1560 from justinsb/kops_get_should_include_cluster_label
Include `cluster` label in `kops get ig -oyaml`
|
2017-01-21 09:50:58 -05:00 |
Kris Nova
|
45ad8aaa13
|
Merge pull request #1544 from justinsb/update_ha_doc
Update HA doc
|
2017-01-21 07:43:15 -07:00 |
Justin Santa Barbara
|
d4122c03c7
|
Use instance group subnets instead of topology type
It looks like we can infer this from the instance group types, keeping
topology as an argument to `kops create cluster`.
|
2017-01-20 23:16:48 -05:00 |
Kris Nova
|
ef5e2fdae8
|
Merge pull request #1561 from justinsb/resolve_by_ip_first
Resolve nodes by IP before trying by name
|
2017-01-20 20:04:41 -07:00 |
Kris Nova
|
2731a354d5
|
Merge pull request #1500 from justinsb/dns-zone-hint
Suggest the --dns-zone flag when we have multiple zones
|
2017-01-20 19:58:42 -07:00 |
Zachary Adam Kaplan
|
21465ef44f
|
this line is actually not correct
removing as to not confuse anyone
|
2017-01-20 23:00:09 +00:00 |
Chris Love
|
1bd8796258
|
Merge pull request #1575 from justinsb/govet_1
Keep go vet happier
|
2017-01-20 12:18:29 -08:00 |
Justin Santa Barbara
|
dd2f8db444
|
Keep go vet happier
|
2017-01-20 12:42:35 -05:00 |
Justin Santa Barbara
|
01cd64d800
|
apimachinery for the flags added
|
2017-01-20 12:32:13 -05:00 |
Justin Santa Barbara
|
de884f4fb7
|
Map docker --bip flag
Fix #710
Fix #42
|
2017-01-20 12:31:41 -05:00 |
Justin Santa Barbara
|
5c177fb5e4
|
Map terminated-pod-gc-threshold flag
Fix #998
|
2017-01-20 11:55:23 -05:00 |
Justin Santa Barbara
|
98603bf6f0
|
Map image-gc-high/low-threshold kubelet flags
Fix #1243
|
2017-01-20 11:52:11 -05:00 |
Justin Santa Barbara
|
5a7ef0711b
|
Max kubelet max-pods flag
Fix #1445
|
2017-01-20 11:49:48 -05:00 |
Justin Santa Barbara
|
db54ecf23d
|
Map enable-custom-metrics kubelet flag
Fix #1467
|
2017-01-20 11:46:07 -05:00 |
Justin Santa Barbara
|
33884d232c
|
Add authz flags
We aren't wiring them up now, but this unblocks people that want to have
a go.
|
2017-01-20 11:43:21 -05:00 |
Justin Santa Barbara
|
ffc524ced6
|
Skip deletion processing for terraform
Terraform processes deletions itself
Fix #1515
|
2017-01-20 11:37:20 -05:00 |
Justin Santa Barbara
|
d2c54a22a6
|
Merge pull request #1567 from sjevs/master
Update cluster-autoscaler to latest `0.4.0`
|
2017-01-20 11:36:54 -05:00 |
Justin Santa Barbara
|
3e3e2d16ed
|
Move cloud interaction out of cmd/kops, into cloudup
It didn't belong in the "CLI layer"
Arguably we should move most of the create logic out of the CLI layer.
|
2017-01-20 11:16:02 -05:00 |
Justin Santa Barbara
|
080ec33f1c
|
Merge pull request #1569 from justinsb/fix_1568
Fix segfault in NatGateway
|
2017-01-20 11:09:37 -05:00 |
Justin Santa Barbara
|
3b9e90ba8d
|
Ignore changes in subnet, security group ordering in ELB
Issue #1525
|
2017-01-20 11:08:30 -05:00 |
Justin Santa Barbara
|
94e54156b2
|
Fix segfault in NatGateway
Fix #1568
|
2017-01-20 10:05:22 -05:00 |
Sergej Jevsejev
|
14912c284a
|
Update cluster-autoscaler to latest `0.4.0`
|
2017-01-20 10:41:40 +01:00 |
Justin Santa Barbara
|
30ae86bb86
|
Automatically infer VPC & Subnet CIDRs
Issue #1492
|
2017-01-20 02:04:36 -05:00 |
Justin Santa Barbara
|
4aff63f651
|
Merge pull request #2 from reactiveops/update_ha_doc
update_ha_doc
|
2017-01-20 01:40:07 -05:00 |
Justin Santa Barbara
|
b749173156
|
Merge pull request #1564 from justinsb/egress_follow_up
Egress follow up
|
2017-01-20 01:34:45 -05:00 |
Eric Hole
|
cfc6b9391c
|
update_ha_doc
|
2017-01-20 00:44:41 -05:00 |
Justin Santa Barbara
|
686e4efa3b
|
Egress follow up
* Round trip to v1alpha1
* Enable test
|
2017-01-20 00:40:41 -05:00 |
Justin Santa Barbara
|
35f878c620
|
Resolve nodes by IP before trying by name
Fix #1556
|
2017-01-20 00:00:26 -05:00 |
Kris Nova
|
eb91087ac8
|
Merge pull request #1536 from justinsb/multiple_masters_in_same_az
Support multi masters in a single AZ
|
2017-01-19 21:25:18 -07:00 |
Kris Nova
|
b846c09e90
|
Merge pull request #1535 from justinsb/feature_flags_potential_deadlock
Fix feature flags potential deadlock
|
2017-01-19 21:14:16 -07:00 |
Justin Santa Barbara
|
bb46c3ca32
|
Turn off validation that master & nodes have same topology
First step towards supporting mixed-modes.
|
2017-01-19 23:00:24 -05:00 |
Justin Santa Barbara
|
2b277c6789
|
Include `cluster` label in `kops get ig -oyaml`
Fix #1559
|
2017-01-19 22:59:55 -05:00 |
Justin Santa Barbara
|
3dac0f7fb5
|
Merge pull request #1552 from kris-nova/subdomain-tweak
Improve docs to prevent "Missing API" issues
|
2017-01-19 21:08:13 -05:00 |
Justin Santa Barbara
|
a60e10eacd
|
Merge pull request #1366 from reactiveops/kris-and-eric-1282
Specify Existing NAT Gateways to Use in Cluster Creation
|
2017-01-19 21:06:12 -05:00 |
Justin Santa Barbara
|
211d6bf0d5
|
Merge pull request #1469 from kris-nova/example-hack
Adding example code - Zach please comment
|
2017-01-19 20:56:11 -05:00 |