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
I just found this #276. If I understand this correctly, the kubent tool doesn't really tell me what I need to fix before I upgrade my cluster, it just tells me what will probably fail if I try to apply the same Kubernetes objects to the cluster after the upgrade, right?
Perhaps a warning about this with a link to issue 276 would be helpful in the output of the kubent tool?
I just found this #276. If I understand this correctly, the kubent tool doesn't really tell me what I need to fix before I upgrade my cluster, it just tells me what will probably fail if I try to apply the same Kubernetes objects to the cluster after the upgrade, right?
Perhaps a warning about this with a link to issue 276 would be helpful in the output of the kubent tool?
When I run
kubent
I see this:(Redacting excess output - don't judge our geriatric cluster, haha.)
However, that
CronJob
is not versionbatch/v1beta1
, it'sbatch/v1
:The only place I see
v1beta1
is in the metadata annotations "kubectl.kubernetes.io/last-applied-configuration".Is
kubent
grepping through output or actually looking at theapiVersion
field?The text was updated successfully, but these errors were encountered: