Add Claude slash command for creating a dev env#1420
Add Claude slash command for creating a dev env#1420istio-testing merged 1 commit intoistio-ecosystem:mainfrom
Conversation
Add "/setup-dev-env" command for setting up a local dev environment with KIND, a local operator build, Istio, sample apps, and connectivity tests. Key changes: - The "/setup-dev-env" supports both sidecar and ambient profiles. - The sail operator, built from local source code is deployed to the kind cluster. - Sample apps (sleep and httpbin) use local kustomization files. - Connectivity checks include mTLS validation. - The command ends with a short summary and suggested next steps. Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
|
Sample Output: ============================================
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1420 +/- ##
==========================================
+ Coverage 80.64% 80.94% +0.30%
==========================================
Files 44 44
Lines 2299 2299
==========================================
+ Hits 1854 1861 +7
+ Misses 327 322 -5
+ Partials 118 116 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
* upstream/main: Add Claude slash command for creating a dev env (istio-ecosystem#1420)
Add "/setup-dev-env" command for setting up a local dev environment with KIND, a local operator build, Istio, sample apps, and connectivity tests. Key changes: - The "/setup-dev-env" supports both sidecar and ambient profiles. - The sail operator, built from local source code is deployed to the kind cluster. - Sample apps (sleep and httpbin) use local kustomization files. - Connectivity checks include mTLS validation. - The command ends with a short summary and suggested next steps. Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com> Signed-off-by: Daniel Grimm <dgrimm@redhat.com>
Add "/setup-dev-env" command for setting up a local dev environment with KIND for
sidecaras well asambientprofiles.Key changes:
Assisted-by: Claude