rootsongjc / kubernetes-vagrant-centos-cluster

Setting up a distributed Kubernetes cluster along with Istio service mesh locally with Vagrant and VirtualBox, only PoC or Demo use.
https://jimmysong.io
Apache License 2.0
1.93k stars 594 forks source link

Change the flannel to calico #69

Closed xieydd closed 5 years ago

xieydd commented 5 years ago

Environment

What I did?

Hi, jimmy @rootsongjc . If i want to change the flannel to calico, how can i do it? And if i want to update the kubernetes version 1.11 to 1.13, how can i do it? Thanks a lot.

Messages

Logs or error messages.

rootsongjc commented 5 years ago

You can download the latest version of Kubernetes and replace the original tar package. I have not used calico, in order to keep this environment simple flannel is more easy to install.

xieydd commented 5 years ago

Thanks for your reply.I got it.