update kube-forge concept and add ability to change data dir for containerd

This commit is contained in:
2024-11-24 17:59:37 +03:00
parent 78cf06e314
commit 1c366bdb6b
46 changed files with 2023 additions and 4343 deletions

View File

@@ -8,12 +8,10 @@
```shell
touch k8s-admin.conf
touch vault-keys.json
docker run -v $(pwd)/config.yaml:/application/config.yaml \
-v $(pwd)/id_rsa_bastion_ift:/root/.ssh/id_rsa \
--mount type=bind,source=$(pwd)/k8s-admin.conf,target=/application/k8s-admin.conf \
--mount type=bind,source=$(pwd)/vault-keys.json,target=/application/vault-keys.json \
harbor.kvazaric.ru/kube-forge/kube-forge:1.1-f84c27e6 apply
```