Add openstack internal load balancer option

reviewable/pr6617/r1
GabrielSVinha 2017-12-07 23:18:08 -03:00
parent d71da4c2d6
commit db2b428674
1 changed files with 13 additions and 2 deletions

View File

@ -497,8 +497,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