[k3d-dev.sh] Rebuild K3D cluster without instance re-creation
General MR
Summary
This allows a re-creation of k3d cluster without destroying an instance which can be time consuming. Running this, took less than one minute. This assumes that you intend to do so by parsing the current kubeconfig context server
field.
Closes #1456 (closed)
Merge request reports
Activity
added kinddocs statusdoing labels
requested review from @echuang, @kevin.wilder, @LynnStill, @micah.nagel, @ryan.j.garcia, @ronwebb, @ryan.thompson.44, and @rob.ferguson
assigned to @danny-radiusmethod
added 1 commit
- 0a8c5339 - fixes to handle cases where private IPs are used, better error handling
added statusreview label and removed statusdoing label
- Resolved by kevin.wilder
This should close #1456 (closed) ?
- Resolved by kevin.wilder
The -r option did not work for me
./docs/assets/scripts/developer/k3d-dev.sh -r AWS User Name: Kevin.Wilder -r option passed to recreate K3D cluster from scratch Using KUBECONFIG IP: No instance found to match the current KUBECONFIG, exiting.
added 5 commits
-
38a2710b...e7d8868f - 2 commits from branch
master
- 8c3491bf - re-install k3d feature
- 08d1775f - fixes to handle cases where private IPs are used, better error handling
- 30c3e74d - remove extra space
Toggle commit list-
38a2710b...e7d8868f - 2 commits from branch
added statusdoing label and removed statusreview label
added statusreview label and removed statusdoing label
added 8 commits
-
1cbe983b...e7a20588 - 4 commits from branch
master
- 43da216f - re-install k3d feature
- 8e1dbf38 - fixes to handle cases where private IPs are used, better error handling
- 117f8fc1 - remove extra space
- 061fcbf6 - making reinstalling a menu
Toggle commit list-
1cbe983b...e7a20588 - 4 commits from branch
- Resolved by Micah Nagel
- Resolved by Danny Gershman
added 1 commit
- 6a20d36a - don't reinstall k3d + don't do ssh init on k3d recreate
mentioned in merge request !2637 (merged)
mentioned in commit a939d458
changed milestone to %1.57.0