Skip to content

Commit 8698e3c

Browse files
authored
[editorial] Ensure non-norm/k8s-attr page has a title (#1974)
1 parent fcb7276 commit 8698e3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/non-normative/k8s-attributes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
linkTitle: K8s attributes
33
--->
44

5-
## Specify resource attributes using Kubernetes annotations
5+
# Specify resource attributes using Kubernetes annotations
66

77
All annotations with the `resource.opentelemetry.io/` prefix should be translated into the corresponding resource
88
attributes.
@@ -17,7 +17,7 @@ The following [service resource attributes](../attributes-registry/service.md) a
1717
There are different ways to calculate the service attributes.
1818

1919
1. [Well-Known Labels](https://kubernetes.io/docs/reference/labels-annotations-taints/)
20-
2. Annotations on the pod template that have the `resource.opentelemetry.io/` prefix as described in
20+
2. Annotations on the pod template that have the `resource.opentelemetry.io/` prefix as described in
2121
[resource attributes using Kubernetes annotations](#specify-resource-attributes-using-kubernetes-annotations)
2222
3. A function of the Kubernetes resource attributes defined above
2323

0 commit comments

Comments
 (0)