“Install and Configure Kubernetes (k8s) on debian10”的版本间的差异
跳到导航
跳到搜索
(→info) |
|||
第2行: | 第2行: | ||
<pre> | <pre> | ||
cat >>/etc/hosts <<EOF | cat >>/etc/hosts <<EOF | ||
− | 192.168.11 | + | 192.168.11.184 k8s-master |
192.168.88.31 node1 | 192.168.88.31 node1 | ||
192.168.88.32 node2 | 192.168.88.32 node2 |
2020年2月29日 (六) 03:38的版本
info
cat >>/etc/hosts <<EOF 192.168.11.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