From 9b5b427cd89528440d5f9767d992e82034b924a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sat, 27 Jun 2026 09:04:23 +0000 Subject: [PATCH] modified: .devcontainer/devcontainer.json modified: README.md modified: cluster/README.md --- .devcontainer/devcontainer.json | 4 ++-- README.md | 2 +- cluster/README.md | 5 ++--- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 46ff97f..8fcab08 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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" ] } } diff --git a/README.md b/README.md index c919fa9..57f3b8a 100644 --- a/README.md +++ b/README.md @@ -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:** diff --git a/cluster/README.md b/cluster/README.md index 360c4d4..71910c1 100644 --- a/cluster/README.md +++ b/cluster/README.md @@ -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 |