「Kubernetes」- k8s-sidecar by kiwigrid

认识

官网:https://github.com/kiwigrid/k8s-sidecar
文档:https://github.com/kiwigrid/k8s-sidecar/blob/master/README.md

This is a docker container intended to run inside a kubernetes cluster to collect config maps with a specified label and store the included files in an local folder. It can also send an HTTP request to a specified URL after a configmap change. The main target is to be run as a sidecar container to supply an application with information from the cluster.

性质

SKIP_TLS_VERIFY: true

改进

[DONE]… Missing Authority Key Identifier …


{“time”: “2025-11-20T05:41:55.137884+00:00”, “level”: “WARNING”, “msg”: “Retrying (Retry(total=3, connect=10, read=5, redirect=None, status=None)) after connection broken by ‘SSLError(SSLCertVerificationError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Missing Authority Key Identifier (_ssl.c:1032)’))’: /api/v1/configmaps?labelSelector=grafana_dashboard%3D1&timeoutSeconds=60&watch=True”}

SKIP_TLS_VERIFY: true