R. P. Taylor
R. P. Taylor
It seems like it would be a common use case to treat the execution of all parameters as one benchmark, and combine the results together and report one average/stddev result...
By default [this script](https://github.com/cilium/cilium/blob/main/install/kubernetes/cilium/files/agent/poststart-eni.bash) runs as a postStart hook in the cilium daemonset, [if](https://github.com/cilium/cilium/blob/main/install/kubernetes/cilium/templates/cilium-agent/daemonset.yaml#L217) .Values.cni.chainingMode is not "aws-cni", so it is active by default. It does some AWS-specific iptables cleanup...
### What happened? The issue is described in https://github.com/kubernetes-sigs/kubespray/issues/10928 however it was closed with a [workaround](https://github.com/kubernetes-sigs/kubespray/pull/10929) that does not really resolve the underlying issue. In particular that PR does not...
### What happened? ## Description ## Steps to Reproduce Look at https://prometheus-operator.dev/docs/user-guides/scrapeconfig/ , and output of `kubectl explain prometheus.spec` ## Expected Result It would be clear how to configure scrapeConfigNamespaceSelector...
A default deployment of cinder CSI results in constant errors in logs: ``` csi-snapshotter W0210 21:36:23.865665 1 reflector.go:424] github.com/kubernetes-csi/external-snapshotter/client/v6/informers/externalversions/factory.go:117: failed to list *v1.VolumeSnapshotContent: the server could not find the requested...
Does kube-vip support IPv6-only deployment? The container images are hosted on ghcr.io which is notoriously IPv6 unready. ``` [almalinux@ipv6-test ~]$ ping -6 ghcr.io ping: ghcr.io: Address family for hostname not...
##### SUMMARY It should be possible to only install a Helm chart if it is not present, and avoid upgrading (or downgrading) it. A typical use case for this is...
## Proposal / RFE **Is your feature request related to a problem?** It is inconvenient and distracting to have to remember to add `-n cilium` when typing every command, especially...
In https://github.com/kube-vip/kube-vip/pull/811 , the downward API is used to set the nodeName config flag to the kubernetes node name. This was an important fix, but only applied via the YAML...
When addressing https://github.com/kube-vip/helm-charts/pull/82 I relied on the fact that kube-vip evidently always serves prometheus metrics on host port 2112 no matter what ( which it is able to do by...