Max Makarov
Max Makarov
Hello. I use piraeus-operator and trying to configure `StorDriver/LvcreateType striped`, but Linstor server ignores this setting. ```bash linstor storage-pool set-property w1 nvme-lvm StorDriver/LvcreateType striped ```  But new volumes are...
Hello. I use two storage classes in my cluster: ```yaml apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: nvme-lvm-local provisioner: linstor.csi.linbit.com parameters: linstor.csi.linbit.com/storagePool: nvme-lvm linstor.csi.linbit.com/layerList: "storage" linstor.csi.linbit.com/allowRemoteVolumeAccess: "false" volumeBindingMode: WaitForFirstConsumer allowVolumeExpansion: true...
Hello. It would be cool to have built-in support for the [Konnectivity](https://kubernetes.io/docs/concepts/architecture/control-plane-node-communication/) agent and server in Talos Linux. Use case: I deployed my cluster on Hetzner, but my control plane...
How do we add additional certSANs for the scheduler and controller-manager? Currently, only `127.0.0.1` is allowed, but I want to add node IP as well to be able to monitor...
## Feature Request We need to implement these features in the Ingress Firewall: - [ ] Ability to specify source subnets - [ ] Ability to specify forwarding rules (not...
Hello. I want to deploy [Konnectivity](https://kubernetes.io/docs/tasks/extend-kubernetes/setup-konnectivity/) server as a StaticPod. ```yaml apiVersion: v1 kind: Pod metadata: name: konnectivity-server namespace: kube-system spec: priorityClassName: system-cluster-critical hostNetwork: true containers: - name: konnectivity-server-container image:...
## Bug Report Kubelet `skipNodeRegistration` breaks `talosctl upgrade-k8s` ### Description Hello. I want to hide the control plane nodes from the Kubernetes cluster using this configuration: ```yaml machine: kubelet: skipNodeRegistration:...
When using IPv4 only:  When using IPv6+IPv4 (DualStack) 
Hello. Why the latency is always 0ms? 