gluster / gluster-kubernetes

GlusterFS Native Storage Service for Kubernetes
Apache License 2.0
874 stars 390 forks source link

missing required field "selector" in io.k8s.api.apps.v1.DeploymentSpec; #618

Open arkachat opened 4 years ago

arkachat commented 4 years ago

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.

DANic-git commented 4 years ago

git apply this patch should solve fix_kub_template_api.patch

deadstick6 commented 4 years ago

Can confirm this fixes the issue.