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
we have OpenShift Server Version: 4.15.19 with Kubernetes Version v1.28.10+a2c84a5. Running an ansible task with validate-option, the following error appears:
Kubernetes version v1.28.10+a2c84a5 is not supported by kubernetes-validate"
Its possible to set the version manually. 1.27 works, but 1.28 and higher not.
You will need to update your version of kubernetes-validate to a version that is at least as high as the version of kubernetes you are validating against.
SUMMARY
we have OpenShift Server Version: 4.15.19 with Kubernetes Version v1.28.10+a2c84a5. Running an ansible task with validate-option, the following error appears:
Kubernetes version v1.28.10+a2c84a5 is not supported by kubernetes-validate"
Its possible to set the version manually. 1.27 works, but 1.28 and higher not.
kubernetes.core.k8s: validate: fail_on_error: true version: 1.27
ISSUE TYPE
COMPONENT NAME
Option/parameter "validate" of module kubernetes.core.k8s
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
Local:
Red Hat Enterprise Linux release 9.4 (Plow)
Remote:
Red Hat Enterprise Linux release 8.10 (Ootpa)
STEPS TO REPRODUCE
e.g.: Create Secret in default namespace
EXPECTED RESULTS
successful task
ACTUAL RESULTS
Kubernetes version v1.28.10+a2c84a5 is not supported by kubernetes-validate"
The text was updated successfully, but these errors were encountered: