v5tech
v5tech
http://www.ishadowsocks.com/ ``` python # -*- coding: utf-8 -*- import requests import lxml.html import codecs import sys import logging reload(sys) sys.setdefaultencoding('utf-8') # 设置日志级别 if sys.version_info[:3] < (2, 7, 9): logging.captureWarnings(True) #...
http://www.ishadowsocks.org ``` python # -*- coding: utf-8 -*- import requests import lxml.html import codecs import sys import logging reload(sys) sys.setdefaultencoding('utf-8') # 设置日志级别 if sys.version_info[:3] < (2, 7, 9): logging.captureWarnings(True) #...
@ahmetb I had the same issue on windows 11.
ingress.yaml ```yaml apiVersion: traefik.containo.us/v1alpha1 kind: IngressRoute metadata: name: traefik-dashboard spec: entryPoints: - web - websecure routes: - match: Host(`traefik.example.com`) kind: Rule services: - name: api@internal kind: TraefikService --- apiVersion: networking.k8s.io/v1...
Log Aggregation for Traefik and Kubernetes with the Elastic Stack https://traefik.io/blog/log-aggregation-for-traefik-and-kubernetes-with-the-elastic-stack/ Capture Traefik Metrics for Apps on Kubernetes with Prometheus https://traefik.io/blog/capture-traefik-metrics-for-apps-on-kubernetes-with-prometheus/ Application Request Tracing with Traefik and Jaeger on Kubernetes...