rke image build

This commit is contained in:
2025-02-26 16:49:34 -05:00
parent 9436016b0a
commit 2cfa70f96a
5 changed files with 342 additions and 4 deletions

View File

@@ -70,5 +70,25 @@ sudo nixos-install --flake /etc/nixos#lin-va-rke2
### Kasten Port Forward
```bash
# http://localhost:8000/k10/#/dashboard
kubectl port-forward -n kasten svc/gateway 8000:80
```
### Cloud Init
```
#cloud-config
hostname: rke-test
```
```
network:
version: 1
config:
- type: physical
name: enX0
subnets:
- type: static
address: 10.0.50.5/24
gateway: 10.0.50.254
```