Skip to content

Commit

Permalink
change md format in the multicluster use case
Browse files Browse the repository at this point in the history
  • Loading branch information
myf5 committed Jan 15, 2024
1 parent 1c10f8a commit 08d7160
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/Use-Cases/multi-clusters.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ data:
```

其中:

* 各个集群`cluster1 cluster2 cluster3`的命名可以根据实际需要自行命名,相互之间不重复即可。在后文中,我们称集群名称为“键”,冒号后边部分为“值”,以便描述。
* 集群命名即“键”会关系到各个集群中部署的应用在BIG-IP上下发后的名称后缀,例如,部署在cluster2中的serviceA对应在BIG-IP上的pool名称会类似于serviceA-cluster2,所以Secret中命名一旦确认后不建议修改,如果被修改,CIS-C重启后会重新下发相关集群的应用,赋予新的集群名称后缀。
* `$(cat ../cluster1-kubeconfig | base64 -w 0)` 即“值”部分为cluster1 的kubeconfig内容,需要在shell中执行此部分命令得到base64编码内容后填入到此处。
Expand Down

0 comments on commit 08d7160

Please sign in to comment.