You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before creating an issue, make sure you've checked the following:
You are running the latest released version of k0s
Make sure you've searched for existing issues, both open and closed
Make sure you've searched for PRs too, a fix might've been merged already
You're looking at docs for the released version, "main" branch docs are usually ahead of released versions.
Platform
Ms Windows 2022 Datacenter
Version
1.31.3+k0s.0
Sysinfo
`k0s sysinfo`
➡️ Please replace this text with the output of `k0s sysinfo`. ⬅️
What happened?
This issue is related to #5381.
I'm trying to create a specific single node k0s cluster on Ms Windows 2022 server (for specific R&D purpose).
As far as the documentation goes, k0s is supported on Windows server 2019 (cf.https://docs.k0sproject.io/stable/system-requirements/#host-operating-system).
I suppose this is just for worker and not for controller but not sure.
I suppose this is just for worker and not for controller but not sure.
Exactly. Upstream Kubernetes doesn't support running the control plane components on Windows: only worker components are supported. So you need to connect your Windows nodes to a Linux control plane.
Before creating an issue, make sure you've checked the following:
Platform
Version
1.31.3+k0s.0
Sysinfo
`k0s sysinfo`
What happened?
This issue is related to #5381.
I'm trying to create a specific single node k0s cluster on Ms Windows 2022 server (for specific R&D purpose).
As far as the documentation goes, k0s is supported on Windows server 2019 (cf.https://docs.k0sproject.io/stable/system-requirements/#host-operating-system).
I suppose this is just for worker and not for controller but not sure.
Steps to reproduce
3.Type "…/k0s-v1.31.3+k0s.0-amd64.exe install controller --single"
Expected behavior
An error should indicate that this subcommand is not available for Windows. (And even in the help message).
Actual behavior
When typing the subcommand, it run well and return the following error message:
k0s/cmd/install/controller.go
Line 47 in 7edf778
Screenshots and logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: