Skip to content

Commit cd5c68b

Browse files
committed
[Feature] [Platform] Inventory Improvements
1 parent 7f2974b commit cd5c68b

File tree

60 files changed

+1196
-203
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+1196
-203
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
- (Feature) (Platform) MetaV1 Integration Tests
1717
- (Feature) (Platform) Gateway UpToDate Condition
1818
- (Documentation) Update Supported Kubernetes Versions
19+
- (Feature) (Platform) Inventory Improvement
1920

2021
## [1.3.0](https://github.com/arangodb/kube-arangodb/tree/1.3.0) (2025-08-01)
2122
- (Feature) (Platform) Storage Debug

chart/kube-arangodb-arm64/templates/deployment-operator/role.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,28 @@ rules:
126126
- "get"
127127
- "list"
128128
- "watch"
129+
- apiGroups:
130+
- "networking.arangodb.com"
131+
resources:
132+
- "arangoroutes"
133+
- "arangoroutes/status"
134+
verbs:
135+
- "get"
136+
- "list"
137+
- "watch"
138+
- apiGroups:
139+
- "platform.arangodb.com"
140+
resources:
141+
- "arangoplatformstorages"
142+
- "arangoplatformstorages/status"
143+
- "arangoplatformcharts"
144+
- "arangoplatformcharts/status"
145+
- "arangoplatformservices"
146+
- "arangoplatformservices/status"
147+
verbs:
148+
- "get"
149+
- "list"
150+
- "watch"
129151
{{- if .Values.rbac.extensions.monitoring }}
130152
- apiGroups:
131153
- "monitoring.coreos.com"

chart/kube-arangodb-enterprise-arm64/templates/deployment-operator/role.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,28 @@ rules:
126126
- "get"
127127
- "list"
128128
- "watch"
129+
- apiGroups:
130+
- "networking.arangodb.com"
131+
resources:
132+
- "arangoroutes"
133+
- "arangoroutes/status"
134+
verbs:
135+
- "get"
136+
- "list"
137+
- "watch"
138+
- apiGroups:
139+
- "platform.arangodb.com"
140+
resources:
141+
- "arangoplatformstorages"
142+
- "arangoplatformstorages/status"
143+
- "arangoplatformcharts"
144+
- "arangoplatformcharts/status"
145+
- "arangoplatformservices"
146+
- "arangoplatformservices/status"
147+
verbs:
148+
- "get"
149+
- "list"
150+
- "watch"
129151
{{- if .Values.rbac.extensions.monitoring }}
130152
- apiGroups:
131153
- "monitoring.coreos.com"

chart/kube-arangodb-enterprise/templates/deployment-operator/role.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,28 @@ rules:
126126
- "get"
127127
- "list"
128128
- "watch"
129+
- apiGroups:
130+
- "networking.arangodb.com"
131+
resources:
132+
- "arangoroutes"
133+
- "arangoroutes/status"
134+
verbs:
135+
- "get"
136+
- "list"
137+
- "watch"
138+
- apiGroups:
139+
- "platform.arangodb.com"
140+
resources:
141+
- "arangoplatformstorages"
142+
- "arangoplatformstorages/status"
143+
- "arangoplatformcharts"
144+
- "arangoplatformcharts/status"
145+
- "arangoplatformservices"
146+
- "arangoplatformservices/status"
147+
verbs:
148+
- "get"
149+
- "list"
150+
- "watch"
129151
{{- if .Values.rbac.extensions.monitoring }}
130152
- apiGroups:
131153
- "monitoring.coreos.com"

chart/kube-arangodb/templates/deployment-operator/role.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,28 @@ rules:
126126
- "get"
127127
- "list"
128128
- "watch"
129+
- apiGroups:
130+
- "networking.arangodb.com"
131+
resources:
132+
- "arangoroutes"
133+
- "arangoroutes/status"
134+
verbs:
135+
- "get"
136+
- "list"
137+
- "watch"
138+
- apiGroups:
139+
- "platform.arangodb.com"
140+
resources:
141+
- "arangoplatformstorages"
142+
- "arangoplatformstorages/status"
143+
- "arangoplatformcharts"
144+
- "arangoplatformcharts/status"
145+
- "arangoplatformservices"
146+
- "arangoplatformservices/status"
147+
verbs:
148+
- "get"
149+
- "list"
150+
- "watch"
129151
{{- if .Values.rbac.extensions.monitoring }}
130152
- apiGroups:
131153
- "monitoring.coreos.com"

docs/generated/metrics/arangodb_operator_agency_cache_health_present.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Determines if local agency cache health is present
1212

1313
## Labels
1414

15-
| Label | Description |
16-
|:---:|:--- |
17-
| namespace | Deployment Namespace |
18-
| name | Deployment Name |
15+
| Label | Description | Values |
16+
|:---:|:--- |:---:|
17+
| namespace | Deployment Namespace | * |
18+
| name | Deployment Name | * |

docs/generated/metrics/arangodb_operator_agency_cache_healthy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Determines if agency is healthy
1212

1313
## Labels
1414

15-
| Label | Description |
16-
|:---:|:--- |
17-
| namespace | Deployment Namespace |
18-
| name | Deployment Name |
15+
| Label | Description | Values |
16+
|:---:|:--- |:---:|
17+
| namespace | Deployment Namespace | * |
18+
| name | Deployment Name | * |

docs/generated/metrics/arangodb_operator_agency_cache_leaders.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Determines agency leader vote count. Should be always one
1212

1313
## Labels
1414

15-
| Label | Description |
16-
|:---:|:--- |
17-
| namespace | Deployment Namespace |
18-
| name | Deployment Name |
19-
| agent | Agent ID |
15+
| Label | Description | Values |
16+
|:---:|:--- |:---:|
17+
| namespace | Deployment Namespace | * |
18+
| name | Deployment Name | * |
19+
| agent | Agent ID | * |

docs/generated/metrics/arangodb_operator_agency_cache_member_commit_offset.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Determines agency member commit offset. Set to -1 if Agent is not reachable
1212

1313
## Labels
1414

15-
| Label | Description |
16-
|:---:|:--- |
17-
| namespace | Deployment Namespace |
18-
| name | Deployment Name |
19-
| agent | Agent ID |
15+
| Label | Description | Values |
16+
|:---:|:--- |:---:|
17+
| namespace | Deployment Namespace | * |
18+
| name | Deployment Name | * |
19+
| agent | Agent ID | * |

docs/generated/metrics/arangodb_operator_agency_cache_member_serving.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Determines if agency member is reachable
1212

1313
## Labels
1414

15-
| Label | Description |
16-
|:---:|:--- |
17-
| namespace | Deployment Namespace |
18-
| name | Deployment Name |
19-
| agent | Agent ID |
15+
| Label | Description | Values |
16+
|:---:|:--- |:---:|
17+
| namespace | Deployment Namespace | * |
18+
| name | Deployment Name | * |
19+
| agent | Agent ID | * |

0 commit comments

Comments
 (0)