Fixing “Kubernetes configuration file is group-readable or world-readable” warnings
The Issue When using kubectl or oc you may see warnings that your Kubernetes configuration file is readable by group or by everyone. WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /home/user/cluster/admin-kubeconfig…
Read guide →