-
Notifications
You must be signed in to change notification settings - Fork 203
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
Add --kubernetes
flag to make dapr invoke cmd support kubernetes
#862
base: master
Are you sure you want to change the base?
Add --kubernetes
flag to make dapr invoke cmd support kubernetes
#862
Conversation
--kubernetes
flag to make dapr invoke cmd support kubernetes mode--kubernetes
flag to make dapr invoke cmd support kubernetes
--kubernetes
flag to make dapr invoke cmd support kubernetes--kubernetes
flag to make dapr invoke cmd support kubernetes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add test case for this?
Sorry, just saw the reply. Thank you tanvigour for review. I wrote part of the test code. There may be problems with code style or edge cases. Please review. Welcome to add test cases. |
There is a problem with using So now our project(tkeel-io/cli#74) uses
This part of the implementation needs to modify |
--kubernetes
flag to make dapr invoke cmd support kubernetes--kubernetes
flag to make dapr invoke cmd support kubernetes
@imneov Can you signoff on your commits? https://github.com/dapr/cli/blob/master/CONTRIBUTING.md#developer-certificate-of-origin-signing-your-work |
Signed-off-by: imneov <[email protected]>
Signed-off-by: imneov <[email protected]>
- related to dapr#779 Co-authored-by: Mukundan Sundararajan <[email protected]> Co-authored-by: Yaron Schneider <[email protected]> Signed-off-by: imneov <[email protected]>
Signed-off-by: imneov <[email protected]>
Signed-off-by: imneov <[email protected]>
Signed-off-by: imneov <[email protected]>
Signed-off-by: imneov <[email protected]>
@imneov Can you sign off all your commits ? https://github.com/dapr/cli/blob/master/CONTRIBUTING.md#developer-certificate-of-origin-signing-your-work |
8d399b4
to
8df3681
Compare
@imneov Can you fix conflicts in the PR? |
Yes, I fix it. |
Thanks for the changes ... We will try to review this soon ... |
Signed-off-by: 柳丰 <[email protected]>
Signed-off-by: 柳丰 <[email protected]>
ad44543
to
9dad732
Compare
@pravinpushkar HI~ Is there anything else I need to do? |
Yes, If not done already then please create a doc issue and PR and link it here. |
OK , Thanks for you reply. @pravinpushkar There is doc issue(dapr/docs#2846) and PR(dapr/docs#2847) |
@pravinpushkar Hi~ Is there any work I need to do? |
This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add E2E for this feature.
@mukundansundar - What is happening with this issue/PR? |
@imneov - looks like there are some e2e failures, mind looking into and fixing those? That being said, given the time constraint for this release, I will push this to the next release |
Description
Support the invoke cmd on kubernetes mode.
The process is similar:
SubResource("proxy")
ofRESTClient
AppPort
port or access to daprd'sHttpPort
portIssue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #[436] #[848]
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: