Add KubeStellar Console guided install for Microcks#125
Conversation
Adds a step-by-step guide for installing Microcks 1.13.2 via KubeStellar Console's guided mission system. The mission automates the standard Helm-based installation with pre-flight validation, cluster state checks after each step, and rollback commands. Includes: - Interactive mission walkthrough (with cluster validation) - Standalone commands for copy-paste usage - Troubleshooting table for common issues - Monitoring card reference for post-install observability - Link to the open-source mission definition for community edits Ref: microcks/microcks#1997 Signed-off-by: Andrew Anderson <andy@clubanderson.com>
Signed-off-by: Andrew Anderson <andy@clubanderson.com>
Signed-off-by: Andrew Anderson <andy@clubanderson.com>
|
Welcome to the Microcks community! 💖 Thanks and congrats 🎉 for opening your first pull request here! Be sure to follow the pull request template or please update it accordingly. Hope you have a great time there! 🌟 ~~~~~~~~~ 🌟 📢 If you like Microcks, please ⭐ star ⭐ our repo to support it! 🙏 It really helps the project to gain momentum and credibility. It's a small contribution back to the project with a big impact. |
|
You are now a Microcks community contributor! 💖 Thanks and congrats 🚀 on merging your first pull request! We are delighted and very proud of you! 👏 📢 If you're using Microcks in your organization, please add your company name to this list. 🙏 It really helps the project to gain momentum and credibility. It's a small contribution back to the project with a big impact. If you need to know why and how to add yourself to the list, please read the blog post "Join the Microcks Adopters list and Empower the vibrant open source Community 🙌" Kudos and please keep going, we need you 🙌 🌟 ~~~~~~~~~ 🌟 📢 If you like Microcks, please ⭐ star ⭐ our repo to support it! 🙏 It really helps the project to gain momentum and credibility. It's a small contribution back to the project with a big impact. |
Summary
Adds a guide for installing Microcks 1.13.2 via KubeStellar Console's guided mission system, following the existing structure in
install/.What's included
install/kubestellar-console/README.md— step-by-step guide covering:How the mission works
The mission wraps the standard
helm install microcks microcks/microcksworkflow with:helm repo add microcks https://microcks.io/helm && helm repo updatehelm install microcks microcks/microcks --namespace microcks --create-namespace --version 1.13.2kubectl get pods -n microcksto verify all pods are Runninghelm uninstall microcks -n microcksRef: microcks/microcks#1997