Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions codefresh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1930,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`
Expand Down