Comment 1 for bug 2004979

Revision history for this message
George Kraft (cynerva) wrote :

Thanks for the report. It looks like when the download failed, the charm set a containerd.nvidia.fetch_keys_failed flag[1], which causes the charm to enter blocked status. After you changed the GPU driver, the charm never cleared the flag.

As a workaround, you can manually clear the flag and run the update-status hook:

juju run --application containerd -- charms.reactive clear_flag containerd.nvidia.fetch_keys_failed
juju run --application containerd -- hooks/update-status

[1]: https://github.com/charmed-kubernetes/charm-containerd/blob/47c508ca2add6000649761364df322b6831e0d0d/reactive/containerd.py#L620