Merge "Remove instructions to delete secret resource"
This commit is contained in:
commit
c8f3cc1b05
@ -25,7 +25,6 @@ system.
|
|||||||
|
|
||||||
~(keystone_admin)]$ kubectl delete clusterroles.rbac.authorization.k8s.io portieris
|
~(keystone_admin)]$ kubectl delete clusterroles.rbac.authorization.k8s.io portieris
|
||||||
~(keystone_admin)]$ kubectl delete clusterrolebindings.rbac.authorization.k8s.io admission-portieris-webhook
|
~(keystone_admin)]$ kubectl delete clusterrolebindings.rbac.authorization.k8s.io admission-portieris-webhook
|
||||||
~(keystone_admin)]$ kubectl delete -n portieris secret/portieris-certs
|
|
||||||
~(keystone_admin)]$ kubectl delete -n portieris cm/image-policy-crds
|
~(keystone_admin)]$ kubectl delete -n portieris cm/image-policy-crds
|
||||||
~(keystone_admin)]$ kubectl delete -n portieris serviceaccounts/portieris
|
~(keystone_admin)]$ kubectl delete -n portieris serviceaccounts/portieris
|
||||||
|
|
||||||
|
@ -23,23 +23,20 @@ resources created by the Armada installation. For more information, see
|
|||||||
|
|
||||||
$ system application-remove vault
|
$ system application-remove vault
|
||||||
|
|
||||||
#. \(Optional\) If you want to reinstall Vault, and only retain Vault data
|
|
||||||
stored in PVCs, use the following command:
|
#. Reinstall Vault, if required using the following command:
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
$ kubectl delete secrets -n vault vault-server-tls
|
$ system application-apply vault
|
||||||
|
|
||||||
|
.. note::
|
||||||
#. Reinstall Vault, if required using the following command:
|
It is recommended to do a complete remove of all resources if you want
|
||||||
|
to reinstall Vault.
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
$ system application-apply vault
|
$ kubectl delete ns vault
|
||||||
|
|
||||||
.. note::
|
|
||||||
It is recommended to do a complete remove of all resources if you
|
|
||||||
want to reinstall Vault.
|
|
||||||
|
|
||||||
|
|
||||||
#. To completely remove Vault, including PVCs \(PVCs are intended to
|
#. To completely remove Vault, including PVCs \(PVCs are intended to
|
||||||
|
Loading…
Reference in New Issue
Block a user