Nikolay Zykov

Results 17 comments of Nikolay Zykov

I have same problem with fastdp on Centos 8, sleeve mode works. **#FIX** ``` ethtool -i ens192 driver: vmxnet3 version: 1.5.0.0-k-NAPI firmware-version: expansion-rom-version: bus-info: 0000:0b:00.0 supports-statistics: yes supports-test: no supports-eeprom-access:...

example of normal operation: ![Снимок экрана 2024-04-24 в 15 23 22](https://github.com/deckhouse/deckhouse/assets/31611228/61dd2335-ec68-4441-bd32-96efbea69a92) example of overloaded log-shipper: ![Снимок экрана 2024-04-24 в 15 25 47](https://github.com/deckhouse/deckhouse/assets/31611228/40fea8fc-c870-4d7e-8cc8-b6d4ad619c27)

@nabokihms it looks like this problem is already fixed in 1.59 https://github.com/deckhouse/deckhouse/releases/tag/v1.59.0

Possible solution: https://github.com/cloudflare/ebpf_exporter/pull/436 https://github.com/cloudflare/ebpf_exporter/pull/438

/e2e/abort yandex-cloud;WithoutNAT;containerd;1.27 11455313123 11455313123-1-con-1-27 /sys/deckhouse-oss/install:pr10097 [email protected]

HOW-TO test: ```yaml apiVersion: apps/v1 kind: Deployment metadata: name: test-vpa-deployment namespace: default spec: replicas: 1 selector: matchLabels: app: test-vpa template: metadata: labels: app: test-vpa spec: containers: - name: stress-container image:...

1. Creating deployment and VPA ``` kubectl apply -f -

``` root@bob-d8-loadbalancer-0ffe5c9c-6f6b7-sjtm9:~# ip -4 a 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever 2: ens3: mtu 1500...

Thanks for the quick reply! I will think of ways to solve the problem

We have similar problem. If we create MachineDeployment with empty selector, and mutating webhook does not work (for example, someone deleted mutatingwebhookconfigurations.admissionregistration.k8s.io), then CAPI starts to create infinite number of...