gluster-kubernetes
gluster-kubernetes copied to clipboard
missing required field "selector" in io.k8s.api.apps.v1.DeploymentSpec;
error validating "STDIN": error validating data: ValidationError(Deployment.spec): missing required field "selector" in io.k8s.api.apps.v1.DeploymentSpec; if you choose to ignore these errors, turn validation off with --validate=false
I tried to update from v1beta to apps/v1 But the deployment file fails.
git apply this patch should solve fix_kub_template_api.patch
Can confirm this fixes the issue.