Skip to content

docs(dapr): replace kubectl apply with drasi apply (#85) - #114

Open
HamidKhan1001 wants to merge 1 commit into
drasi-project:mainfrom
HamidKhan1001:docs/fix-dapr-drasi-apply
Open

docs(dapr): replace kubectl apply with drasi apply (#85)#114
HamidKhan1001 wants to merge 1 commit into
drasi-project:mainfrom
HamidKhan1001:docs/fix-dapr-drasi-apply

Conversation

@HamidKhan1001

Copy link
Copy Markdown

Summary

This PR updates the Dapr tutorial instructions to use the native drasi apply CLI command instead of kubectl apply when deploying Drasi manifest files.

Changes

  • Updated deployment commands in the Dapr tutorial documentation from kubectl apply -f ... to drasi apply -f ....

Fixes #85

Copilot AI review requested due to automatic review settings July 22, 2026 12:08
@HamidKhan1001
HamidKhan1001 requested a review from a team as a code owner July 22, 2026 12:08

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Dapr tutorial documentation and helper scripts to instruct users to deploy Drasi manifests using drasi apply (instead of kubectl apply), aligning the tutorial with how Drasi resources are actually applied.

Changes:

  • Updated the Dapr tutorial README deployment commands from kubectl apply -f ... to drasi apply -f ....
  • Updated the Linux/macOS (setup-tutorial.sh) and PowerShell (setup-tutorial.ps1) setup scripts to print drasi apply commands for deploying Drasi components.
  • (Follow-up needed) .devcontainer/dapr/post-create.sh still prints kubectl apply -f drasi/... instructions, so users may still see the incorrect command after environment setup.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
tutorial/dapr/scripts/setup-tutorial.sh Prints drasi apply commands instead of kubectl apply in the post-setup instructions.
tutorial/dapr/scripts/setup-tutorial.ps1 Prints drasi apply commands instead of kubectl apply in the post-setup instructions.
tutorial/dapr/README.md Updates the tutorial steps to use drasi apply when deploying Drasi components.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread tutorial/dapr/README.md
Comment on lines +72 to +74
drasi apply -f drasi/sources/
drasi apply -f drasi/queries/
drasi apply -f drasi/reactions/
Signed-off-by: hamidkhan1001 <hamidk5002@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix: Use drasi apply instead of kubectl apply in Dapr + darsi tutorial

4 participants