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
The cluster resources collector checks for newer versions of cronjobs API, but that logic does not seem to work as expected. The old batch/v1beta1/cronjobs is still used
Expected Behavior
The implementation should use batch/v1/cronjobs APIs
Steps To Reproduce
Use the spec below to collect a support bundle from a 1.29 or newer k8s cluster
Bug Description
The
cluster resources
collector checks for newer versions ofcronjobs
API, but that logic does not seem to work as expected. The oldbatch/v1beta1/cronjobs
is still usedExpected Behavior
The implementation should use
batch/v1/cronjobs
APIsSteps To Reproduce
1.29
or newer k8s clustercronjobs
from the logs and notice references ofbatch/v1beta1
The text was updated successfully, but these errors were encountered: