-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Document tools for managing Kubernetes clusters and AWS Access #3361
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3361 +/- ##
=======================================
Coverage 74.69% 74.69%
=======================================
Files 280 280
Lines 10744 10744
Branches 1298 1298
=======================================
Hits 8025 8025
- Misses 2353 2354 +1
+ Partials 366 365 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Reviewed all commit messages.
Reviewable status: 0 of 9 files reviewed, 6 unresolved discussions (waiting on @jmgrady)
a discussion (no related file):
Some of the bash scripts start with #! /bin/bash
, one with #!/usr/bin/env bash
, and another with #! /usr/bin/env bash
.
docs/deploy/managing_deployments/README.md
line 244 at r1 (raw file):
`~/.aws/config` and `~/.aws/credentials` files used by the aws cli v2. - `update-python-deps`
I don't see the scripts for update-python-deps
or update-venv
.
Closing this PR since these files are not really Combine specific. Documents are moved to the project files folder on Google Drive. |
Document methods and tools for managing:
This change is