Skip to content

Releases: Siemens-Healthineers/K2s

v1.1.3

24 Oct 12:50
2fa7f78
Compare
Choose a tag to compare

K2s solution is a Kubernetes (K8s) distribution which packages different components into one small and easy to use solution. It has its focus on running mixed Windows & Linux workloads in Kubernetes and it's available on Windows hosts.

What's Changed

In this new version v1.1.3 we have solved the following issues:

What's Changed

  • Issue #754 Cannot list images where registry addon is enabled
  • Issue #780 SBOM creation steps got broken
  • Issue #790 [windows][networking] Unable to initialize loopback adapter during install
  • Issue #794 Proxy always adds 'http://' prefix when reading windows proxy settings
  • Issue #795 Linux-only installation fails in v1.1.2
  • Issue #796 Uninstallation cannot be performed if installation fails at a very early stage
  • Issue #797 Import addons does not work when zip package is located in read-only directory
  • Issue #799 chore: Update SPDX Copyright Header
  • Issue #805 [addons] monitoring addon is broken due to expired self signed certificate
  • Issue #819 In the nightly test runs the restart of HNS fails sporadically

Full Changelog: v1.1.2...v1.1.3

v1.1.2

23 Sep 15:16
Compare
Choose a tag to compare

K2s solution is a Kubernetes (K8s) distribution which packages different components into one small and easy to use solution. It has its focus on running mixed Windows & Linux workloads in Kubernetes and it's available on Windows hosts.

What's Changed

In this new version v1.1.2 we have solved the following issues:

What's Changed

  • Issue #630 Include Zscaler public certificate in the VMs we create
  • Issue #650 VSwitch caching leads to issues in cluster start and stop operations
  • Issue #636 k2s system ssh m: Command String Not Properly Escaped
  • Issue #667 Error is produced whenever k2s is started
  • Issue #677 Server 2022 vfpctrl breaking change
  • Issue #740 DNS handling causes installation stop
  • Issue #744 v1.1.2 preliminary test findings
  • Issue #754 Cannot list images where registry addon is enabled.

Full Changelog: v1.1.1...v1.1.2

v1.1.1

28 Jun 14:16
a91b5a8
Compare
Choose a tag to compare

K2s solution is a Kubernetes (K8s) distribution which packages different components into one small and easy to use solution. It has its focus on running mixed Windows & Linux workloads in Kubernetes and it's available on Windows hosts.

What's Changed

In this new version v1.1.1 we have solved the following issues:

  • Issue #607 k2s image reset-win-storage does not work correctly
  • Issue #606 'k2s system reset network' panicking silently
  • Issue #601 Windows container cannot be started
  • Issue #595 On slow machines cluster cannot be started
  • Issue #593 [HNS] Windows Server 2019 (1809) HNS is not started automatically
  • Issue #590 [upgrade] k2s system upgrade - failes if installation folder contains spaces

Full Changelog: v1.1.0...v1.1.1

v1.1.0

18 Jun 09:16
Compare
Choose a tag to compare

K2s solution is a Kubernetes (K8s) distribution which packages different components into one small and easy to use solution. It has its focus on running mixed Windows & Linux workloads in Kubernetes and it's available on Windows hosts.

What's Changed

In this new version v1.1.0 we have done quite some issues, have also added two new addons: logging and security (experimental for now).
In addition we have deployed the docs under this new K2s web page.

The Kubernetes version used is: v1.29.5, please upgrade your running clusters with k2s system upgrade

Checkout also the improved SBOM content in CycloneDX format, it contains all dependencies of the K2s solution.

New Contributors

Other Contributors

Full Changelog: v1.0.0...v1.1.0

K2s v1.0.0 released !

06 Mar 09:47
Compare
Choose a tag to compare

K2s solution is a Kubernetes (K8s) distribution which packages different components into one small and easy to use solution. It has its focus on running mixed Windows & Linux workloads in Kubernetes and it's available on Windows hosts.

The problems that K2s solves are the following:

It provides the option to construct a K8s cluster by reusing the Windows host as a node. This eliminates the need for an extra Windows license in the case of a mixed Windows & Linux cluster.
Offline support is available for all use cases, eliminating the requirement for an internet connection.
It offers an easy path for migrating bare metal Windows applications to K8s workloads.
It maintains a low footprint by utilizing a single virtual machine for Linux workloads. (Hyper-V or WSL).
It is built on 100% open source technology, requiring no additional licenses.

Quickstart: https://github.com/Siemens-Healthineers/K2s?tab=readme-ov-file#quickstart

The published package downloads all the needed components from the internet.
For creating offline packages for K2s please check the command:

<installation folder>\k2s system package ..

Offline package for the addons can be created with the command:

<installation folder>\k2s addons export ..

Full Changelog: https://github.com/Siemens-Healthineers/K2s/commits/v1.0.0