Skip to content

Commit d80faa7

Browse files
committed
KEP-277: Switch to directory-based format
1 parent 6200154 commit d80faa7

File tree

4 files changed

+500
-200
lines changed

4 files changed

+500
-200
lines changed

keps/sig-node/20190717-seccomp-ga.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ Therefore, seccomp annotation updates will be ignored. This maintains backwards
356356
(no tightening validation), and makes a small stabilizing change to behavior (new Kubelets will
357357
ignore the update).
358358

359-
When an [Ephemeral Container](20190212-ephemeral-containers.md) is added, it will follow the same
359+
When an [Ephemeral Container](277-ephemeral-containers) is added, it will follow the same
360360
rules for using or overriding the pod's seccomp profile. Ephemeral container's will never sync with
361361
a seccomp annotation.
362362

keps/sig-node/20191205-container-streaming-requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ graduated or removed.
139139
Design a high-bandwidth low-latency production ready streaming channel to containers. Such a system
140140
should go through an ingress point other than the apiserver, and could be implemented (or at least
141141
prototyped) out of tree by leveraging the new [ephemeral containers
142-
feature](20190212-ephemeral-containers.md).
142+
feature](277-ephemeral-containers).
143143

144144
## Proposal
145145

0 commit comments

Comments
 (0)