Skip to content

Commit e13305c

Browse files
authored
Update on_prem_upgrade.rst
1 parent 2cf4179 commit e13305c

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

docs/deployment_guide/on_prem_deployment/on_prem_how_to/on_prem_upgrade.rst

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -629,22 +629,3 @@ To continue successfully after the upgrade, choose one of the following options:
629629
630630
#. Update the EN to the latest available OS profile using the day-2 upgrade process
631631
#. After the OS profile upgrade is complete, proceed with cluster installation
632-
633-
634-
Issue#4: Kyverno Pod in ImagePullBackOff State
635-
-------------------------------------------------------------------------
636-
637-
**Issue:**
638-
639-
After the upgrade, the Kyverno pod may be stuck in an ``ImagePullBackOff`` state due to image pull errors.
640-
641-
**Resolution:**
642-
643-
To resolve this issue, run the following commands to clean up and reset the Kyverno clean-reports job:
644-
645-
.. code-block:: bash
646-
647-
kubectl delete job kyverno-clean-reports -n kyverno &
648-
kubectl delete pods -l job-name="kyverno-clean-reports" -n kyverno &
649-
kubectl patch job kyverno-clean-reports -n kyverno --type=merge -p='{"metadata":{"finalizers":[]}}'
650-

0 commit comments

Comments
 (0)