From 7945799b5d1ab2f1fab7d29e0fd07e4c30016a43 Mon Sep 17 00:00:00 2001 From: Steven Martin Date: Sun, 7 May 2023 13:38:35 -0400 Subject: [PATCH 1/2] docs: add mongo port in high availability --- docs/pages/deploy-a-cluster/high-availability.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pages/deploy-a-cluster/high-availability.mdx b/docs/pages/deploy-a-cluster/high-availability.mdx index 0737a0f509992..365b7da06cd82 100644 --- a/docs/pages/deploy-a-cluster/high-availability.mdx +++ b/docs/pages/deploy-a-cluster/high-availability.mdx @@ -108,6 +108,7 @@ services: | `3026` | HTTPS Kubernetes proxy | | `3036` | MySQL port | | `5432` | Postgres port | +| `27017` | Mongo port | From c1bfdc6ecbca7cbbd4340cdb0503b67c22cd9518 Mon Sep 17 00:00:00 2001 From: Steven Martin Date: Tue, 16 May 2023 11:57:47 -0400 Subject: [PATCH 2/2] docs: minor nits including spacing and Teleport case in k8s operator doc --- docs/pages/management/guides/teleport-operator.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/pages/management/guides/teleport-operator.mdx b/docs/pages/management/guides/teleport-operator.mdx index cb306dcdfa92a..9ce1ea98380a7 100644 --- a/docs/pages/management/guides/teleport-operator.mdx +++ b/docs/pages/management/guides/teleport-operator.mdx @@ -240,10 +240,10 @@ $ kubectl logs "$PROXY_POD" -c operator To diagnose reconciliation issues, you will have to inspect all pods to find the one reconciling the resources. -## Next Steps +## Next steps -Helm Chart parameters are documented in the [`teleport-cluster `Helm chart reference](../../reference/helm-reference/teleport-cluster.mdx). +Helm Chart parameters are documented in the [`teleport-cluster` Helm chart reference](../../reference/helm-reference/teleport-cluster.mdx). -See the [Helm Deployment guides](../../deploy-a-cluster/helm-deployments.mdx) detailing specific setups like running teleport on AWS or GCP. +See the [Helm Deployment guides](../../deploy-a-cluster/helm-deployments.mdx) detailing specific setups like running Teleport on AWS or GCP. Check out [access controls documentation](../../access-controls/introduction.mdx)