kops/tests/integration/update_cluster
Kubernetes Submit Queue d533714aa8
Merge pull request #4036 from almariah/feature-api-elb-security-groups
Automatic merge from submit-queue.

Allow additional SGs to be added to API loadbalancer

Allow adding precreated additional security groups to the API loadbalancer using cluster spec:
```yaml
spec:
  api:
    loadBalancer:
      type: Public
      additionalSecurityGroups:
      - sg-exampleid3
      - sg-exampleid4
```

- [x] Adding additionalSecurityGroups cluster spec
- [x] Adding validation for repeated security groups
- [x] Adding validation for API loadbalancer security groups
- [x] Integration test for API loadbalancer and its security groups
- [x] Update API docs and cluster.spec docs
2017-12-14 02:25:40 -08:00
..
additional_user-data Block etcd peer port from nodes 2017-11-25 16:36:46 -05:00
complex Update kubernetes.tf for API loadbalancer 2017-12-13 01:29:16 +01:00
ha Block etcd peer port from nodes 2017-11-25 16:36:46 -05:00
ha_gce GCE: Limit length of InstanceTemplate 2017-10-10 09:48:38 -04:00
lifecycle_phases Block etcd peer port from nodes 2017-11-25 16:36:46 -05:00
minimal Block etcd peer port from nodes 2017-11-25 16:36:46 -05:00
minimal-141 Block etcd peer port from nodes 2017-11-25 16:36:46 -05:00
minimal-cloudformation Block etcd peer port from nodes 2017-11-25 16:36:46 -05:00
privatecalico Block etcd peer port from nodes 2017-11-25 16:36:46 -05:00
privatecanal Block etcd peer port from nodes 2017-11-25 16:36:46 -05:00
privatedns1 Block etcd peer port from nodes 2017-11-25 16:36:46 -05:00
privatedns2 Create mock igw in integration tests 2017-12-07 16:38:06 -08:00
privateflannel Block etcd peer port from nodes 2017-11-25 16:36:46 -05:00
privatekopeio Block etcd peer port from nodes 2017-11-25 16:36:46 -05:00
privateweave Block etcd peer port from nodes 2017-11-25 16:36:46 -05:00
shared_subnet Block etcd peer port from nodes 2017-11-25 16:36:46 -05:00
shared_vpc Create mock igw in integration tests 2017-12-07 16:38:06 -08:00
BUILD.bazel Fix update cluster integration test for bazel 2017-10-03 20:51:00 -04:00