mirror of https://github.com/kubernetes/kops.git
Update bastion.md
This feature is not available in 1.22. It started to become available with version 1.23
This commit is contained in:
parent
c8c2abfc97
commit
a3c43d38b0
|
@ -73,7 +73,7 @@ spec:
|
|||
```
|
||||
|
||||
### Using an internal (VPC only) load balancer
|
||||
{{ kops_feature_table(kops_added_default='1.22') }}
|
||||
{{ kops_feature_table(kops_added_default='1.23') }}
|
||||
|
||||
When configuring a LoadBalancer, you can also choose to have a public load balancer or an internal (VPC only) load balancer. The `type` field should be `Public` or `Internal` (defaults to `Public` if omitted).
|
||||
|
||||
|
|
Loading…
Reference in New Issue