journalctl -xe


voidcn.com/article/p-qufvdmpq-bqn.html

etcd

more etcd.conf
ETCD_NAME=default
ETCD_DATA_DIR="/var/lib/etcd/default.etcd"
ETCD_LISTEN_CLIENT_URLS="http://0.0.0.0:2379"
ETCD_ADVERTISE_CLIENT_URLS="http://0.0.0.0:2379"


flannel

─16199 /usr/bin/flanneld -etcd-endpoints=http://127.0.0.1:2379 -etcd-prefix=/flannel/network


etcdctl mkdir /flannel/network
etcdctl mk /flannel/network/config "{ \"Network\": \"172.30.0.0/16\", \"SubnetLen\": 24, \"Backend\": { \"Type\": \"vxlan\" } }"

相关文章:

  • 2021-07-11
  • 2021-06-03
  • 2021-06-19
  • 2022-02-16
  • 2021-12-21
  • 2021-11-07
  • 2021-11-12
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-26
  • 2021-05-17
  • 2022-02-17
  • 2021-10-10
  • 2022-02-21
  • 2021-09-07
相关资源
相似解决方案