You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 8, 2023. It is now read-only.
Refer [here](https://github.com/wavefrontHQ/wavefront-operator-for-kubernetes/blob/main/deploy/kubernetes/scenarios/wavefront-full-config.yaml) for an example scenario.
48
+
1. Tags are empty or are interpreted to be empty (`"tag.key": ""`, `"tag.key": "-"`, or `"tag.key": "/"`).
49
+
1. Tags are explicitly excluded
50
+
(`"namespace_id": "..."`, `"host_id": "..."`, `"pod_id": "..."`, or `"hostname": "..."`).
51
+
1. Tag **values** are duplicated, and the shorter key is kept
52
+
(`"tag.key": "same value"` is kept instead of `"tag.super.long.key": "same value"`).
53
+
1. Tag key matches `alpha.*` or `beta.*`, after keys have been sorted
54
+
(e.g. `"alpha.eksctl.io/nodegroup-name": "arm-group"` or `"beta.kubernetes.io/arch": "amd64"`).
55
+
1. (As a last resort) tag key matches IaaS-specific tags, after keys have been sorted
0 commit comments