cli icon indicating copy to clipboard operation
cli copied to clipboard

Adding mariner support in dapr init

Open shivamkm07 opened this issue 2 years ago • 5 comments

Signed-off-by: shivam [email protected]

Description

It adds support for mariner images in dapr init

Issue 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: #1004

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • [ ] Code compiles correctly
  • [ ] Created/updated tests
  • [ ] Extended the documentation

shivamkm07 avatar Jul 20 '22 08:07 shivamkm07

@shivamkm07 id this PR ready to be reviewed?

mukundansundar avatar Aug 10 '22 05:08 mukundansundar

@shivamkm07 please check linter error

mukundansundar avatar Aug 11 '22 06:08 mukundansundar

@shivamkm07 Can we add an E2E test for upgrade secanrio using mariner?

pravinpushkar avatar Aug 11 '22 06:08 pravinpushkar

Codecov Report

Merging #1029 (8d1faac) into master (5a28708) will decrease coverage by 0.10%. The diff coverage is 10.00%.

@@            Coverage Diff             @@
##           master    #1029      +/-   ##
==========================================
- Coverage   29.24%   29.14%   -0.11%     
==========================================
  Files          35       35              
  Lines        2342     2357      +15     
==========================================
+ Hits          685      687       +2     
- Misses       1582     1594      +12     
- Partials       75       76       +1     
Impacted Files Coverage Δ
pkg/kubernetes/kubernetes.go 0.00% <0.00%> (ø)
pkg/standalone/standalone.go 4.50% <0.00%> (-0.05%) :arrow_down:
pkg/kubernetes/upgrade.go 20.22% <50.00%> (+1.40%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar Aug 12 '22 09:08 codecov[bot]

@shivamkm07 IMO we should add E2E tests for at least init and uninstall in k8s mode. WDYT ?

pravinpushkar avatar Aug 12 '22 16:08 pravinpushkar

@shivamkm07 IMO we should add E2E tests for at least init and uninstall in k8s mode. WDYT ?

Done

shivamkm07 avatar Aug 17 '22 04:08 shivamkm07

@shivamkm07 Please add in a docs PR ....

mukundansundar avatar Aug 24 '22 11:08 mukundansundar

Created docs issue https://github.com/dapr/docs/issues/2747 @shivamkm07

mukundansundar avatar Aug 25 '22 05:08 mukundansundar

Docs PRs: https://github.com/dapr/docs/pull/2752 https://github.com/dapr/cli/pull/1054

shivamkm07 avatar Aug 26 '22 08:08 shivamkm07