Skip to content

Commit

Permalink
Merge pull request #918 from replicatedhq/grantmiller-patch-1
Browse files Browse the repository at this point in the history
small copy example
  • Loading branch information
emosbaugh authored Nov 23, 2022
2 parents 2a87838 + 7ee596d commit 3420bf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sudo bash tasks.sh generate-admin-user
```

This will use the load balancer or public address for the Kubernetes API server and generate a new user with full admin privileges, and save the configuration into a file `$USER.conf`.
You can then copy to another machine and use with:
You can then copy to another machine (i.e. `cat $USER.conf`) and use with:

```
kubectl --kubeconfig=$USER.conf <command>
Expand Down

1 comment on commit 3420bf1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.