Skip to content

Commit 8152a75

Browse files
authored
Merge pull request #28419 from Shubham82/Update_links_RuntimeClass
Fix links in the Runtime Class.
2 parents e645969 + 1096e3b commit 8152a75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/concepts/containers/runtime-class.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ heterogeneous node configurations, see [Scheduling](#scheduling) below.
5151
{{< /note >}}
5252

5353
The configurations have a corresponding `handler` name, referenced by the RuntimeClass. The
54-
handler must be a valid DNS 1123 label (alpha-numeric + `-` characters).
54+
handler must be a valid [DNS label name](/docs/concepts/overview/working-with-objects/names/#dns-label-names).
5555

5656
### 2. Create the corresponding RuntimeClass resources
5757

@@ -135,7 +135,7 @@ table](https://github.com/cri-o/cri-o/blob/master/docs/crio.conf.5.md#crioruntim
135135
runtime_path = "${PATH_TO_BINARY}"
136136
```
137137
138-
See CRI-O's [config documentation](https://raw.githubusercontent.com/cri-o/cri-o/9f11d1d/docs/crio.conf.5.md) for more details.
138+
See CRI-O's [config documentation](https://github.com/cri-o/cri-o/blob/master/docs/crio.conf.5.md) for more details.
139139
140140
## Scheduling
141141
@@ -179,4 +179,4 @@ are accounted for in Kubernetes.
179179
- [RuntimeClass Design](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/585-runtime-class/README.md)
180180
- [RuntimeClass Scheduling Design](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/585-runtime-class/README.md#runtimeclass-scheduling)
181181
- Read about the [Pod Overhead](/docs/concepts/scheduling-eviction/pod-overhead/) concept
182-
- [PodOverhead Feature Design](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/20190226-pod-overhead.md)
182+
- [PodOverhead Feature Design](https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/688-pod-overhead)

0 commit comments

Comments
 (0)