RCM downloader requires that the shim resource name matches the artifact name. Specifically, the checksum check here assumes the artifact is named containerd-shim-${SHIM_NAME} where SHIM_NAME is the CRD name. This should be well documented and potentially changed. What if you want to use the same shim for two different runtime classes?
RCM downloader requires that the shim resource name matches the artifact name. Specifically, the checksum check here assumes the artifact is named
containerd-shim-${SHIM_NAME}whereSHIM_NAMEis the CRD name. This should be well documented and potentially changed. What if you want to use the same shim for two different runtime classes?