mirror of
				https://github.com/carlosedp/cluster-monitoring.git
				synced 2025-10-26 10:23:04 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			325 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			325 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
apiVersion: rbac.authorization.k8s.io/v1
 | 
						|
kind: RoleBinding
 | 
						|
metadata:
 | 
						|
  name: resource-metrics-auth-reader
 | 
						|
  namespace: kube-system
 | 
						|
roleRef:
 | 
						|
  apiGroup: rbac.authorization.k8s.io
 | 
						|
  kind: Role
 | 
						|
  name: extension-apiserver-authentication-reader
 | 
						|
subjects:
 | 
						|
- kind: ServiceAccount
 | 
						|
  name: prometheus-adapter
 | 
						|
  namespace: monitoring
 |