From 55e5761ca0416e7030509eb655e8667db7b8f9c9 Mon Sep 17 00:00:00 2001 From: Bohdan Pysarenko Date: Tue, 4 Mar 2025 10:43:42 +0200 Subject: [PATCH 1/2] update readme --- codefresh/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/codefresh/README.md b/codefresh/README.md index 0b0f59f6a..df15bf86a 100644 --- a/codefresh/README.md +++ b/codefresh/README.md @@ -35,6 +35,7 @@ Helm chart for deploying [Codefresh On-Premises](https://codefresh.io/docs/docs/ - [X-Frame-Options response header](#x-frame-options-response-header) - [Configuring OIDC Provider](#configuring-oidc-provider) - [Upgrading](#upgrading) + - [⚠️ Known issues](#⚠️-known-issues) - [To 2.0.0](#to-200) - [To 2.0.12](#to-2012) - [To 2.0.17](#to-2017) @@ -1393,6 +1394,12 @@ Use [obtain-oidc-id-token](https://github.com/codefresh-io/steps/blob/822afc0a9a ## Upgrading +### ⚠️ Known issues + +Please check the following known issues before upgrading the chart: + +- There is [known issue](https://github.com/hashicorp/consul/issues/20722) of **hashicorp/consul** behaviour. If consul fails with the error `refusing to rejoin cluster because the server has been offline for more than the configured server_rejoin_age_max - consider wiping your data dir` after runtime upgrade, try to wipe out the consul volume with config data. + ### To 2.0.0 This major chart version change (v1.4.X -> v2.0.0) contains some **incompatible breaking change needing manual actions**. From 7bc282b218dd792b1c545732b173c3b0bc90ca10 Mon Sep 17 00:00:00 2001 From: Bohdan Pysarenko Date: Tue, 4 Mar 2025 11:25:21 +0200 Subject: [PATCH 2/2] update readme --- codefresh/README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/codefresh/README.md b/codefresh/README.md index df15bf86a..bb102b68e 100644 --- a/codefresh/README.md +++ b/codefresh/README.md @@ -35,7 +35,6 @@ Helm chart for deploying [Codefresh On-Premises](https://codefresh.io/docs/docs/ - [X-Frame-Options response header](#x-frame-options-response-header) - [Configuring OIDC Provider](#configuring-oidc-provider) - [Upgrading](#upgrading) - - [⚠️ Known issues](#⚠️-known-issues) - [To 2.0.0](#to-200) - [To 2.0.12](#to-2012) - [To 2.0.17](#to-2017) @@ -1394,12 +1393,6 @@ Use [obtain-oidc-id-token](https://github.com/codefresh-io/steps/blob/822afc0a9a ## Upgrading -### ⚠️ Known issues - -Please check the following known issues before upgrading the chart: - -- There is [known issue](https://github.com/hashicorp/consul/issues/20722) of **hashicorp/consul** behaviour. If consul fails with the error `refusing to rejoin cluster because the server has been offline for more than the configured server_rejoin_age_max - consider wiping your data dir` after runtime upgrade, try to wipe out the consul volume with config data. - ### To 2.0.0 This major chart version change (v1.4.X -> v2.0.0) contains some **incompatible breaking change needing manual actions**. @@ -1937,6 +1930,10 @@ cfapi: ## Troubleshooting +### Error: Refusing to rejoin cluster because the server has been offline for more than the configured server_rejoin_age_max - consider wiping your data dir + +After runtime upgrading, consul fails with the error `refusing to rejoin cluster because the server has been offline for more than the configured server_rejoin_age_max - consider wiping your data dir`. There is [known issue](https://github.com/hashicorp/consul/issues/20722) of **hashicorp/consul** behaviour. Try to wipe out or delete the consul volume with config data. + ### Error: Failed to validate connection to Docker daemon; caused by Error: certificate has expired Builds are stuck in pending with `Error: Failed to validate connection to Docker daemon; caused by Error: certificate has expired`