https://github.com/navono/vagrant-k8s
https://github.com/navono/vagrant-k8s
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/navono/vagrant-k8s
- Owner: navono
- Created: 2019-04-14T13:00:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-08T13:03:42.000Z (about 7 years ago)
- Last Synced: 2025-03-11T18:54:55.786Z (over 1 year ago)
- Language: Shell
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vagrant-k8s
使用 `Vagrant` 管理本地 `k8s` 集群。
## 环境准备
- 科学上网
- 安装 `Vagrant`
修改 `install-docker-ce.sh` 中的 `HTTP_PROXY` 中的代理设置。同时开启代理的入站请求。
## 启动集群
> vagrant up
如果需要独立执行脚本:
> vagrant provision machineName --provision-with boot
## 启动 `Master` 节点
> vagrant provision kmaster --provision-with master