Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update install_manually_CN.md #25

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/installation/install_manually_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- [1.1 部署Tunnel Coredns](#11-%E9%83%A8%E7%BD%B2tunnel-coredns)
- [1.2 部署Tunnel Cloud](#12-%E9%83%A8%E7%BD%B2tunnel-cloud)
- [1.2.1 需要补全的参数](#121-%E9%9C%80%E8%A6%81%E8%A1%A5%E5%85%A8%E7%9A%84%E5%8F%82%E6%95%B0)
- [1.2.2 TunnelPersistentConnnectionServerKey和TunnelPersistentConnnectionServerCrt的生成举例](#122-tunnelpersistentconnnectionserverkey%E5%92%8Ctunnelpersistentconnnectionservercrt%E7%9A%84%E7%94%9F%E6%88%90%E4%B8%BE%E4%BE%8B)
- [1.2.2 TunnelPersistentConnectionServerKey和TunnelPersistentConnectionServerCrt的生成举例](#122-tunnelpersistentconnectionserverkey%E5%92%8Ctunnelpersistentconnectionservercrt%E7%9A%84%E7%94%9F%E6%88%90%E4%B8%BE%E4%BE%8B)
- [1.2.3 TunnelProxyServerKey和TunnelProxyServerCrt的生成举例](#123-tunnelproxyserverkey%E5%92%8Ctunnelproxyservercrt%E7%9A%84%E7%94%9F%E6%88%90%E4%B8%BE%E4%BE%8B)
- [1.3 Kube-apiserver使用Tunnel隧道](#13-kube-apiserver%E4%BD%BF%E7%94%A8tunnel%E9%9A%A7%E9%81%93)
- [1.4 部署Tunnel Edge](#14-%E9%83%A8%E7%BD%B2tunnel-edge)
Expand Down Expand Up @@ -48,7 +48,7 @@ $ kubectl apply -f deployment/tunnel-coredns.yaml
$ kubectl apply -f deployment/tunnel-cloud.yaml
`````

#### 1.2.2 TunnelPersistentConnnectionServerKey和TunnelPersistentConnnectionServerCrt的生成举例
#### 1.2.2 TunnelPersistentConnectionServerKey和TunnelPersistentConnectionServerCrt的生成举例

- 生成tunnel的CA

Expand Down Expand Up @@ -124,7 +124,7 @@ tunnel-coredns ClusterIP 10.10.47.74 <none> 53/UDP,53/TCP,9153/TCP
...
dnsConfig:
nameservers:
- 10.10.47.74 #修改为tunnel-cloud的CLUSTER-IP;
- 10.10.47.74 #修改为tunnel-coredns的CLUSTER-IP;
...
```

Expand Down