Skip to content

Commit 0de1fe1

Browse files
Update docs/content/guides/kamaji-aws-deployment.md
Co-authored-by: Dario Tranchitella <[email protected]>
1 parent 540b29d commit 0de1fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guides/kamaji-aws-deployment.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ Make sure:
285285
- Tenant Control Plane will expose the API server using a public IP address through a network loadbalancer.
286286
it is important to provide a static public IP address for the API server in order to make it reachable from the outside world.
287287

288-
- The following annotation: `external-dns.alpha.kubernetes.io/hostname` is set to create the dns record. It tells AWS to expose the Tenant Control Plane with public domain name: `${TENANT_NAME}.${TENANT_DOMAIN}`.
288+
- The following annotation: `external-dns.alpha.kubernetes.io/hostname` is set to create the DNS record. It tells AWS to expose the Tenant Control Plane with a public domain name: `${TENANT_NAME}.${TENANT_DOMAIN}`.
289289

290290
> Since AWS load Balancer does not support setting LoadBalancerIP, you will get the following warning on the service created for the control plane tenant `Error syncing load balancer: failed to ensure load balancer: LoadBalancerIP cannot be specified for AWS ELB`. you can ignore it for now.
291291

0 commit comments

Comments
 (0)