Merge "Added --reuse-attributes"
This commit is contained in:
commit
fc7b8ed77c
@ -387,7 +387,7 @@ commands to manage containerized applications provided as part of |prod|.
|
|||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
~(keystone_admin)]$ system application-update [-n | --app-name] <app_name> [-v | --app-version] <version> <tar_file>
|
~(keystone_admin)]$ system application-update [-n | --app-name] <app_name> [-v | --app-version] <version> [ --reuse-attributes <true/false> ] [ --reuse-user-overrides ` <true/false> ] <tar_file>
|
||||||
|
|
||||||
where the following are optional arguments:
|
where the following are optional arguments:
|
||||||
|
|
||||||
@ -416,6 +416,16 @@ commands to manage containerized applications provided as part of |prod|.
|
|||||||
**<version>**
|
**<version>**
|
||||||
The version to update the application to.
|
The version to update the application to.
|
||||||
|
|
||||||
|
**reuse-attributes**
|
||||||
|
If the user disabled some Helm charts (using :command:`system helm-chart-attribute-modify --enabled false`)
|
||||||
|
and wants to keep them disabled during an app-update then the user
|
||||||
|
should use ``--reuse-attributes true``.
|
||||||
|
|
||||||
|
**reuse-user-overrides**
|
||||||
|
If the user added some Helm chart overrides
|
||||||
|
(using :command:`system helm-override-update`) and wants to keep them
|
||||||
|
over an app-update then the user should use ``--reuse-user-overrides true``.
|
||||||
|
|
||||||
and the following is a positional argument which must come last:
|
and the following is a positional argument which must come last:
|
||||||
|
|
||||||
**<tar_file>**
|
**<tar_file>**
|
||||||
|
@ -79,7 +79,7 @@ of Metrics API.
|
|||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
~(keystone_admin)]$ system application-update --reuse-user-overrides true /usr/local/share/applications/helm/metrics-server-1.0-18.tgz
|
~(keystone_admin)]$ system application-update /usr/local/share/applications/helm/metrics-server-1.0-18.tgz
|
||||||
|
|
||||||
|
|
||||||
For details on leveraging Metrics Server for horizontal autoscaling or for
|
For details on leveraging Metrics Server for horizontal autoscaling or for
|
||||||
@ -93,3 +93,4 @@ For more information see:
|
|||||||
`https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#top
|
`https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#top
|
||||||
<https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#top>`__
|
<https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#top>`__
|
||||||
|
|
||||||
|
|
||||||
|
@ -97,6 +97,7 @@ commands to manage containerized applications provided as part of |prod|.
|
|||||||
**<tar_file>**
|
**<tar_file>**
|
||||||
is the path to the tar file containing the application to be uploaded.
|
is the path to the tar file containing the application to be uploaded.
|
||||||
|
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
.. parsed-literal::
|
.. parsed-literal::
|
||||||
@ -395,7 +396,7 @@ commands to manage containerized applications provided as part of |prod|.
|
|||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
~(keystone_admin)]$ system application-update [-n | --app-name] <app_name> [-v | --app-version] <version> <tar_file>
|
~(keystone_admin)]$ system application-update [-n | --app-name] <app_name> [-v | --app-version] <version> [ --reuse-attributes <true/false> ] [ --reuse-user-overrides ` <true/false> ] <tar_file>
|
||||||
|
|
||||||
where the following are optional arguments:
|
where the following are optional arguments:
|
||||||
|
|
||||||
@ -422,6 +423,16 @@ commands to manage containerized applications provided as part of |prod|.
|
|||||||
**<version>**
|
**<version>**
|
||||||
The version to update the application to.
|
The version to update the application to.
|
||||||
|
|
||||||
|
**reuse-attributes**
|
||||||
|
If the user disabled some Helm charts (using :command:`system helm-chart-attribute-modify --enabled false`)
|
||||||
|
and wants to keep them disabled during an app-update then the user
|
||||||
|
should use ``--reuse-attributes true``.
|
||||||
|
|
||||||
|
**reuse-user-overrides**
|
||||||
|
If the user added some Helm chart overrides
|
||||||
|
(using :command:`system helm-override-update`) and wants to keep them
|
||||||
|
over an app-update then the user should use ``--reuse-user-overrides true``.
|
||||||
|
|
||||||
and the following is a positional argument which must come last:
|
and the following is a positional argument which must come last:
|
||||||
|
|
||||||
**<tar_file>**
|
**<tar_file>**
|
||||||
@ -485,3 +496,5 @@ commands to manage containerized applications provided as part of |prod|.
|
|||||||
|
|
||||||
~(keystone_admin)]$ system application-delete metrics-server
|
~(keystone_admin)]$ system application-delete metrics-server
|
||||||
Application metrics-server deleted.
|
Application metrics-server deleted.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user