mirror of
				https://github.com/prometheus-operator/kube-prometheus.git
				synced 2025-11-04 10:01:03 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			382 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			382 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/usr/bin/env bash
 | 
						|
 | 
						|
kubectl apply -n monitoring -f custom-metrics-apiserver-resource-reader-cluster-role-binding.yaml
 | 
						|
kubectl apply -n monitoring -f custom-metrics-apiservice.yaml
 | 
						|
kubectl apply -n monitoring -f custom-metrics-cluster-role.yaml
 | 
						|
kubectl apply -n monitoring -f custom-metrics-configmap.yaml
 | 
						|
kubectl apply -n monitoring -f hpa-custom-metrics-cluster-role-binding.yaml
 |