talos/.gitignore
Andrey Smirnov bbe2c53d29 feat: generate kubeconfig on the fly on request
This extracts admin kubeconfig generation out of bootkube, now based on
Talos x509 library. On each API request for `kubeconfig`, config is
generated on the fly and sent back on the wire.

This fixes two issues:

* any master node can now generate `kubeconfig` (worker nodes can do
that too, but that should probably change in the future)
* after upgrade-and-wipe the disk scenario, `osctl kubeconfig` still
works

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
2020-02-28 21:00:52 +03:00

30 lines
360 B
Plaintext

bin
_out
.vscode
init.yaml
controlplane.yaml
join.yaml
docgen
talosconfig
/kubeconfig
hack/test/libvirt/matchbox/assets/*
!hack/test/libvirt/matchbox/assets/.gitkeep
# vim Swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
# Go
.artifacts/
sha256sum.txt
sha512sum.txt
**/packet-cluster.yaml
# Local Netlify folder
.netlify