RJ45_LAB

Results 12 comments of RJ45_LAB

what i am doing is do some fix in ToRESTConfig function in clientset.go ``` if len(clientConfig.BearerToken) > 0 { clientConfig.TLSClientConfig.CAData = nil clientConfig.TLSClientConfig.KeyData = nil } ``` func (f *MatchVersionFlags)...

i mean ,when you use command ``` kubectl auth can-i --server=https://192.168.26.65:6443 --insecure-skip-tls-verify --token=$TOKEN **--list** ``` and if you have kubeconfig ,it also use kubeconfig,not use this token to auth apiserver