kubermatic / operating-system-manager

Operating System Manager is responsible for creating and managing the configuration that are needed to configure worker nodes
Apache License 2.0
35 stars 30 forks source link

OSP uses deprecated way of handling apt keys on Ubuntu #387

Closed embik closed 2 months ago

embik commented 4 months ago

supervise.sh logs a warning about using apt-key being deprecated:

May 06 11:49:49 vbtxkpvjx6-worker-7r9zbx-6f84657dbb-6wdmf supervise.sh[5171]: + apt-key add -
May 06 11:49:49 vbtxkpvjx6-worker-7r9zbx-6f84657dbb-6wdmf supervise.sh[5170]: + curl -fsSL https://download.docker.com/linux/ubuntu/gpg
May 06 11:49:50 vbtxkpvjx6-worker-7r9zbx-6f84657dbb-6wdmf supervise.sh[5171]: Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).

This is fine right now, but we should probably migrate away from this long-term.