Skip to content

Commit

Permalink
Update BUILDING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dweomer authored Sep 25, 2020
1 parent ae3a0c4 commit ca2dc85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ To run the built artifact(s) locally or on a remote host:

It isn't obvious but `kubectl` will be installed and ready to use after starting up `rke2`. To use it you will need to:
- `export KUBECONFIG=/etc/rancher/rke2/rke2.yaml`
- `export PATH="$(ls -td /var/lib/rancher/rke2/data/*/bin | head -n 1):$PATH"`
- `export PATH=/var/lib/rancher/rke2/bin:$PATH"`

0 comments on commit ca2dc85

Please sign in to comment.