-
Notifications
You must be signed in to change notification settings - Fork 97
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
updating doc to use DE from existing installation #7964
base: main
Are you sure you want to change the base?
Conversation
.vscode/launch.json
Outdated
"KUBERNETESBICEPEXTENSIBILITYURL": "http://localhost:5017/api", | ||
"RADIUSBACKENDURI": "http://localhost:9000", | ||
}, | ||
}, |
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 leave this here? It's still useful.
That gives users the choice of either:
- Using the DE from a cluster
- Using the DE from local source code
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7964 +/- ##
=======================================
Coverage 60.62% 60.62%
=======================================
Files 534 534
Lines 28488 28488
=======================================
Hits 17271 17271
Misses 9701 9701
Partials 1516 1516 ☔ View full report in Codecov by Sentry. |
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Signed-off-by: nithyatsu <[email protected]>
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
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.
Thanks for updating this @nithyatsu. Were you able validate that this setup works?
...ntributing/contributing-code/contributing-code-control-plane/running-controlplane-locally.md
Outdated
Show resolved
Hide resolved
...ntributing/contributing-code/contributing-code-control-plane/running-controlplane-locally.md
Outdated
Show resolved
Hide resolved
…plane/running-controlplane-locally.md Co-authored-by: Karishma Chawla <[email protected]> Signed-off-by: Nithya Subramanian <[email protected]>
…plane/running-controlplane-locally.md Co-authored-by: Karishma Chawla <[email protected]> Signed-off-by: Nithya Subramanian <[email protected]>
Description
deployment-engine is currently a private repo. Updating contributor docs to use DE from existing installation.
Type of change