modified: .devcontainer/devcontainer.json

modified:   README.md
modified:   cluster/README.md
This commit is contained in:
Márcio Fernandes
2026-06-27 09:04:23 +00:00
parent c15e26d43e
commit 9b5b427cd8
3 changed files with 5 additions and 6 deletions
+2 -2
View File
@@ -29,8 +29,8 @@
"rogalmic.bash-debug",
"streetsidesoftware.code-spell-checker",
"ms-azuretools.vscode-containers",
"sanjulaganepola.github-local-actions",
"eamodio.gitlens"
"eamodio.gitlens",
"bierner.markdown-preview-github-styles"
]
}
}
+1 -1
View File
@@ -6,7 +6,7 @@ This repository is dedicated to documenting and maintaining the server configura
The primary goal is to establish an k3s cluster capable of isolating services and communications related to home automation at the network level.
The server operates within its own VLAN (`casa`) but requires controlled communication with other VLANs, such as `IOT Vlan`
For more information about k3s cluster/nodes setup check [readme](./docs/k3s-cluster.md).
For more information about k3s cluster/nodes setup check [readme](./cluster/README.md).
**Table of Contents:**
+2 -3
View File
@@ -163,7 +163,6 @@ scsi0: local-lvm:vm-XXX-disk-0,iothread=1,size=24G,ssd=1
scsihw: virtio-scsi-single
smbios1: uuid=cxxxx-xxxx-xxxx-xxxx-xxxx
sockets: 1
usb0: host=1-1.1
```
### casa - control Plane - network configuration
@@ -247,7 +246,7 @@ curl -sfL https://get.k3s.io | INSTALL_K3S_VERSION=v1.36.1+k3s1 INSTALL_K3S_EXEC
Change kubectl -n kube-system edit configmap local-path-config on kube-system to set path to provisioner.
``` yaml
config.json: |-
config.json: |-
{
"nodePathMap":[
{
@@ -289,7 +288,7 @@ ostype: l26
scsi0: fastcore:vm-112-disk-0,iothread=1,size=24G,ssd=1
scsihw: virtio-scsi-single
sockets: 1
usb0: host=1-1.1
```
| Name | Value |