Build without rke2 pre-installed

This commit is contained in:
2026-03-09 10:52:24 -04:00
parent fd50c23163
commit d9d8686efb
4 changed files with 87 additions and 87 deletions

View File

@@ -21,8 +21,8 @@ modules:
# install:
# packages:
# - ramalama
- type: script
snippets:
# - curl -sfL https://get.rke2.io | INSTALL_RKE2_TYPE=agent INSTALL_RKE2_SKIP_RELOAD=true sh
- curl -sfL https://get.rke2.io | INSTALL_RKE2_SKIP_RELOAD=true sh
# - type: script
# snippets:
# # - curl -sfL https://get.rke2.io | INSTALL_RKE2_TYPE=agent INSTALL_RKE2_SKIP_RELOAD=true sh
# - curl -sfL https://get.rke2.io | INSTALL_RKE2_SKIP_RELOAD=true sh
- from-file: common/post-build.yml

View File

@@ -12,7 +12,7 @@ modules:
files:
- source: rke-server
destination: /
- type: script
snippets:
- curl -sfL https://get.rke2.io | INSTALL_RKE2_SKIP_RELOAD=true sh
# - type: script
# snippets:
# - curl -sfL https://get.rke2.io | INSTALL_RKE2_SKIP_RELOAD=true sh
- from-file: common/post-build.yml

View File

@@ -8,7 +8,7 @@ alt-tags:
- worker
modules:
- from-file: common/wke.yml
- type: script
snippets:
- curl -sfL https://get.rke2.io | INSTALL_RKE2_TYPE=agent INSTALL_RKE2_SKIP_RELOAD=true sh
# - type: script
# snippets:
# - curl -sfL https://get.rke2.io | INSTALL_RKE2_TYPE=agent INSTALL_RKE2_SKIP_RELOAD=true sh
- from-file: common/post-build.yml