Selectors based on nvidia-dra-driver-gpu-component=kubelet-plugin and nvidia-dra-driver-gpu-component=controller should keep working in the next major release.
Consumers are for example docs and test harness code.
Found in the context of debugging an upgrade test, see #1078. Quote from there:
For a grace period, we can also apply the old label key/value pair and the new one (that may be the ideal choice). Interesting insight: these component labels should maybe be considered part of the public interface, and hence changing them may (in the future) be considered a breaking change (especially relevant if we were to use semantic versioning).
Selectors based on
nvidia-dra-driver-gpu-component=kubelet-pluginandnvidia-dra-driver-gpu-component=controllershould keep working in the next major release.Consumers are for example docs and test harness code.
Found in the context of debugging an upgrade test, see #1078. Quote from there: