ocboot icon indicating copy to clipboard operation
ocboot copied to clipboard

Installation and setup tool of Cloudpods

Results 10 ocboot issues
Sort by recently updated
recently updated
newest added

/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 `...

size/XXL

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...

size/L

size/S
do-not-merge/work-in-progress

https://github.com/yunionio/cloudpods/pull/22314

size/XS

size/XXL
do-not-merge/work-in-progress