synchronization

This commit is contained in:
2025-08-25 17:53:08 +08:00
commit c201eb5ef9
318 changed files with 23092 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
# 配置 RKE1 Kubernetes 组件监控
kubeControllerManager:
endpoints:
- 192.168.1.10
- 192.168.1.20
- 192.168.1.30
service:
port: 10257
targetPort: 10257
kubeScheduler:
endpoints:
- 192.168.1.10
- 192.168.1.20
- 192.168.1.30
service:
port: 10257
targetPort: 10257
kubeProxy:
endpoints:
- 192.168.1.10
- 192.168.1.20
- 192.168.1.30
service:
port: 10249
targetPort: 10249
kubeEtcd:
endpoints:
- 192.168.1.10
- 192.168.1.20
- 192.168.1.30