You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# quobyte-csi ( https://github.com/quobyte/quobyte-csi/blob/master/example/StorageClass.yaml ) <-- Should update this one in the list from 'quobyte'.
832
-
# px-shared-sc (https://github.com/portworx/helm/blob/master/charts/portworx/templates/portworx-storageclasses.yaml and many other places for 'portworx'.)
az arcdata dc upgrade --k8s-namespace arc --use-k8s
77
77
""".format(
78
78
short="Upgrade data controller.",
79
-
long="Upgrade data controller to the desired-version specified. If desired-version is not specified, an attempt to upgrade to the latest version will be made. "
80
-
"If you are unsure of the desired version, you may use the list-upgrades command to view available versions, or use the --dry-run argument to show which version would be used",
79
+
long="Upgrade data controller to the desired-version specified. If desired-version is not specified, "
80
+
"an attempt to upgrade to the latest version will be made. If you are unsure of the desired version, "
81
+
"you may use the list-upgrades command to view available versions, "
82
+
"or use the --dry-run argument to show which version would be used",
81
83
ex1="Data controller upgrade.",
82
84
)
83
85
)
@@ -403,7 +405,8 @@
403
405
long-summary: {long}
404
406
""".format(
405
407
short="Trigger memory dump.",
406
-
long="Trigger memory dump and copy it out from container - Kubernetes configuration is required on your system.",
408
+
long="Trigger memory dump and copy it out from container - "
409
+
"Kubernetes configuration is required on your system.",
407
410
)
408
411
)
409
412
@@ -415,13 +418,16 @@
415
418
examples:
416
419
- name: {ex1}
417
420
text: >
418
-
az arcdata dc debug restore-controldb-snapshot -k arc-data-services -f /path/to/backup/controller-1675653451.bak
421
+
az arcdata dc debug restore-controldb-snapshot -k arc-data-services
422
+
-f /path/to/backup/controller-1675653451.bak
419
423
- name: {ex2}
420
424
text: >
421
-
az arcdata dc debug restore-controldb-snapshot -k arc-data-services -f C:\\path\\to\\backup\\controller-1675653451.bak
425
+
az arcdata dc debug restore-controldb-snapshot -k arc-data-services
0 commit comments