Skip to content

Commit 9dbb761

Browse files
authored
Merge pull request containerd#9686 from elezar/update-configmd-for-cdi
Use tags.cncf.io CDI url in config.md
2 parents 75459af + ad869e9 commit 9dbb761

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/cri/config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ version = 2
235235

236236
# enable_cdi enables support of the Container Device Interface (CDI)
237237
# For more details about CDI and the syntax of CDI Spec files please refer to
238-
# https://github.com/container-orchestrated-devices/container-device-interface.
238+
# https://tags.cncf.io/container-device-interface.
239239
# TODO: Deprecate this option when either Dynamic Resource Allocation(DRA)
240240
# or CDI support for the Device Plugins are graduated to GA.
241241
# `Dynamic Resource Allocation` KEP:
@@ -246,7 +246,7 @@ version = 2
246246

247247
# cdi_spec_dirs is the list of directories to scan for CDI spec files
248248
# For more details about CDI configuration please refer to
249-
# https://github.com/container-orchestrated-devices/container-device-interface#containerd-configuration
249+
# https://tags.cncf.io/container-device-interface#containerd-configuration
250250
cdi_spec_dirs = ["/etc/cdi", "/var/run/cdi"]
251251

252252
# drain_exec_sync_io_timeout is the maximum duration to wait for ExecSync API'

0 commit comments

Comments
 (0)