mirror of
https://github.com/kubesphere/website.git
synced 2025-12-25 15:32:54 +00:00
fix: Use local file to replace the file in jsdelivr cdn
Signed-off-by: TheYoungManLi <cjl@kubesphere.io>
This commit is contained in:
parent
8d2f82fe38
commit
c2261eb80d
|
|
@ -22,7 +22,7 @@ WireGuard 是一种 VPN 技术,从 linux 5.6 内核开始默认包含在内核
|
|||
|
||||
WireGuard 是一种 VPN 技术,通常被认为是 C/S 架构。它同样能在端对端的网格网络架构中配置使用,这就是 Tigera 设计的 WireGuard 可以在 Kubernetes 中启用的解决方案。使用 Calico,所有启用 WireGuard 的节点将端对端形成一个加密的网格。Calico 甚至支持在同一集群内同时包含启用 WireGuard 的节点与未启用 WireGuard 的节点,并且可以相互通信。
|
||||
|
||||

|
||||

|
||||
|
||||
我们选择 WireGuard 并不是一个折中的方案。我们希望提供最简单、最安全、最快速的方式来加密传输 Kubernetes 集群中的数据,而无需使用 mTLS、IPsec 或其他复杂的配置。事实上,您可以把 WireGuard 看成是另一个具有加密功能的 Overlay。
|
||||
|
||||
|
|
@ -41,7 +41,7 @@ WireGuard 是一种 VPN 技术,通常被认为是 C/S 架构。它同样能在
|
|||
|
||||
下图显示了启用 WireGuard 后集群中的各种数据包流量情况。
|
||||
|
||||

|
||||

|
||||
|
||||
同一主机上的 Pod:
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,6 @@
|
|||
</head>
|
||||
<body>
|
||||
<redoc spec-url='{{ .Params.swaggerUrl | relURL }}'></redoc>
|
||||
<script src="https://cdn.jsdelivr.net/npm/redoc/bundles/redoc.standalone.js"> </script>
|
||||
<script src="/npm/redoc/bundles/redoc.standalone.js"> </script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
|
||||
{{ if .IsDescendant (.GetPage "/docs") }}
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css">
|
||||
<link rel="stylesheet" href="/npm/docsearch.js@2/dist/cdn/docsearch.min.css">
|
||||
{{ if not (eq . (.GetPage "/docs"))}}
|
||||
{{ $style := resources.Get "scss/doc.scss" | toCSS | minify | fingerprint }}
|
||||
<link rel="stylesheet" href="{{ $style.RelPermalink }}">
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
<script src='{{ "swiper/swiper-bundle.min.js" | relURL }}'></script>
|
||||
|
||||
{{ if .IsDescendant (.GetPage "/docs") }}
|
||||
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
|
||||
<script type="text/javascript" src="/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
|
||||
{{ end }}
|
||||
|
||||
<!-- Baidu Analytics -->
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 46 KiB |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue