-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from briandowns/add_installation_script
Add installation script
- Loading branch information
Showing
3 changed files
with
882 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
# RKE2 | ||
|
||
We're starting to experiment with our next-generation Kuberenets distribution. This is currently an alpha project that will evolve a lot. Stay tuned. | ||
|
||
## Installation | ||
|
||
```sh | ||
sudo INSTALL_RKE2_VERSION=v0.0.1-alpha.4 ./install.sh | ||
``` | ||
|
||
Additional flags available in the installation file itself. | ||
|
Oops, something went wrong.