Markus Wennrich

Results 7 comments of Markus Wennrich

``` goroutine profile: total 1553 669 @ 0x439ad6 0x432153 0x4655e9 0x4da5b2 0x4db91a 0x4db908 0x5c24e9 0x5d2e45 0x498a3a 0xd4f913 0xd4f8e4 0xd4ba17 0xd4ac25 0x46ad41 # 0x4655e8 internal/poll.runtime_pollWait+0x88 /usr/local/go/src/runtime/netpoll.go:234 # 0x4da5b1 internal/poll.(*pollDesc).wait+0x31 /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 #...

devicespattern can be comma seperated list, so you can use e.g. "/dev/sda,/dev/sdc"

If you like to try it out, there is an updated (but not yet released) version of the helm-chart here: https://github.com/metal-stack/helm-charts/tree/master/charts/csi-driver-lvm contains (beside other updates): https://github.com/metal-stack/helm-charts/blob/master/charts/csi-driver-lvm/templates/common.yaml#L1-L6

> If I manually fix the zone and zone group endpoints to externally accessible URLs then everything starts working. Only until you restart the operator, then the operator adds the...

shouldn't the `kube-apiserver --goaway-chance` flag prevent this? > --goaway-chance float > To prevent HTTP/2 clients from getting stuck on a single apiserver, randomly close a connection (GOAWAY). The client's other...

This has nothing to do with calico or CNI. From https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/ > .spec.externalTrafficPolicy - denotes if this Service desires to route external traffic to node-local or cluster-wide endpoints. There are...

Problem: this will probably not work if the firewall is rolled by `firewall.metal-stack.io/roll-set=true` annotation, since this doesn't change the infrastructure.spec, so no infrastructure reconcile() will be triggered.