Update development-environment.md per...
All threads resolved!
All threads resolved!
Summary
Updated K3D install tag to install older version until update is released/ https://chat.il2.dso.mil/platform-one/pl/z5tn5qj6m7rkpya5ceymy8pqyc
Merge request reports
Activity
added BB Documentation Standards Bug Fixes kinddocs labels
@cmcgrath some of your docs might need this as well.
nah mines purposefully pinned to a version ;), thanks though
This is what the quickstart uses:
wget -q -O - https://github.com/rancher/k3d/releases/download/v4.4.7/k3d-linux-amd64 > k3d echo 51731ffb2938c32c86b2de817c7fbec8a8b05a55f2e4ab229ba094f5740a0f60 k3d | sha256sum -c | grep OK if [ $? == 0 ]; then chmod +x k3d && sudo mv k3d /usr/local/bin/k3d; fi
Edited by Christopher McGrath- Automatically resolved by Jason Krause
added statusreview label
mentioned in commit 3e40cecc
Please register or sign in to reply