From d0f40d815719cc8e91d9066c359899393a6ee7b0 Mon Sep 17 00:00:00 2001 From: Ludwig Mey Date: Sun, 7 Dec 2025 22:13:36 +1300 Subject: [PATCH 1/2] something weird again? --- Networking/Debian-Static_IP.md | 2 ++ Networking/k8s/kubeadmin_install/Install_Instruction | 1 + 2 files changed, 3 insertions(+) create mode 100644 Networking/k8s/kubeadmin_install/Install_Instruction diff --git a/Networking/Debian-Static_IP.md b/Networking/Debian-Static_IP.md index a17a164..cc0ed65 100644 --- a/Networking/Debian-Static_IP.md +++ b/Networking/Debian-Static_IP.md @@ -125,3 +125,5 @@ sudo reboot ``` And when the machine comes back up, ssh using the newly statically assigned IP address. + +Update - Dont forget to updated the /etc/resolve.conf with your nameserver address diff --git a/Networking/k8s/kubeadmin_install/Install_Instruction b/Networking/k8s/kubeadmin_install/Install_Instruction new file mode 100644 index 0000000..2833134 --- /dev/null +++ b/Networking/k8s/kubeadmin_install/Install_Instruction @@ -0,0 +1 @@ +**Head** -- 2.49.1 From bb1b54b32ebb4b83428adf400171a90c88a1888d Mon Sep 17 00:00:00 2001 From: Ludwig Mey Date: Mon, 8 Dec 2025 08:00:26 +1300 Subject: [PATCH 2/2] update 1 --- .../{Install_Instruction => Install_Instruction.md} | 0 Networking/k8s/kubeadmin_install/add_users.md | 2 ++ 2 files changed, 2 insertions(+) rename Networking/k8s/kubeadmin_install/{Install_Instruction => Install_Instruction.md} (100%) create mode 100644 Networking/k8s/kubeadmin_install/add_users.md diff --git a/Networking/k8s/kubeadmin_install/Install_Instruction b/Networking/k8s/kubeadmin_install/Install_Instruction.md similarity index 100% rename from Networking/k8s/kubeadmin_install/Install_Instruction rename to Networking/k8s/kubeadmin_install/Install_Instruction.md diff --git a/Networking/k8s/kubeadmin_install/add_users.md b/Networking/k8s/kubeadmin_install/add_users.md new file mode 100644 index 0000000..afd4a16 --- /dev/null +++ b/Networking/k8s/kubeadmin_install/add_users.md @@ -0,0 +1,2 @@ +lol + -- 2.49.1