File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ The deprecated properties in [`config.toml`](./docs/cri/config.md) are shown in
404404> ** Note**
405405>
406406> CNI Config Template (` plugins."io.containerd.grpc.v1.cri".cni.conf_template ` ) was once deprecated in v1.7.0,
407- > but its deprecation was cancelled in v1.7.2 .
407+ > but its deprecation was cancelled in v1.7.3 .
408408
409409<details ><summary >Example: runc option <code >SystemdCgroup</code ></summary ><p >
410410
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ type CniConfig struct {
145145 // need to fetch the node object through some external process (which has scalability, auth, complexity issues).
146146 // It is currently heavily used in kubernetes-containerd CI testing
147147 // NetworkPluginConfTemplate was once deprecated in containerd v1.7.0,
148- // but its deprecation was cancelled in v1.7.2 .
148+ // but its deprecation was cancelled in v1.7.3 .
149149 NetworkPluginConfTemplate string `toml:"conf_template" json:"confTemplate"`
150150 // IPPreference specifies the strategy to use when selecting the main IP address for a pod.
151151 //
You can’t perform that action at this time.
0 commit comments