You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For clusters hosted on aws , for which we do not want to give access to the kube config file in the root directory, we can get the configurations from "/var/run/secrets/kubernetes.io/serviceaccount/token" . We can thus use a flag which allows us to turn off privileged access and thereby gets cluster config from rest.InClusterConfig() in Clientcmd.BuildConfigFromFlags
For clusters hosted on aws , for which we do not want to give access to the kube config file in the root directory, we can get the configurations from "/var/run/secrets/kubernetes.io/serviceaccount/token" . We can thus use a flag which allows us to turn off privileged access and thereby gets cluster config from rest.InClusterConfig() in Clientcmd.BuildConfigFromFlags
Here is the link to the PR : https://github.com/salesforce/sloop/pull/223
The text was updated successfully, but these errors were encountered: