UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 3e40cecc authored by Micah Nagel's avatar Micah Nagel
Browse files

Merge branch 'jasonkrause-master-patch-82182' into 'master'

Update development-environment.md per...

See merge request platform-one/big-bang/bigbang!926
parents 63082bd3 b9584649
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