-
Notifications
You must be signed in to change notification settings - Fork 0
Update README.md #46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Update README.md #46
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