Update notes for Pull mode cluster in AA document

Signed-off-by: lonelyCZ <531187475@qq.com>
This commit is contained in:
lonelyCZ 2022-05-17 20:20:37 +08:00
parent 17b954dee8
commit bedb926406
1 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ Or append `/apis/cluster.karmada.io/v1alpha1/clusters/{clustername}/proxy ` to t
kubectl --kubeconfig karmada-apiserver.config get node
```
> Note: For a member cluster that joins karmada in pull mode, we can [deploy apiserver-network-proxy (ANP)](../working-with-anp.md) to access it.
> Note: For a member cluster that joins karmada in pull mode and allows only cluster-to-karmada access, we can [deploy apiserver-network-proxy (ANP)](../working-with-anp.md) to access it.
## Unified authentication
@ -253,4 +253,4 @@ Or we can append `/apis/cluster.karmada.io/v1alpha1/clusters/member1/proxy ` to
kubectl --kubeconfig tom.config get node
```
> Note: For a member cluster that joins karmada in pull mode, we can [deploy apiserver-network-proxy (ANP)](../working-with-anp.md) to access it.
> Note: For a member cluster that joins karmada in pull mode and allows only cluster-to-karmada access, we can [deploy apiserver-network-proxy (ANP)](../working-with-anp.md) to access it.