Skip to content

Commit 1e9582a

Browse files
authored
Merge pull request #28780 from johngmyers/ca-naming
Use consistent terminology for the Kubernetes general CA
2 parents 3c4f563 + 63405a3 commit 1e9582a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/extend-kubernetes/configure-aggregation-layer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Configuring the [aggregation layer](/docs/concepts/extend-kubernetes/api-extensi
1717
{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
1818

1919
{{< note >}}
20-
There are a few setup requirements for getting the aggregation layer working in your environment to support mutual TLS auth between the proxy and extension apiservers. Kubernetes and the kube-apiserver have multiple CAs, so make sure that the proxy is signed by the aggregation layer CA and not by something else, like the master CA.
20+
There are a few setup requirements for getting the aggregation layer working in your environment to support mutual TLS auth between the proxy and extension apiservers. Kubernetes and the kube-apiserver have multiple CAs, so make sure that the proxy is signed by the aggregation layer CA and not by something else, like the Kubernetes general CA.
2121
{{< /note >}}
2222

2323
{{< caution >}}

0 commit comments

Comments
 (0)