When adding a kubernetes-worker to a charemed kubernetes cluster and it allocates a machine with GPU. The driver failes because the following command is missing:
sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/3bf863cc.pub
This command has to be run manually on each node. How can this command added to kubernetes-worker charm? Right now it does not work on GPU nodes.