Skip to content

Instantly share code, notes, and snippets.

@srockstyle
Created September 7, 2018 00:13
Show Gist options
  • Save srockstyle/e2bef11b6b71437b5be13425aca41de0 to your computer and use it in GitHub Desktop.
Save srockstyle/e2bef11b6b71437b5be13425aca41de0 to your computer and use it in GitHub Desktop.
[WIP] kubernetes in CentOS7
yum install etcd kubernetes flannel
vi /etc/etcd/etcd.conf
#--------
#ETCD_LISTEN_CLIENT_URLS="http://localhost:2379"
ETCD_LISTEN_CLIENT_URLS="http://master01:2379,http://localhost:2379"
#--------
systemctl start etcd
# (疲れたのであとで追記)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment