-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #51 from sassoftware/develop
Merge develop to main branch
- Loading branch information
Showing
29 changed files
with
1,090 additions
and
363 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
usage: viya-ark.py deployment-report [-h] [-d] [-k KUBECTL_GLOBAL_OPTS] [-l] | ||
[-n NAMESPACE] [-o OUTPUT_DIR] [-r] | ||
|
||
Generate a deployment report of SAS components for a target Kubernetes | ||
environment. | ||
|
||
optional arguments: | ||
-h, --help show this help message and exit | ||
-d, --data-file-only Generate only the JSON-formatted data. | ||
-k KUBECTL_GLOBAL_OPTS, --kubectl-global-opts KUBECTL_GLOBAL_OPTS | ||
Any kubectl global options to use with all executions | ||
(excluding namespace, which should be set using -n, | ||
--namespace). | ||
-l, --include-pod-log-snips | ||
Include the most recent log lines (up to 10) for each | ||
container in the report. This option increases command | ||
runtime and file size. | ||
-n NAMESPACE, --namespace NAMESPACE | ||
Namespace to target containing SAS software, if not | ||
defined by KUBECONFIG. | ||
-o OUTPUT_DIR, --output-dir OUTPUT_DIR | ||
Directory where log files will be written. Defaults to | ||
"./". | ||
-r, --include-resource-definitions | ||
Include the full JSON-formatted definition for each | ||
resource in the report. This option increases file | ||
size. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.