R. P. Taylor

Results 160 comments of R. P. Taylor

See also https://github.com/weaveworks/kured/issues/416 which proposes some ways to reboot without using a privileged pod.

To further debug/confirm the problem I did some debugging on the node and modified this code: ``` def is_key_imported(self, keyid): cmd = self.rpm + ' -q gpg-pubkey' print(f'Doing command: {cmd}')...

If you look at the linked PRs that George mentioned , parent chart values are higher priority than subcharts. I think the previous expected behaviour that you were relying on...

According to https://github.com/kube-vip/helm-charts/tags the latest helm chart should be 0.6.2, but in the repo only 0.6.1 is available. Are the github actions not working? ``` $ helm search repo kube-vip/kube-vip...

It looks like all updates since about 1.5 years ago (https://github.com/kube-vip/helm-charts/commit/6e1e44fe9faaf14523faa3e72d2623a782c386d9) have not been published in a new chart version of KV-CP. This can be very confusing, I was trying...

https://github.com/kube-vip/helm-charts/pull/49 did not completely fix this as intended but https://github.com/kube-vip/helm-charts/pull/54 did.

This problem has been affecting us for several months, I just found enough information to report the details. We are running kube-vip v0.8.9 via the helm chart v0.6.6 with these...

Attaching a file in github isn't working for some reason but here is a link to a tgz of full kube-vip pod logs on the real and imposter nodes: https://drive.google.com/file/d/1JdCWoChhSoxQ8MpBhLNrYE4xFipSxdjb/view?usp=sharing

I think using ExternalTrafficPolicy: Local should avoid this issue, if you do elections per service. Also just deleting the false leader pod should be sufficient as a one-time fix, or...

Is this implemented? I found some information showing a configuration `mount_options = ["volatile"]` https://github.com/containerd/containerd/issues/10228 but can't find any containerd documentation about this.