diff --git a/docs/pages/deploy-a-cluster/high-availability.mdx b/docs/pages/deploy-a-cluster/high-availability.mdx index c2f4df819b895..8ce6cff8b9a74 100644 --- a/docs/pages/deploy-a-cluster/high-availability.mdx +++ b/docs/pages/deploy-a-cluster/high-availability.mdx @@ -124,6 +124,7 @@ services: | `3026` | HTTPS Kubernetes proxy | | `3036` | MySQL port | | `5432` | Postgres port | +| `27017` | Mongo port | diff --git a/docs/pages/management/guides/teleport-operator.mdx b/docs/pages/management/guides/teleport-operator.mdx index 369f633657a14..0c9866f1fcf51 100644 --- a/docs/pages/management/guides/teleport-operator.mdx +++ b/docs/pages/management/guides/teleport-operator.mdx @@ -246,10 +246,10 @@ $ kubectl logs "$AUTH_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)