File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/en/docs/concepts/containers Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ heterogeneous node configurations, see [Scheduling](#scheduling) below.
51
51
{{< /note >}}
52
52
53
53
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 ) .
55
55
56
56
### 2. Create the corresponding RuntimeClass resources
57
57
@@ -135,7 +135,7 @@ table](https://github.com/cri-o/cri-o/blob/master/docs/crio.conf.5.md#crioruntim
135
135
runtime_path = "${PATH_TO_BINARY}"
136
136
```
137
137
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.
139
139
140
140
## Scheduling
141
141
@@ -179,4 +179,4 @@ are accounted for in Kubernetes.
179
179
- [RuntimeClass Design](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/585-runtime-class/README.md)
180
180
- [RuntimeClass Scheduling Design](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/585-runtime-class/README.md#runtimeclass-scheduling)
181
181
- 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)
You can’t perform that action at this time.
0 commit comments