بنقرة واحدة
kr-test
Test kr CLI changes on a local k3d cluster
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Test kr CLI changes on a local k3d cluster
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Guide through creating a new kuberise.io release with release notes, changelog, version badge, GitHub release, and LinkedIn post
Walk through adding a new external Helm component to the kuberise platform
Scaffold a new local Helm chart and register it in the app-of-apps
Check for newer versions of external Helm charts referenced in the platform
Scaffold a new blog post for the kuberise.io website
Create a changelog entry for the kuberise.io website from RELEASE_NOTES.md
| name | kr-test |
| description | Test kr CLI changes on a local k3d cluster |
| disable-model-invocation | true |
Run a local smoke test of kr changes using k3d clusters.
Check if k3d clusters exist:
k3d cluster list
If no clusters exist, start them:
./scripts/k3d+registry/start.sh
This creates two clusters: k3d-shared and k3d-dev.
./scripts/kr init \
--context k3d-dev \
--cluster dev-app-onprem-one \
--domain k3d.kuberise.dev
./scripts/kr deploy \
--context k3d-dev \
--cluster dev-app-onprem-one \
--repo https://github.com/kuberise/kuberise.io.git \
--revision main \
--domain k3d.kuberise.dev
Check ArgoCD application status:
kubectl get applications -n argocd --context k3d-dev
Summarize:
If testing dry-run changes:
./scripts/kr deploy --dry-run \
--context k3d-dev \
--cluster dev-app-onprem-one \
--repo https://github.com/kuberise/kuberise.io.git \
--revision main \
--domain k3d.kuberise.dev
Verify the output is valid YAML (all informational messages use # comment format).
./scripts/k3d+registry/delete-all.sh
./scripts/kr (local version) not the installed kr when testing changes--cilium to kr init if needed