Skip to content

Commit

Permalink
Update BUILDING.md
Browse files Browse the repository at this point in the history
- libseccomp is no longer needed to run rke2
  • Loading branch information
dweomer authored Sep 25, 2020
1 parent ca2dc85 commit 5762b88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ By default, RKE2 is built with Dapper which uses Docker. To build RKE2 you will

### Required for Running
When running RKE2 you will also need to install these packages:
- libseccomp (libseccomp2 on Debian/Ubuntu)
- ca-certificates

## Building
Expand Down Expand Up @@ -50,4 +49,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=/var/lib/rancher/rke2/bin:$PATH"`
- `export PATH=/var/lib/rancher/rke2/bin:$PATH`

0 comments on commit 5762b88

Please sign in to comment.