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
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
Hello!
I've got error message while trying to deploy in K8s v1.16 :
kubectl create -f cassandra-statefulset.yaml
error: unable to recognize cassandra-statefulset.yaml: no matches for kind "StatefulSet" in version "apps/v1beta1".
After trying to change to apiVersion: "apps/v1" error message also changes:
error: error validating cassandra-statefulset.yaml: error validating data: ValidationError(StatefulSet.spec): missing required field "selector" in io.k8s.api.apps.v1.StatefulSetSpec; if you choose to ignore these errors, turn validation off with --validate=false
The text was updated successfully, but these errors were encountered:
Hello!
I've got error message while trying to deploy in K8s v1.16 :
kubectl create -f cassandra-statefulset.yaml
error: unable to recognize cassandra-statefulset.yaml: no matches for kind "StatefulSet" in version "apps/v1beta1".
After trying to change to apiVersion: "apps/v1" error message also changes:
error: error validating cassandra-statefulset.yaml: error validating data: ValidationError(StatefulSet.spec): missing required field "selector" in io.k8s.api.apps.v1.StatefulSetSpec; if you choose to ignore these errors, turn validation off with --validate=false
The text was updated successfully, but these errors were encountered: