From 040af87e71801b12dbafef96eebc0c69a6ae1f03 Mon Sep 17 00:00:00 2001 From: Hauel Date: Fri, 1 Nov 2024 12:09:12 +0100 Subject: [PATCH] add more infos --- Das Kubernetis unter windows WSL.md | 9 +++++---- prometheus.yaml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Das Kubernetis unter windows WSL.md b/Das Kubernetis unter windows WSL.md index 04e262e..5db1138 100644 --- a/Das Kubernetis unter windows WSL.md +++ b/Das Kubernetis unter windows WSL.md @@ -1,5 +1,5 @@ # Das Kubernetis unter windows WSL: -Idee: ich würde gerne versuchen mein windows so zu konfigurieren das ich den verschiedenen spaces meines kubectls ein locales cluster und einmal das desy dchace rencher cluster habe. dafür würde ich gerne einzelene hosts durch WSL emuliern... +Idee: ich würde gerne versuchen mein Windows so zu konfigurieren das ich den verschiedenen Spaces meines kubectls ein locales cluster und einmal das desy Dchace rencher cluster habe. dafür würde ich gerne einzelene hosts durch WSL emuliern ... Erkenntnis es funktioniert nicht (ohne weiteres) ## Einrichtung unserer Tools: @@ -35,6 +35,7 @@ wsl --install Ändern des Hostnamens folge für ubuntu dem tuturial , das ist gut denn wsl macht dinge anders als sytemd es vorsieht. https://medium.com/@AnupamMajhi/change-ubuntu-hostname-running-on-wsl-7122b83fd6ed + >dieses Tutorial funktioniert nur für ubuntu, das Debian WSL ist anders gebaut > Die standard Systemd Tools für die hostnameanzeige funkioniern halb im debian container (die verenderungen werden nicht persistent übernommen) und ganicht im ubutu container @@ -112,7 +113,7 @@ you want to use the cluster from external therefore we have to add ouer user to sudo usermod -a -G $user ``` -then you have to add your minicube config to run as non root +then you have to ad your minicube config to run as non root ```` minikube config set rootless true @@ -220,9 +221,9 @@ than you can giv the following commands now we have two sporned up configs ... the promometeus and graphanaconf are based on the original valuses files with changed settings -the grphana is changed that it can run with out the right to modyfing the namespace its the same fpr prometheus , the same is for the prometeus char. prometeus has an option to place on any node a automatic collector for metricis , I disabled it for leake of pemissions +the grphana is changed that it can run with out the right to modyfing the namespace its the same fpr prometheus , the same is for the prometeus char. prometeus has an option to place on any node a automatic collector for metricis, I disabled it for leake of pemissions -(configurable in .\prometheus.yaml) +(configurable in .\prometheus.yaml) line 1286 you have now conect both sevices maualy. this could be possibly solfed with a helmcaht that wraps other charts. diff --git a/prometheus.yaml b/prometheus.yaml index 699b3b5..ec2d7bc 100644 --- a/prometheus.yaml +++ b/prometheus.yaml @@ -1283,7 +1283,7 @@ kube-state-metrics: prometheus-node-exporter: ## If false, node-exporter will not be installed ## - enabled: false + enabled: false ## This option for auto import node states rbac: pspEnabled: false