Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 981e806

Browse files
ilyesAjprometherion
andauthoredFeb 11, 2025··
Update docs/content/guides/kamaji-aws-deployment.md
Co-authored-by: Dario Tranchitella <dario@tranchitella.eu>
1 parent 0de1fe1 commit 981e806

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
@@ -282,7 +282,7 @@ kubectl -n ${TENANT_NAMESPACE} apply -f ${TENANT_NAMESPACE}-${TENANT_NAME}.yaml
282282

283283
Make sure:
284284

285-
- Tenant Control Plane will expose the API server using a public IP address through a network loadbalancer.
285+
- Tenant Control Plane will expose the API server using a public IP address through a network load balancer.
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

288288
- 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}`.

0 commit comments

Comments
 (0)
Please sign in to comment.