kubernetes-vagrant-centos-cluster
kubernetes-vagrant-centos-cluster copied to clipboard
Setting up a distributed Kubernetes cluster along with Istio service mesh locally with Vagrant and VirtualBox, only PoC or Demo use.
# Environment - OS:centos 7 - Kubernetes version: 1.15 - VirtualBox version: 5.20 - Vagrant version: 2.2.0 ## What I did vagrant up Your operations on this repo. ## Messages...
# Environment - OS: mac - Kubernetes version: v1.15 - VirtualBox version: 6.1 - Vagrant version: 2.2.14 ## What I did? vagrant up ## Messages no error ## problem ```...
# Environment - OS: macOS - Kubernetes version: 1.9.1 - VirtualBox version: 6.1.6 - Vagrant version: 2.2.8 ## What I did? `vagrant up` and then `kubectl get pods -n kube-system`...
# Environment - OS: - Kubernetes version: - VirtualBox version: - Vagrant version: ## What I did? Your operations on this repo. ## Messages Logs or error messages.
# Environment - OS: - Kubernetes version: - VirtualBox version: - Vagrant version: ## What I did? KUBE_PROXY_ARGS="--bind-address=172.17.8.101 --kubeconfig=/etc/kubernetes/kube-proxy.kubeconfig --cluster-cidr=10.254.0.0/16 --hostname-override=node2" node1=172.17.8.101 but --hostname-override=node2???????? Your operations on this repo. ##...
环境: * Mac * vagrant 2.1.2 * virtualBox: 5.2.16 * Kubernetes 1.11.0 遇到了几个问题: 1. 在系统自动挂起之后vm 的时间会不对,没有自动同步,导致 `Prometheus` 监控数据显示不出来,应该同步时间就可以,不过我没有,而是使用的 `vagrant halt` ,就导致了另一个问题。 2. 执行 `vagrant halt` 按照[【重启】](https://github.com/rootsongjc/kubernetes-vagrant-centos-cluster/blob/master/README-cn.md#%E9%87%8D%E5%90%AF]) 的操作后,之前配置的 `Istio` 相关所有东西都不见了,包括 `istio-system`...
# Environment - OS: Arch Linux x86_64 6.1.4-arch1-1 - Kubernetes version: v1.16.14 - VirtualBox version: v7.0.4 - Vagrant version: 2.3.4 ## What I did? I just follow the readme, and...