Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
Update using_ootb_cockpit.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nickschuetz authored Nov 17, 2017
1 parent 6306b21 commit 751ea66
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions using_ootb_cockpit.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ By default, cockpit is installed as part of advance installation. The default an
You will need to create a system user on master node to access the cockpit.

````
$sudo -i
$useradd -g wheel cockpituser
$passwd cockpituser
$cp -r /root/.kube /home/cockpituser/.kube
$chown -R cockpituser:wheel /home/cockpituser/.kube
```
$ sudo -i
$ useradd -g wheel cockpituser
$ passwd cockpituser
$ cp -r /root/.kube /home/cockpituser/.kube
$ chown -R cockpituser:wheel /home/cockpituser/.kube
````
## Step 2
You can now login as cockpituser from cockpit console

Expand Down

0 comments on commit 751ea66

Please sign in to comment.