Skip to content

Commit

Permalink
Merge pull request containerd#9686 from elezar/update-configmd-for-cdi
Browse files Browse the repository at this point in the history
Use tags.cncf.io CDI url in config.md
  • Loading branch information
dmcgowan authored Jan 24, 2024
2 parents 75459af + ad869e9 commit 9dbb761
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/cri/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ version = 2

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

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

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

0 comments on commit 9dbb761

Please sign in to comment.