Skip to content

Commit 96a432c

Browse files
committed
Minor fix
1 parent ebc3b78 commit 96a432c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/big-data-cluster/deploy-with-kubeadm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ On each machine, there are several required prerequisites. In a bash terminal, r
5555
1. Import the keys and register the repository for Kubernetes.
5656

5757
```bash
58-
curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo sudo tee /etc/apt/trusted.gpg.d/apt-key.gpg
58+
curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo sudo tee /etc/apt/trusted.gpg.d/apt-key.asc
5959
echo 'deb http://apt.kubernetes.io/ kubernetes-xenial main' | sudo tee -a /etc/apt/sources.list.d/kubernetes.list
6060
```
6161

0 commit comments

Comments
 (0)