Conversation
Add a safety step to delete an existing cluster named captain
PR Checklist (required):
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
|
@allanice001 just need to fix the commit messages: https://www.conventionalcommits.org/en/v1.0.0/ Current checks:
|
|
@allanice001 what's the status of this pr |
User description
Add a safety step to delete an existing cluster named captain
PR Type
Enhancement
Description
• Add cluster deletion step before creation to prevent conflicts
• Ensure clean cluster setup by removing existing 'captain' cluster
Changes walkthrough 📝
README.md
Add cluster deletion safety stepREADME.md
• Added
k3d cluster delete captaincommand before cluster creation•
Modified the installation command chain to include cleanup step