Merge pull request #6617 from GabrielSVinha/int_ip_os

Add openstack internal load balancer option
pull/6366/head
Jennifer Rondeau 2018-01-11 13:17:35 -05:00 committed by GitHub
commit 9005e08f04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 2 deletions

View File

@ -501,8 +501,19 @@ metadata:
```
{% endcapture %}
{% assign tab_names = 'Default,GCP,AWS,Azure' | split: ',' | compact %}
{% assign tab_contents = site.emptyArray | push: default_tab | push: gcp | push: aws | push: azure %}
{% capture openstack %}
```yaml
[...]
metadata:
name: my-service
annotations:
service.beta.kubernetes.io/openstack-internal-load-balancer: "true"
[...]
```
{% endcapture %}
{% assign tab_names = 'Default,GCP,AWS,Azure,OpenStack' | split: ',' | compact %}
{% assign tab_contents = site.emptyArray | push: default_tab | push: gcp | push: aws | push: azure | push: openstack %}
{% include tabs.md %}
#### SSL support on AWS