Hi I'm trying to install kubectl
following the native package install instructions on the official site, but I get the following error when I try to update apt package list before installing kubectl
:
$ sudo apt update
...
Reading package lists... Done
W: GPG error: https://packages.cloud.google.com/apt kubernetes-xenial InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B53DC80D13EDEF05
E: The repository 'http://apt.kubernetes.io kubernetes-xenial InRelease' is not signed.
What could be the issue? ca-certificates
and apt-transport-https
are installed.