浏览代码

Highlighting Note

Highlighting Note in order to it visible first cause after analyzing some issues, i find people are ignoring this note section (including my self)
Praitk 5 年之前
父节点
当前提交
ae8f0655b3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/multi-cluster-services.md

+ 1 - 1
docs/multi-cluster-services.md

@@ -5,7 +5,7 @@ This enables clusters to provide services to other clusters over a secure connec
 For example, a cluster on AWS with access to GPUs could run a machine learning service that could be consumed by workloads running in a another location, e.g. an on-prem cluster without GPUs.
 Unlike services exposed via Ingresses or NodePort Services, multi-cluster services can remain private and internal to the clusters.
 
-*Note*: in order for connected clusters to be fully routable, the allowed IPs that they declare must be non-overlapping, i.e. the Kilo, pod, and service CIDRs.
+> **Note**: in order for connected clusters to be fully routable, the allowed IPs that they declare must be non-overlapping, i.e. the Kilo, pod, and service CIDRs.
 
 ## Getting Started