Skip to content

Commit ef25167

Browse files
committed
Update docs
1 parent c40ee7f commit ef25167

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/guide/targetgroupbinding/targetgroupbinding.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ This will allow you to provision the load balancer infrastructure completely out
55

66
!!!tip "usage to support Ingress and Service"
77
The AWS LoadBalancer controller internally used TargetGroupBinding to support the functionality for Ingress and Service resource as well.
8-
It automatically creates TargetGroupBinding in the same namespace of the Service used.
9-
8+
It automatically creates TargetGroupBinding in the same namespace of the Service used.
9+
1010
You can view all TargetGroupBindings in a namespace by `kubectl get targetgroupbindings -n <your-namespace> -o wide`
1111

1212

@@ -17,6 +17,13 @@ TargetGroupBinding CR supports TargetGroups of either `instance` or `ip` TargetT
1717
If TargetType is not explicitly specified, a mutating webhook will automatically call AWS API to find the TargetType for your TargetGroup and set it to correct value.
1818

1919

20+
## VpcId
21+
TargetGroupBinding CR supports the explicit definition of the Virtual Private Cloud (VPC) of your TargetGroup.
22+
23+
!!!tip ""
24+
If the VpcId is not explicitly specified, a mutating webhook will automatically call AWS API to find the VpcId for your TargetGroup and set it to correct value.
25+
26+
2027
## Sample YAML
2128
```yaml
2229
apiVersion: elbv2.k8s.aws/v1beta1

0 commit comments

Comments
 (0)