Philip Sanetra

Results 28 comments of Philip Sanetra

I guess this is blocked by https://github.com/edenhill/librdkafka/issues/2173

Using Azure kubelogin seems to fix that issue on AKS and is probably the only supported option in the future. Maybe there was already somewhere some breaking change that broke...

@adopauco It seems like there was a similar change for the GCP authentication. Maybe this article helps: https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke

Just as a hint to tooling: I have written a cli tool that also supports prerelease counters: https://github.com/PSanetra/git-semver#examples-1 The next version is calculated based on previous git tags and recent...

@shrohilla I am not sure anymore, but can you ask someone at Microsoft why they recommend that setting?

@yuretz did you find a workaround for this issue, besides from setting the AppContext switch, mentioned in the [npgsql docs](https://www.npgsql.org/doc/types/datetime.html#infinity-values)? Edit: My final workaround was putting a `Directory.Build.props` file into...

I think the `LeaderElector.RunAsync()` API is very confusing and not documented, but it seems like the `OnStoppedLeading` event is _only_ called in the finally clause of `RunAsync`: https://github.com/kubernetes-client/csharp/blob/15ad5bdfc451debbca2e0d23821cef4393885525/src/KubernetesClient/LeaderElection/LeaderElector.cs#L104-L108 Therefore I...

@jsternberg @danielnelson would you merge this PR if I rebase the branch?

Thank you @tsaarni for that suggestion! I think I will set that header in the bitnami Helm chart globally like this: ```yaml configInline: policy: applyToIngress: true request-headers: set: Forwarded: "for=%DOWNSTREAM_REMOTE_ADDRESS_WITHOUT_PORT%;host=%REQ(Host)%;proto=%PROTOCOL%"...

fyi: I have created https://bugs.launchpad.net/ubuntu/+bug/2049227 to apply for adding k9s to the offical ubuntu packages. As far as I know creating such a bug ticket is the correct process to...