Skip to content

Release v0.2.0

Compare
Choose a tag to compare
@cjellick cjellick released this 09 Mar 02:46
· 3257 commits to master since this release
2771ae1

Release v0.2.0

Release v0.2.0 of k3s adds several important enhancements and addresses numerous bugs found by our community. Many of these improvements are the direct result of community members opening issues, submitting PRs, and testing fixes. A huge thank you to the community for your support and involvement! Keep it coming!

Features and Enhancements

  • Support arbitrary CRI implementations [#107] - Users can now configure k3s to use cri-o and other CRI implementations that are not packaged into k3s.
  • Support for preloading images [#92] - Users can now have node agents load docker images from a location on the host at startup, eliminating the need to pull images from a remote location.
  • Upgrade to Kubernetes v1.13.4 [#95] - Update to the latest release of Kubernetes.
  • Support k3s on Rancher [#69] - Users can now import k3s clusters into Rancher (supported in Rancher v2.2.0-rc3 and later).
  • Support agent options in server command [#73] - Users can now set any of the options available to agents when starting the k3s server node.
  • Support the ability to run k3s as non-root user [#38] - User can now run the k3s server as a non-root user.
  • Support the ability to read node token from a file [#98] - Users can now have the node-agent read its token from a file rather than passing it as a string.

Bug fixes

  • Fixed an issue where preloaded deployment manifests fail to deploy if no namespace is specified #151
  • Fixed an issue where changes to helm chart values or values.yaml aren't always triggering an upgrade #187
  • Fixed an issue where nodes with uppercase hostnames hang indefinitely #160
  • Fixed an issue where containerd log level environment variable is not respected #188
  • Fixed an issue where node-token path doesn't resolve for root user in agent scripts #189
  • Fixed an issue where traefik is not listed in the --no-deploy flag's help text #186
  • Fixed an issue where changing cluster CIDR was not possible #93
  • Fixed an issue where k3s systemd service should wait until the server is ready #57
  • Fixed an issue where test volume mount e2e fails for k3s image #45
  • Fixed an issue where component status is not accurate #126
  • Fixed an issue where install script fails if wget is not available #48
  • Added the ability to dynamically install the latest release of k3s #47