mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 00:07:50 +00:00
Fix download link in aws/kubecfg documentation
Kubecfg's download link on Darwin and Linux are points to http://storage.googleapis.com/k8s/darwin/kubecfg . Later one should be changed to http://storage.googleapis.com/k8s/linux/kubecfg .
This commit is contained in:
parent
931cd3a2df
commit
ac40cb6d74
@ -11,7 +11,7 @@ wget http://storage.googleapis.com/k8s/darwin/kubecfg
|
||||
### Linux
|
||||
|
||||
```
|
||||
wget http://storage.googleapis.com/k8s/darwin/kubecfg
|
||||
wget http://storage.googleapis.com/k8s/linux/kubecfg
|
||||
```
|
||||
|
||||
### Copy kubecfg to your path
|
||||
|
Loading…
Reference in New Issue
Block a user