ocboot
ocboot copied to clipboard
Installation and setup tool of Cloudpods
/cc @zexi ## 这个 PR 实现什么功能/修复什么问题: * 支持 `k3s`/`k8s` 模式安装. * 安装时默认使用`k8s`;其版本:`v1.15.8` * 可选使用`--k3s`来使用`k3s`安装,其版本:`v1.28.5` * 支持使用 `buildah` 安装,入口为`./ocboot.sh run.py full ` * 支持使用 `docker + ansible` 安装,入口为`python3 run.py full `...
v4 k3s
fix: check existence of buildah
Parametrize image registry so those who prefer Docker Hub can get images from there like this: ```bash export CLOUDPODS_REPO=docker.io/yunion export MARIADB_REPO=docker.io/library docker compose pull ``` This does not change behavior...