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
What k8s version are you using (kubectl version)?
1.31.2
What did you do?
When attempting to change from using CronJob to Deployment for Descheduler, the kind: Deployment reference in the values.yaml makes ArgoCD think it is a manifest and throws the error: groupVersion shouldn't be empty
Simplest fix would be to change the kind reference to something else to avoid the confusion. I suggest something like appKind or something similar.
The text was updated successfully, but these errors were encountered:
I would think this would be better dealt with by either putting values.yaml somewhere where ArgoCD doesn't look for manifests to deploy or by setting an include or exclude pattern on the responsible application's directory source.
What version of descheduler are you using?
descheduler version: 0.31.0
Does this issue reproduce with the latest release?
Yes
Which descheduler CLI options are you using?
N/A
Please provide a copy of your descheduler policy config file
Via values.yaml:
What k8s version are you using (
kubectl version
)?1.31.2
What did you do?
When attempting to change from using
CronJob
toDeployment
for Descheduler, thekind: Deployment
reference in the values.yaml makes ArgoCD think it is a manifest and throws the error:groupVersion shouldn't be empty
Simplest fix would be to change the
kind
reference to something else to avoid the confusion. I suggest something likeappKind
or something similar.The text was updated successfully, but these errors were encountered: