Skip to content
#

prometheus-operator

Here are 44 public repositories matching this topic...

DiazRock
DiazRock commented Jun 8, 2021

What happened?
I wanted to configure my kubeadm-like cluster to get monitored by prometheus-operator. I started using the following file:

apiVersion: kubeadm.k8s.io/v1alpha1
kind: MasterConfiguration
api:
  advertiseAddress: 192.168.1.173 (I changed the IP from here)
  bindPort: 6443
authorizationModes:
- Node
- RBAC
certificatesDir: /etc/kubernetes/pki
cloudProvider:

Improve this page

Add a description, image, and links to the prometheus-operator topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the prometheus-operator topic, visit your repo's landing page and select "manage topics."

Learn more