Paul Miu
Paul Miu
### TL;DR Just calling `k9s` will ignore any namespace setting in the kube config file (e.g. done by `kubens`) but will always use the last namespace (which is set in...
@Akaame No worries at all! It also helped me to understand the logic behind namespace handling of kubectl, kubens and k9s better. And yes, your test steps and expected results...
@alysonfranklin Have you checked: [Which Service and Ingress controllers are supported?](https://github.com/kubernetes-sigs/external-dns/blob/master/docs/faq.md#which-service-and-ingress-controllers-are-supported) https://github.com/kubernetes-sigs/external-dns/issues/1257: Is it possible to use external-dns with a Traefik 2.0 IngressRoute resource? https://github.com/kubernetes-sigs/external-dns/issues/1299: How to handle traefik2 new...
Let's keep this open for now (until there's an accepted solution from either traefik or external-dns). /remove-lifecycle stale
@dakota-marshall I'd recommend you not to use klipper (the default load balancer of K3s), but instead have a Traefik instance running on each node that listens to external traffic. I...
@timberhill Thanks a lot for creating this LGTM stack helm chart! There's one other Grafana project that would complement this stack chart quite well: [Grafana OnCall](https://github.com/grafana/oncall) I didn't include it...
> I can't figure this things propose. @xguse In case you meant "purpose" instead of "propose": - There is none for communism. - The purpose of this repo is to...
Facebook [doesn't accept](https://stackoverflow.com/a/23256034/2524925) parameters to the [sharer.php](https://github.com/nygardk/react-share/blob/454860844d11d11d23112db1982feaf0ef4f1f09/src/FacebookShareButton.ts#L9) anymore.
@gwhizoftv Facebook looks for the `og:image` meta tag in your HTML (e.g. ``). Have a look here for more information: https://ogp.me/#metadata
We're looking for the same (multiple A records per domain) but for another purpose. We'd like to use Round-robin DNS in our cluster. Port `80` and `443` of every node...