From 2b47ed900ac713c7e4e9c8b3089fe76548a0f023 Mon Sep 17 00:00:00 2001 From: Sambo Chea <7059827+sombochea@users.noreply.github.com> Date: Sun, 10 Oct 2021 20:43:07 +0700 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index bfd9aa5..9596833 100644 --- a/README.md +++ b/README.md @@ -241,5 +241,15 @@ openssl x509 -pubkey -in /etc/kubernetes/pki/ca.crt | openssl rsa -pubin -outfor openssl dgst -sha256 -hex | sed 's/^.* //' ``` +#### Fix Helm Kube Config +```text +WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: ~/.kube/config +WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: ~/.kube/config +``` +```shell +chmod o-r ~/.kube/config +chmod g-r ~/.kube/config +``` + #### References - https://kubernetes.io/docs/setup/production-environment/container-runtimes/#docker