Error retrieving Kubernetes Release Key

## Error retrieving Kubernetes Release Key

I’m encountering a 403 Forbidden error when attempting to download the Release Key using the following command:

curl -fsSL https://pkgs.k8s.io/core:/stable:/v1.28/deb/Release.key | sudo gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg

** Here’s the complete error message:

curl: (22) The requested URL returned error: 403 gpg: no valid OpenPGP data found.

** I’ve also tried these variations, but they produce the same 403 error:

curl -fsSL https://pkgs.k8s.io/core:/stable:/v1.28/deb/Release.key curl https://pkgs.k8s.io/core:/stable:/v1.28/deb/Release.key

I’d appreciate any guidance on how to resolve this issue and successfully retrieve the Release Key.

Thank you in advance for your assistance!