Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions network/vyos/ansible/vars/bootstrap_k0s.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
bootstrap_k0s_image: ghcr.io/gilmanlab/platform/bootstrap-k0s:0.1.0
bootstrap_k0s_image: ghcr.io/gilmanlab/platform/bootstrap-k0s:0.2.1
bootstrap_k0s_provisioning_ip: 10.10.20.1
bootstrap_k0s_artifacts_file_server: http://10.10.20.1:7173
bootstrap_k0s_dhcp_bind_interface: eth1.20
bootstrap_k0s_pod_cidr: 10.244.0.0/16
bootstrap_k0s_service_cidr: 10.96.0.0/12
bootstrap_k0s_trusted_proxies: 10.244.0.0/16,10.96.0.0/12
bootstrap_k0s_env_path: /config/containers/bootstrap-k0s/bootstrap-k0s.env
bootstrap_k0s_data_dir: /config/containers/bootstrap-k0s/data
bootstrap_k0s_pods_dir: /config/containers/bootstrap-k0s/pods
bootstrap_k0s_data_dir: /usr/lib/live/mount/persistence/container/bootstrap-k0s/data
bootstrap_k0s_pods_dir: /usr/lib/live/mount/persistence/container/bootstrap-k0s/pods
bootstrap_k0s_systemd_unit_path: /etc/systemd/system/bootstrap-k0s.service

incusos_artifacts_image: docker.io/python:3.13.7-alpine3.22
Expand Down
2 changes: 1 addition & 1 deletion network/vyos/configs/gateway.conf
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ container {
}
name incusos-artifacts {
allow-host-networks
arguments "-m http.server 18080 --bind 10.10.20.1 --directory /srv/incusos"
arguments "python -m http.server 18080 --bind 10.10.20.1 --directory /srv/incusos"
description "IncusOS operation image artifact server"
image docker.io/python:3.13.7-alpine3.22
memory 128
Expand Down
Loading