https://github.com/openbce/installer
The installer of openBCE
https://github.com/openbce/installer
Last synced: 5 months ago
JSON representation
The installer of openBCE
- Host: GitHub
- URL: https://github.com/openbce/installer
- Owner: openbce
- License: apache-2.0
- Created: 2022-06-14T01:56:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-03T07:54:32.000Z (11 months ago)
- Last Synced: 2025-07-03T08:44:05.794Z (11 months ago)
- Language: Jinja
- Homepage:
- Size: 7.92 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Installer
## Steps
### Update `hosts` list accordingly
```
[masters]
10.0.0.10
[workers]
10.0.0.11
```
### Execute installer command on bootstrap nodes
```
sudo bce-installer
```
## Configurations
```
bce_version: 0.1
k8s_version: v1.33.0
cri_version: v1.33.0
cilium_version: v1.17.5
certmanager_version: v1.18.2
work_dir: /opt/openbce
binary_dir: sbin
config_dir: config
pod_cidr: 172.88.0.0/16
service_cidr: 172.96.0.0/12
```