Closed ChienHuey closed 7 years ago
@ChienHuey When I do:
go get github.com/xogroup/k8s-oidc-helper
I get:
../../../work/src/github.com/xogroup/k8s-oidc-helper/main.go:231:32: response declared and not used
@ChienHuey Your changes allow me to install it and run successfully, but the output of this line displays as a series of integers:
[%!
(uint8= 117) %!
...
(uint8= 10)]
Cleaned up the code to remove the yaml library and the response that was declared but that I'm not using. The image is smaller at 280mb vs over 700mb.
Hi all, I've been on vacation the last 2 weeks, and should be able to respond more this coming weekend.
Thanks for the PR, closing in favor of #8
Updated the Dockerfile to where the binary is built as part of the image instead of just being copied into the container.
Modified the output to generate the kubectl config command such that it lets kubectl handle updating the
.kube/config
rather than requiring the user to copy and paste user tokens into.kube/config
. Should minimize the chances of user messing up their.kube/config
.