|
| 1 | +custom-cluster-description: |
| 2 | + 1: | |
| 3 | + apiVersion: v1 |
| 4 | + data: |
| 5 | + config.yaml: |- |
| 6 | + cluster_name: "" |
| 7 | + cluster_description: "A cloud hosted Kubernetes cluster hosting production workloads.\n\nteam: team-1\nemail: team-1@example.com\npurpose: Production workloads\n" |
| 8 | + period: "12h0m0s" |
| 9 | + data-gatherers: |
| 10 | + - kind: k8s-discovery |
| 11 | + name: ark/discovery |
| 12 | + - kind: k8s-dynamic |
| 13 | + name: ark/secrets |
| 14 | + config: |
| 15 | + resource-type: |
| 16 | + version: v1 |
| 17 | + resource: secrets |
| 18 | + field-selectors: |
| 19 | + - type!=kubernetes.io/dockercfg |
| 20 | + - type!=kubernetes.io/dockerconfigjson |
| 21 | + - type!=bootstrap.kubernetes.io/token |
| 22 | + - type!=helm.sh/release.v1 |
| 23 | + - kind: k8s-dynamic |
| 24 | + name: ark/serviceaccounts |
| 25 | + config: |
| 26 | + resource-type: |
| 27 | + resource: serviceaccounts |
| 28 | + version: v1 |
| 29 | + - kind: k8s-dynamic |
| 30 | + name: ark/roles |
| 31 | + config: |
| 32 | + resource-type: |
| 33 | + version: v1 |
| 34 | + group: rbac.authorization.k8s.io |
| 35 | + resource: roles |
| 36 | + - kind: k8s-dynamic |
| 37 | + name: ark/clusterroles |
| 38 | + config: |
| 39 | + resource-type: |
| 40 | + version: v1 |
| 41 | + group: rbac.authorization.k8s.io |
| 42 | + resource: clusterroles |
| 43 | + - kind: k8s-dynamic |
| 44 | + name: ark/rolebindings |
| 45 | + config: |
| 46 | + resource-type: |
| 47 | + version: v1 |
| 48 | + group: rbac.authorization.k8s.io |
| 49 | + resource: rolebindings |
| 50 | + - kind: k8s-dynamic |
| 51 | + name: ark/clusterrolebindings |
| 52 | + config: |
| 53 | + resource-type: |
| 54 | + version: v1 |
| 55 | + group: rbac.authorization.k8s.io |
| 56 | + resource: clusterrolebindings |
| 57 | + - kind: k8s-dynamic |
| 58 | + name: ark/jobs |
| 59 | + config: |
| 60 | + resource-type: |
| 61 | + version: v1 |
| 62 | + group: batch |
| 63 | + resource: jobs |
| 64 | + - kind: k8s-dynamic |
| 65 | + name: ark/cronjobs |
| 66 | + config: |
| 67 | + resource-type: |
| 68 | + version: v1 |
| 69 | + group: batch |
| 70 | + resource: cronjobs |
| 71 | + - kind: k8s-dynamic |
| 72 | + name: ark/deployments |
| 73 | + config: |
| 74 | + resource-type: |
| 75 | + version: v1 |
| 76 | + group: apps |
| 77 | + resource: deployments |
| 78 | + - kind: k8s-dynamic |
| 79 | + name: ark/statefulsets |
| 80 | + config: |
| 81 | + resource-type: |
| 82 | + version: v1 |
| 83 | + group: apps |
| 84 | + resource: statefulsets |
| 85 | + - kind: k8s-dynamic |
| 86 | + name: ark/daemonsets |
| 87 | + config: |
| 88 | + resource-type: |
| 89 | + version: v1 |
| 90 | + group: apps |
| 91 | + resource: daemonsets |
| 92 | + - kind: k8s-dynamic |
| 93 | + name: ark/pods |
| 94 | + config: |
| 95 | + resource-type: |
| 96 | + version: v1 |
| 97 | + resource: pods |
| 98 | + kind: ConfigMap |
| 99 | + metadata: |
| 100 | + labels: |
| 101 | + app.kubernetes.io/instance: test |
| 102 | + app.kubernetes.io/managed-by: Helm |
| 103 | + app.kubernetes.io/name: disco-agent |
| 104 | + app.kubernetes.io/version: v0.0.0 |
| 105 | + helm.sh/chart: disco-agent-0.0.0 |
| 106 | + name: test-disco-agent-config |
| 107 | + namespace: test-ns |
| 108 | +custom-cluster-name: |
| 109 | + 1: | |
| 110 | + apiVersion: v1 |
| 111 | + data: |
| 112 | + config.yaml: |- |
| 113 | + cluster_name: "cluster-1 region-1 cloud-1 " |
| 114 | + cluster_description: "" |
| 115 | + period: "12h0m0s" |
| 116 | + data-gatherers: |
| 117 | + - kind: k8s-discovery |
| 118 | + name: ark/discovery |
| 119 | + - kind: k8s-dynamic |
| 120 | + name: ark/secrets |
| 121 | + config: |
| 122 | + resource-type: |
| 123 | + version: v1 |
| 124 | + resource: secrets |
| 125 | + field-selectors: |
| 126 | + - type!=kubernetes.io/dockercfg |
| 127 | + - type!=kubernetes.io/dockerconfigjson |
| 128 | + - type!=bootstrap.kubernetes.io/token |
| 129 | + - type!=helm.sh/release.v1 |
| 130 | + - kind: k8s-dynamic |
| 131 | + name: ark/serviceaccounts |
| 132 | + config: |
| 133 | + resource-type: |
| 134 | + resource: serviceaccounts |
| 135 | + version: v1 |
| 136 | + - kind: k8s-dynamic |
| 137 | + name: ark/roles |
| 138 | + config: |
| 139 | + resource-type: |
| 140 | + version: v1 |
| 141 | + group: rbac.authorization.k8s.io |
| 142 | + resource: roles |
| 143 | + - kind: k8s-dynamic |
| 144 | + name: ark/clusterroles |
| 145 | + config: |
| 146 | + resource-type: |
| 147 | + version: v1 |
| 148 | + group: rbac.authorization.k8s.io |
| 149 | + resource: clusterroles |
| 150 | + - kind: k8s-dynamic |
| 151 | + name: ark/rolebindings |
| 152 | + config: |
| 153 | + resource-type: |
| 154 | + version: v1 |
| 155 | + group: rbac.authorization.k8s.io |
| 156 | + resource: rolebindings |
| 157 | + - kind: k8s-dynamic |
| 158 | + name: ark/clusterrolebindings |
| 159 | + config: |
| 160 | + resource-type: |
| 161 | + version: v1 |
| 162 | + group: rbac.authorization.k8s.io |
| 163 | + resource: clusterrolebindings |
| 164 | + - kind: k8s-dynamic |
| 165 | + name: ark/jobs |
| 166 | + config: |
| 167 | + resource-type: |
| 168 | + version: v1 |
| 169 | + group: batch |
| 170 | + resource: jobs |
| 171 | + - kind: k8s-dynamic |
| 172 | + name: ark/cronjobs |
| 173 | + config: |
| 174 | + resource-type: |
| 175 | + version: v1 |
| 176 | + group: batch |
| 177 | + resource: cronjobs |
| 178 | + - kind: k8s-dynamic |
| 179 | + name: ark/deployments |
| 180 | + config: |
| 181 | + resource-type: |
| 182 | + version: v1 |
| 183 | + group: apps |
| 184 | + resource: deployments |
| 185 | + - kind: k8s-dynamic |
| 186 | + name: ark/statefulsets |
| 187 | + config: |
| 188 | + resource-type: |
| 189 | + version: v1 |
| 190 | + group: apps |
| 191 | + resource: statefulsets |
| 192 | + - kind: k8s-dynamic |
| 193 | + name: ark/daemonsets |
| 194 | + config: |
| 195 | + resource-type: |
| 196 | + version: v1 |
| 197 | + group: apps |
| 198 | + resource: daemonsets |
| 199 | + - kind: k8s-dynamic |
| 200 | + name: ark/pods |
| 201 | + config: |
| 202 | + resource-type: |
| 203 | + version: v1 |
| 204 | + resource: pods |
| 205 | + kind: ConfigMap |
| 206 | + metadata: |
| 207 | + labels: |
| 208 | + app.kubernetes.io/instance: test |
| 209 | + app.kubernetes.io/managed-by: Helm |
| 210 | + app.kubernetes.io/name: disco-agent |
| 211 | + app.kubernetes.io/version: v0.0.0 |
| 212 | + helm.sh/chart: disco-agent-0.0.0 |
| 213 | + name: test-disco-agent-config |
| 214 | + namespace: test-ns |
1 | 215 | custom-period:
|
2 | 216 | 1: |
|
3 | 217 | apiVersion: v1
|
4 | 218 | data:
|
5 | 219 | config.yaml: |-
|
| 220 | + cluster_name: "" |
| 221 | + cluster_description: "" |
6 | 222 | period: "1m"
|
7 | 223 | data-gatherers:
|
8 | 224 | - kind: k8s-discovery
|
@@ -108,6 +324,8 @@ defaults:
|
108 | 324 | apiVersion: v1
|
109 | 325 | data:
|
110 | 326 | config.yaml: |-
|
| 327 | + cluster_name: "" |
| 328 | + cluster_description: "" |
111 | 329 | period: "12h0m0s"
|
112 | 330 | data-gatherers:
|
113 | 331 | - kind: k8s-discovery
|
|
0 commit comments