modified: .devcontainer/devcontainer.json
modified: README.md modified: cluster/README.md
This commit is contained in:
@@ -29,8 +29,8 @@
|
|||||||
"rogalmic.bash-debug",
|
"rogalmic.bash-debug",
|
||||||
"streetsidesoftware.code-spell-checker",
|
"streetsidesoftware.code-spell-checker",
|
||||||
"ms-azuretools.vscode-containers",
|
"ms-azuretools.vscode-containers",
|
||||||
"sanjulaganepola.github-local-actions",
|
"eamodio.gitlens",
|
||||||
"eamodio.gitlens"
|
"bierner.markdown-preview-github-styles"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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 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`
|
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:**
|
**Table of Contents:**
|
||||||
|
|
||||||
|
|||||||
+1
-2
@@ -163,7 +163,6 @@ scsi0: local-lvm:vm-XXX-disk-0,iothread=1,size=24G,ssd=1
|
|||||||
scsihw: virtio-scsi-single
|
scsihw: virtio-scsi-single
|
||||||
smbios1: uuid=cxxxx-xxxx-xxxx-xxxx-xxxx
|
smbios1: uuid=cxxxx-xxxx-xxxx-xxxx-xxxx
|
||||||
sockets: 1
|
sockets: 1
|
||||||
usb0: host=1-1.1
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### casa - control Plane - network configuration
|
### casa - control Plane - network configuration
|
||||||
@@ -289,7 +288,7 @@ ostype: l26
|
|||||||
scsi0: fastcore:vm-112-disk-0,iothread=1,size=24G,ssd=1
|
scsi0: fastcore:vm-112-disk-0,iothread=1,size=24G,ssd=1
|
||||||
scsihw: virtio-scsi-single
|
scsihw: virtio-scsi-single
|
||||||
sockets: 1
|
sockets: 1
|
||||||
|
usb0: host=1-1.1
|
||||||
```
|
```
|
||||||
|
|
||||||
| Name | Value |
|
| Name | Value |
|
||||||
|
|||||||
Reference in New Issue
Block a user