Commit 55e9c7bd authored by Muhammad Umair Khan's avatar Muhammad Umair Khan
Browse files

fix(kube-state-metrics): remove deprecated collectors incompatible with cluster APIs

parent 956694b3
Loading
Loading
Loading
Loading
+8 −7
Original line number Diff line number Diff line
@@ -124,23 +124,23 @@ podDisruptionBudget: {}
# Available collectors for kube-state-metrics. By default all available
# collectors are enabled.
collectors:
  certificatesigningrequests: true
  certificatesigningrequests: false
  configmaps: true
  cronjobs: true
  cronjobs: false
  daemonsets: true
  deployments: true
  endpoints: true
  horizontalpodautoscalers: true
  ingresses: true
  horizontalpodautoscalers: false
  ingresses: false
  jobs: true
  limitranges: true
  mutatingwebhookconfigurations: true
  mutatingwebhookconfigurations: false
  namespaces: true
  networkpolicies: true
  nodes: true
  persistentvolumeclaims: true
  persistentvolumes: true
  poddisruptionbudgets: true
  poddisruptionbudgets: false
  pods: true
  replicasets: true
  replicationcontrollers: true
@@ -149,10 +149,11 @@ collectors:
  services: true
  statefulsets: true
  storageclasses: true
  validatingwebhookconfigurations: true
  validatingwebhookconfigurations: false
  verticalpodautoscalers: false
  volumeattachments: true
 

# Enabling kubeconfig will pass the --kubeconfig argument to the container
kubeconfig:
  enabled: false