-
Notifications
You must be signed in to change notification settings - Fork 505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Has GPG key of apt repo expired? #2860
Comments
xref : #2862 |
I'm seeing the same issue on my Ubuntu 20.04.5 machine:
|
This fixed it for me curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key --keyring /usr/share/keyrings/cloud.google.gpg add - |
it seems like the new key isn't deployed everywhere because even when adding the new key manually I get intermittent errors |
Yes, same here. |
Ditto as per @afolarin |
kubernetes/enhancements#1731 is tracking work to address this |
The apt-key-gpg url seems to be giving 500 errors from random places in the world. I setup a health check with AWS Route 53 and see the following results. The dns and https GETs will happen from each of the regions below. Hopefully this is useful data.
|
once again, google rotates keys w/o updating all locations 🤦 |
workaround suggested by google support: GoogleCloudPlatform/gcsfuse#961 (comment) |
See work around with new URL here: kubernetes/k8s.io#4837 (comment) |
key are back https://packages.cloud.google.com/apt/doc/apt-key.gpg /close |
@cpanato: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Confirmed that the gpg health checks are all passing now.
|
apt-get update returns the following error:
Err:4 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
This occurred previously in #1982. Is there a problem with new key distribution? Is this a known issue and expected to get fixed soon?
The text was updated successfully, but these errors were encountered: