UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit b9584649 authored by Jason Krause's avatar Jason Krause :8ball: Committed by Micah Nagel
Browse files

Update development-environment.md per...

parent 6306ab9e
No related branches found
No related tags found
1 merge request!926Update development-environment.md per...
......@@ -98,7 +98,8 @@ logout
- Install K3D on the EC2 instance
```shell
wget -q -O - https://raw.githubusercontent.com/rancher/k3d/main/install.sh | bash
# Note: The current version of K3D uses a broken version of K3s. The 2020-08 workaround is to install K3D 4.4.7
wget -q -O - https://raw.githubusercontent.com/rancher/k3d/main/install.sh | TAG=v4.4.7 bash
# check version
k3d version
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment