argocd shows OutOfSync (requires pruning) when we remove featureGates: -UseStrimziPodSets and stop using stateful sets #9111
dbaarorapr
started this conversation in
General
Replies: 1 comment 1 reply
-
@scholzj ^^^ we have an issue above and our CRB is showing out of sync with argocd We need to upgrade to 0.36.1 strimzi but SPS cannot be turned off now and if we keep it ON ,then argocd shows out of sync for CRB and PVC |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
argocd shows OutOfSync (requires pruning) when we remove featureGates: -UseStrimziPodSets and stop using stateful sets
so all we have done is to stop using the stateful sets and start using the StrimziPodSets and our argocd application which was perfectly fine and now has resources which are OutOfSync (requires pruning) messages
I have seen many threads and even setting the deleteclaim: true does not make it go away for PVC and many ControllerRevision which are also OutOfSync (requires pruning)
Strimzi Version : 0.33.2
Kafka Version:3.4.0
ArgoCD Version:
{
"Version": "v2.4.7+81630e6",
"BuildDate": "2022-07-18T21:17:35Z",
"GitCommit": "81630e6d5075ac53ac60457b51343c2a09a666f4",
"GitTreeState": "clean",
"GoVersion": "go1.18.4",
"Compiler": "gc",
"Platform": "linux/amd64",
"KustomizeVersion": "v4.4.1 2021-11-11T23:36:27Z",
"HelmVersion": "v3.8.1+g5cb9af4",
"KubectlVersion": "v0.23.1",
"JsonnetVersion": "v0.18.0"
}
Beta Was this translation helpful? Give feedback.
All reactions