mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
fix: helm migration guide (#7360)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
049992403c
commit
5dacdef364
2 changed files with 4 additions and 4 deletions
|
@ -129,7 +129,7 @@ The first option for upgrading, which is the recommended option, involves backin
|
|||
Follow the procedure below.
|
||||
|
||||
1. READ THE COMPLETE RELEASE NOTES FIRST
|
||||
2. Backup and export all Kyverno policy resources to a YAML manifest. Use the command `kubectl get pol,cpol,cleanpol,ccleanpol,polex -A > kyvernobackup.yaml`.
|
||||
2. Backup and export all Kyverno policy resources to a YAML manifest. Use the command `kubectl get pol,cpol,cleanpol,ccleanpol,polex -A -o yaml > kyvernobackup.yaml`.
|
||||
3. Uninstall your current version of Kyverno.
|
||||
4. Review the [New Chart Values](#new-chart-values) section and translate your desired features and configurations to the new format.
|
||||
5. Install the v3 chart with Kyverno 1.10.
|
||||
|
@ -153,7 +153,7 @@ Follow the procedure below.
|
|||
|
||||
1. READ THE COMPLETE RELEASE NOTES FIRST
|
||||
2. Scale the `kyverno` Deployment to zero replicas.
|
||||
3. If coming from 1.9 and you have install the cleanup controller, scale the `kyverno-cleanup-controller` Deployment to zero replicas.
|
||||
3. If coming from 1.9 and you have installed the cleanup controller, scale the `kyverno-cleanup-controller` Deployment to zero replicas.
|
||||
4. If step 3 applied to you, now delete the cleanup Deployment.
|
||||
5. Review the [New Chart Values](#new-chart-values) section and translate your desired features and configurations to the new format.
|
||||
6. Upgrade to the v3 chart by passing the mandatory flag `upgrade.fromV2=true`.
|
||||
|
|
|
@ -129,7 +129,7 @@ The first option for upgrading, which is the recommended option, involves backin
|
|||
Follow the procedure below.
|
||||
|
||||
1. READ THE COMPLETE RELEASE NOTES FIRST
|
||||
2. Backup and export all Kyverno policy resources to a YAML manifest. Use the command `kubectl get pol,cpol,cleanpol,ccleanpol,polex -A > kyvernobackup.yaml`.
|
||||
2. Backup and export all Kyverno policy resources to a YAML manifest. Use the command `kubectl get pol,cpol,cleanpol,ccleanpol,polex -A -o yaml > kyvernobackup.yaml`.
|
||||
3. Uninstall your current version of Kyverno.
|
||||
4. Review the [New Chart Values](#new-chart-values) section and translate your desired features and configurations to the new format.
|
||||
5. Install the v3 chart with Kyverno 1.10.
|
||||
|
@ -153,7 +153,7 @@ Follow the procedure below.
|
|||
|
||||
1. READ THE COMPLETE RELEASE NOTES FIRST
|
||||
2. Scale the `kyverno` Deployment to zero replicas.
|
||||
3. If coming from 1.9 and you have install the cleanup controller, scale the `kyverno-cleanup-controller` Deployment to zero replicas.
|
||||
3. If coming from 1.9 and you have installed the cleanup controller, scale the `kyverno-cleanup-controller` Deployment to zero replicas.
|
||||
4. If step 3 applied to you, now delete the cleanup Deployment.
|
||||
5. Review the [New Chart Values](#new-chart-values) section and translate your desired features and configurations to the new format.
|
||||
6. Upgrade to the v3 chart by passing the mandatory flag `upgrade.fromV2=true`.
|
||||
|
|
Loading…
Add table
Reference in a new issue