Results 109 issues of 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 ``` ![image](https://github.com/user-attachments/assets/f2bdfcc9-8f55-43df-9ff1-755240569126) 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: ![Image](https://github.com/user-attachments/assets/1c20075e-217e-41b6-a368-986ad2f9e83f) When using IPv6+IPv4 (DualStack) ![Image](https://github.com/user-attachments/assets/349e4675-0722-4c0a-b98f-2dd1fa2e805c)

Hello. Why the latency is always 0ms? ![Image](https://github.com/user-attachments/assets/47ca344b-34f5-45ba-b4a2-82c47f8d8b9c)