From 10105dbc590846185a8e65bed6bf8eaff44e4ec2 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Mon, 18 Sep 2023 11:04:24 -0700 Subject: [PATCH] Fix broken links --- docs/ops/events/cluster-config-overview.rst | 4 ++-- docs/ops/gke/gke-cluster-setup.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ops/events/cluster-config-overview.rst b/docs/ops/events/cluster-config-overview.rst index 2a814b06..a3803eb8 100644 --- a/docs/ops/events/cluster-config-overview.rst +++ b/docs/ops/events/cluster-config-overview.rst @@ -29,14 +29,14 @@ Listeners and authentication ============================ The cluster has an internal listener on port ``9093``, which supports mutual TLS authentication between the client and brokers. -See `Creating a Kafka user with mutual TLS authentication `_ for details on how create a ``KafkaUser`` resource and use the corresponding Kubernetes ``Secret`` resource with client TLS certificates. +See `Creating a Kafka user with mutual TLS authentication `_ for details on how create a ``KafkaUser`` resource and use the corresponding Kubernetes ``Secret`` resource with client TLS certificates. Authorization ============= Authorization is enabled for this cluster. This means that that Kafka clients need a corresponding ``KafkaUser`` resource with corresponding access permissions. -See the `Strimzi Authorization documentation `_ for more information. +See the `Strimzi Authorization documentation `_ for more information. Kafka configuration =================== diff --git a/docs/ops/gke/gke-cluster-setup.rst b/docs/ops/gke/gke-cluster-setup.rst index 0c6c97ea..5d0b6961 100644 --- a/docs/ops/gke/gke-cluster-setup.rst +++ b/docs/ops/gke/gke-cluster-setup.rst @@ -32,7 +32,7 @@ See the `Stackdriver Kubernetes Engine Monitoring `_ is **disabled**. +At this time the `Anthos Service Mesh `_ is **disabled**. We trialled Istio early in the Roundtable deployment, and decided to focus on more traditional ingress and continuous deployment in the initial phase. As Roundtable matures, we may revisit using a service mesh on Roundtable.