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
The template for ingress-controller has a name already defined. If you already has your subnets tagged with a different cluster-name, you will find the error "retrieval of subnets failed to resolve 2 qualified subnet" and it's not clear why. This clarification in the docs may help.
Copy file name to clipboardExpand all lines: docs/guide/controller/config.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -82,11 +82,11 @@ spec:
82
82
## Subnet Auto Discovery
83
83
You can tag AWS subnets to allow ingress controller auto discover subnets used for ALBs.
84
84
85
-
- `kubernetes.io/cluster/${cluster-name}`must be set to `owned` or `shared`
85
+
- `kubernetes.io/cluster/${cluster-name}`must be set to `owned` or `shared`. Remember `${cluster-name}` needs to be the same name you're passing to the controller in the `--cluster-name` option
86
86
87
87
- `kubernetes.io/role/internal-elb`must be set to `1` or `` for internal LoadBalancers
88
88
89
89
- `kubernetes.io/role/elb`must be set to `1` or `` for internet-facing LoadBalancers
90
90
91
91
An example of a subnet with the correct tags for the cluster `joshcalico` is as follows:
0 commit comments