Bootkube Versions Save

This project now lives at https://github.com/kinvolk/bootkube

v0.4.3

6 years ago

v0.4.2

7 years ago

v0.4.1

7 years ago

v0.4.0

7 years ago

Updates

Functionality change:

If you are using an asset directory rendered using an earlier version of bootkube, you will need to generate the bootstrap assets to be used with bootkube v0.4.0. This can be done by running bootkube render then copying asset-dir/bootstrap-manifests into your exist asset directory.

v0.3.13

7 years ago
  • Kubernetes v1.5.6

v0.3.12

7 years ago
  • Kubernetes v1.5.5

v0.3.11

7 years ago
  • Kubernetes v1.5.4

v0.3.10

7 years ago

v0.3.9

7 years ago

Major changes:

v0.3.8

7 years ago

Notable changes:

  • kubernetes 1.5.3+coreos.0
  • TLS bootstrapping is now enabled. There is now an admin-kubeconfig and bootstrap-kubeconfig in the assets directory. The bootstrap-kubeconfig is used when setting up new nodes to allow the kubelet to submit CSRs (certificate signing requests). These CSRs must be approved manually see: https://kubernetes.io/docs/admin/kubelet-tls-bootstrapping/ for more information.