File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/zh-cn/docs/tasks/extend-kubernetes Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ Figure 1 represents what you're going to achieve in this task.
6464graph LR;
6565
6666 subgraph local[Local client machine]
67- client([client])-- local <br> traffic .-> local_ssh[Local SSH <br> SOCKS5 proxy];
67+ client([client])-. local <br> traffic .-> local_ssh[Local SSH <br> SOCKS5 proxy];
6868 end
6969 local_ssh[SSH <br>SOCKS5 <br> proxy]-- SSH Tunnel --\>sshd
7070
@@ -86,9 +86,9 @@ graph LR;
8686graph LR;
8787
8888 subgraph local[ 本地客户端机器]
89- client([ 客户端] )-- 本地 <br > 流量.-> local_ssh[ 本地 SSH <br > SOCKS5 代理] ;
89+ client([ 客户端] )-. 本地 <br > 流量.-> local_ssh[ 本地 SSH <br > SOCKS5 代理] ;
9090 end
91- ocal_ssh [ SSH <br >SOCKS5 <br > 代理] -- SSH 隧道 -->sshd
91+ local_ssh [ SSH <br >SOCKS5 <br > 代理] -- SSH 隧道 -->sshd
9292
9393 subgraph remote[ 远程服务器]
9494 sshd[ SSH <br > 服务器] -- 本地流量 -->service1;
You can’t perform that action at this time.
0 commit comments