“Install and Configure Kubernetes (k8s) on debian10”的版本间的差异
跳到导航
跳到搜索
第1行: | 第1行: | ||
+ | =info= | ||
+ | <pre> | ||
+ | cat >>/etc/hosts <<EOF | ||
+ | 192.168.11.1.184 k8s-master | ||
+ | 192.168.88.31 node1 | ||
+ | 192.168.88.32 node2 | ||
+ | EOF | ||
+ | </pre> | ||
+ | |||
+ | |||
https://www.kubernetes.org.cn/course/install | https://www.kubernetes.org.cn/course/install |
2020年2月29日 (六) 03:36的版本
info
cat >>/etc/hosts <<EOF 192.168.11.1.184 k8s-master 192.168.88.31 node1 192.168.88.32 node2 EOF
https://www.kubernetes.org.cn/course/install
Install and Configure Kubernetes (k8s) on ubuntu