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
fixes: AmadeusITGroup#14
add missing client-go import in order to support auth provider in the
kubectl rediscluster plugin.
Also improve the way the plugin process retrieve the kubeconfig file
path.
clamoriniere1A
added a commit
to clamoriniere1A/Redis-Operator
that referenced
this issue
Jul 3, 2018
fixes: AmadeusITGroup#14
add missing client-go import in order to support auth provider in the
kubectl rediscluster plugin.
Also improve the way the plugin process retrieve the kubeconfig file
path.
fixes: AmadeusITGroup#14
- add missing client-go import in order to support auth provider in the
kubectl rediscluster plugin.
- improve the way the plugin process retrieve the kubeconfig file
path.
- improve error handling in kubectl plugin
- fix bug in operator after dependency revendoring
fixes: #14
- add missing client-go import in order to support auth provider in the
kubectl rediscluster plugin.
- improve the way the plugin process retrieve the kubeconfig file
path.
- improve error handling in kubectl plugin
- fix bug in operator after dependency revendoring
During a test on GKE cluster, I discovered that kubectl rediscluster plugin didn't works properly with the GKE kubeconfig auth_provider config.
plugin version: git commit_id 695c499
it seams related to: kubernetes/client-go#242
The text was updated successfully, but these errors were encountered: