Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: monitor etcd #198

Open
uhthomas opened this issue Jul 22, 2023 · 1 comment
Open

feat: monitor etcd #198

uhthomas opened this issue Jul 22, 2023 · 1 comment
Labels
enhancement New feature or request monitoring

Comments

@uhthomas
Copy link
Owner

It looks like etcd does not run in-cluster with Talos, and therefore is not easy to monitor.

@uhthomas
Copy link
Owner Author

name: "vm-victoria-metrics-k8s-stack-kube-etcd"
spec: {
	selector: matchLabels: {
		app:                          "vm-victoria-metrics-k8s-stack-kube-etcd"
		"app.kubernetes.io/instance": "vm"
	}
	namespaceSelector: matchNames: [
		"kube-system",
	]
	endpoints: [{
		bearerTokenFile: "/var/run/secrets/kubernetes.io/serviceaccount/token"
		port:            "http-metrics"
		scheme:          "https"
		tlsConfig: caFile: "/var/run/secrets/kubernetes.io/serviceaccount/ca.crt"
	}]
	jobLabel: "jobLabel"
}

@uhthomas uhthomas added enhancement New feature or request monitoring labels Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request monitoring
Projects
None yet
Development

No branches or pull requests

1 participant