sig-windows-tools
sig-windows-tools copied to clipboard
Repository for tools and artifacts related to the sig-windows charter in Kubernetes. Scripts to assist kubeadm and wincat and flannel will be hosted here.
**Reason for PR**: It seems that `Install-Container.ps1` and `PrepareNode.ps1` may be useful to build a Windows node with HostProcess containers and k8s 1.25.3 at least. But some changes are needed...
my pod is error cni plugin not initialised But the flannel pod doesn't start, and it doesn't seem to be able to execute run.ps1 in kube-flannel-windows-cfg, then the cni doesn't...
**Describe the bug** Whenever I try to deploy flannel it keeps crash looping with the following error: `W0104 05:45:01.747597 3296 client_config.go:617] Neither --kubeconfig nor --master was specified. Using the inClusterConfig....
Hi everyone, I want to create a hybrid cluster (1 Master ( ubuntu 18.04 ) and 1 Worker ( windows server 2019 )). At the end of this installation, I...
Calico not working on Windows following guide- "host must be a URL or a host:port pair: "https://"
I'm tryign to set up a simple Kubernetes cluster for testing, using my laptops HyperV as the base for the control as well as some nodes. The goal is to...
**Describe the bug** I've problem when installing a Windows node. 1. Is there a typo in the documentation? in the Guide for flannel [guides/flannel.md](https://github.com/kubernetes-sigs/sig-windows-tools/blob/master/guides/flannel.md) was a refferenz to install flannel...
**Describe the bug** guides/flannel.md FLANNEL_VERSION/v0.21.5 is error tag is v0.21.5 not found in docker hub **To Reproduce** Steps to reproduce the behavior: **Expected behavior** A clear and concise description of...
**Describe the bug** I am trying to create kubernetes cluster with 1 windows node and ubuntu node. the ubuntu node joined successfully and it's working but the windows is not....
curl fails because of an old certification. hence, using wget is more reliable **Reason for PR**: Using curl.exe resulted in a lot of problems downloading files. the issue seems to...
**Is your feature request related to a problem? Please describe.** The configmap `kube-proxy` generated by kubespray results in kube-proxy CrashLoop: ``` dial tcp 127.0.0.1:6443: connectex: No connection could be made...