Hello all, I've installed k3s to three server usin...
# k3s
p
Hello all, I've installed k3s to three server using k3sup. and then install minio and point domain from cloudflare to ingress traefik of minio to expose to internet but cannot access. Can anybody give how to debug to resolve the issue? I just know check the log of traefik kubectl -n kube-system logs -l app.kubernetes.io/name=traefik --tail=50 --kubeconfig kubeconfig 2025-09-19T101439Z INF Traefik version 3.3.6 built on 2025-04-18T091847Z version=3.3.6 2025-09-19T101439Z INF Stats collection is enabled. 2025-09-19T101439Z INF Many thanks for contributing to Traefik's improvement by allowing us to receive anonymous information from your configuration. 2025-09-19T101439Z INF Help us improve Traefik by leaving this feature on :) 2025-09-19T101439Z INF More details on: https://doc.traefik.io/traefik/contributing/data-collection/ 2025-09-19T101439Z INF Starting provider aggregator *aggregator.ProviderAggregator 2025-09-19T101439Z INF Starting provider *ingress.Provider 2025-09-19T101439Z INF ingress label selector is: "" providerName=kubernetes 2025-09-19T101439Z INF Creating in-cluster Provider client providerName=kubernetes 2025-09-19T101439Z INF Starting provider *traefik.Provider 2025-09-19T101439Z INF Starting provider *crd.Provider 2025-09-19T101439Z INF label selector is: "" providerName=kubernetescrd 2025-09-19T101439Z INF Creating in-cluster Provider client providerName=kubernetescrd 2025-09-19T101439Z INF Starting provider *acme.ChallengeTLSALPN thank you.