You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add --default-load-balancer-scheme command line flag (#3908)
* ingress
* service
* service test syntax only
* ingress model_builder_test
* service model_builder_test
* refactor param name
* rename doc
* remove uneeded replace change
* rename tests
Copy file name to clipboardexpand all lines: docs/deploy/configurations.md
+1
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,7 @@ Currently, you can set only 1 namespace to watch in this flag. See [this Kuberne
79
79
| default-ssl-policy | string | ELBSecurityPolicy-2016-08 | Default SSL Policy that will be applied to all Ingresses or Services that do not have the SSL Policy annotation |
80
80
| default-tags | stringMap | | AWS Tags that will be applied to all AWS resources managed by this controller. Specified Tags takes highest priority |
81
81
| default-target-type | string | instance | Default target type for Ingresses and Services - ip, instance |
| [disable-ingress-class-annotation](#disable-ingress-class-annotation) | boolean | false | Disable new usage of the `kubernetes.io/ingress.class` annotation |
83
84
| [disable-ingress-group-name-annotation](#disable-ingress-group-name-annotation) | boolean | false | Disallow new use of the `alb.ingress.kubernetes.io/group.name` annotation |
84
85
| disable-restricted-sg-rules | boolean | false | Disable the usage of restricted security group rules |
0 commit comments