Skip to content

Commit 4fe8acf

Browse files
author
JENNIFER RONDEAU
committed
fix more merge conflicts
2 parents 7525660 + bb8c59a commit 4fe8acf

File tree

3 files changed

+240
-137
lines changed

3 files changed

+240
-137
lines changed

docs/getting-started-guides/ubuntu/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ mkdir -p ~/.kube
175175
Copy the kubeconfig file to the default location.
176176

177177
```
178-
juju scp kubernetes-master/0:/home/ubuntu/config ~/.kube/config
178+
sudo juju scp kubernetes-master/0:/home/ubuntu/config ~/.kube/config
179179
```
180180

181181
The next step is to install the kubectl client on your local machine. The recommended way to do this on Ubuntu is using the kubectl snap ([https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-with-snap-on-ubuntu](https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-with-snap-on-ubuntu)).

0 commit comments

Comments
 (0)