From 8a452907a69748f40305f5b3966d6e4b1d93537d Mon Sep 17 00:00:00 2001 From: "huanqing.shao" Date: Sat, 9 Nov 2019 22:53:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=85=E9=A1=BB=E5=9C=A8=E5=90=8C=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E5=B1=80=E5=9F=9F=E7=BD=91/port-forward?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vuepress/components/InstallEnvCheck.vue | 5 +- .vuepress/components/ad-list.js | 10 +- .vuepress/config-sidebar.js | 7 + .vuepress/public/kuboard.rp | Bin 1640919 -> 1797153 bytes .../port-forward/redis-master-deployment.yaml | 29 ++++ .../port-forward/redis-master-service.yaml | 16 ++ .vuepress/theme/components/JoinCommunity.vue | 9 +- install/install-k8s.md | 14 +- learning/k8s-practice/access/port-forward.md | 137 ++++++++++++++++++ 9 files changed, 211 insertions(+), 16 deletions(-) create mode 100644 .vuepress/public/statics/learning/ptc/port-forward/redis-master-deployment.yaml create mode 100644 .vuepress/public/statics/learning/ptc/port-forward/redis-master-service.yaml create mode 100644 learning/k8s-practice/access/port-forward.md diff --git a/.vuepress/components/InstallEnvCheck.vue b/.vuepress/components/InstallEnvCheck.vue index cb163b3..bd01f1e 100644 --- a/.vuepress/components/InstallEnvCheck.vue +++ b/.vuepress/components/InstallEnvCheck.vue @@ -7,7 +7,7 @@
-

必须选中下面的 {{envCount}} 个勾选框才能继续

+

请认真核对如下选项,{{envCount}} 个都选中后才能显示如何安装。

@@ -20,6 +20,7 @@ 我的任意节点只有一块网卡(可以在完成K8S安装后再添加网卡)
如果我直接使用vmware等创建虚拟机,我使用NAT网络,而不是桥接网络
我的任意节点不会直接使用 docker run 或 docker-compose 运行容器
+ 我的所有节点都在同一个局域网内
@@ -42,7 +43,7 @@