I created my cluster through kubeadm. Before the creation of the cluster I set an environment variable ~/.bashsrc. The variable I set is NO_PROXY. When the cluster is created this variable gets picked up and is applied to all pods.
I now want to add another entry to the NO_PROXY but I know that this update won't be picked up automatically by the cluster.
What is the best way to update the environment variables of a kubernetes cluster?