unchama / kube-cluster-on-proxmox

Proxmox環境でサクッと作ってサクっと壊せる高可用性なkubernetesクラスタを作ってみる
MIT License
51 stars 4 forks source link

name must consist of lower case alphanumeric characters #42

Closed unchama closed 2 years ago

unchama commented 2 years ago

argocdのエラー:

Failed sync attempt to 1.1.0: one or more objects failed to apply, reason: ServiceMonitor.monitoring.coreos.com "prometheus-snmp-exporter-TST-X510" is invalid: metadata.name: Invalid value: "prometheus-snmp-exporter-TST-X510": a lowercase RFC 1123 subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character (e.g. 'example.com', regex used for validation is '[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*') (retried 5 times).