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
Copy file name to clipboardExpand all lines: docs/for-ops/upgrade-notes.md
+20-11Lines changed: 20 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ sidebar_label: Upgrade Notes
6
6
7
7
## About upgrade notes
8
8
9
-
In some cases between versions upgrades there are issues that can occur, on this page you will find fixes on how to deal with those issues.
9
+
In some cases between versions upgrades there are issues that can occur. This page describes known potential issues and their mitigations.
10
10
11
11
## v4.7.0
12
12
@@ -69,19 +69,28 @@ kubectl get pods -A -l app.kubernetes.io/managed-by=EventListener -o jsonpath='{
69
69
70
70
## v4.4.4 to v4.7.0 or higher
71
71
72
-
From v4.4.4 to a higher version there might occur an issue with the harbor redis, which results in the harbor-redis-0 pod restarting indefinitely.
72
+
Prior to the platform upgrade, a Gitea upgrade requires that no stale pipelines are running and attempting to apply changes to the cluster.
73
+
There might occur an issue with the Redis instance of Harbor, which results in the `harbor-redis-0` pod restarting indefinitely after the upgrade.
73
74
74
-
To solve this issue you have to delete the harbor redis data according to the following steps.
75
+
### Ensuring no stale pipelines run
75
76
76
-
### Disable ArgoCD autoSync on harbor-harbor
77
+
First of all, ensure no other platform users are currently applying changes to the cluster. Before upgrading, go to Apps -> Tekton and select "PipelineRuns" on the left, and "otomi-pipelines" on the top-right dropdown. Ensure that no pipelines are running: Their status must be either Succeeded, Failed, or Canceled. If any of them are in state Pending or Running, open the menu next to them, and select "Stop".
78
+
79
+
As soon as the upgrade is started, it will create a PipelineRun. This one will be automatically terminated, and as of v4.7.0 Tekton is no longer used for applying platform changes.
80
+
81
+
### Fixing the Redis instance of Harbor
82
+
83
+
To solve this issue you have to delete the Harbor Redis data according to the following steps.
0 commit comments