Pierre POMES
Pierre POMES
Waiting to https://github.com/cachethq/cachet/pull/4403 to be merged to have a full working code. @Jamesking56, can you have a look at this PR ? Thanks !
Three solutions in the meanwhile: - The code update is in the PR, you can apply the same diff. - You can clone https://github.com/ppomes/cachet - If you are using Docker,...
> > Waiting to #4403 to be merged to have a full working code. > > @Jamesking56, can you have a look at this PR ? > > Thanks !...
Please have a look and try https://github.com/ppomes/cachet - This will help to test if the fix is ok.
You can switch between both versions without any config or db loss.
Hi @sebastianberm, I will look into it! Pierre
Hi @sebastianberm , I just pushed a draft in branch "issue36". Please, could you test it covers your needs? You can have a look at tests/test_regex* for an example. Thanks...
Good news! thanks for your feedback. I will merge into main and close this issue. Do not hesitate to contact me if you have other concerns. Regards, Pierre
Same issue for me. However, after reverting to 2.10.3, you can try again 2.11 and it will be ok. Seems to be related to the new feature 'imperative-api-extension'.
Well, I tried a loop to catch pod status during an upgrade : `while [ 1 ]; do echo "---------------------------------------------------------------"; docker exec -it rancher kubectl get pods -n cattle-system; done`...