mouaadaassou/K8s-Graylog

no matches for kind "Deployment"

Opened this issue · 2 comments

Initial es-deploy attempt returns this error.

s@k8s-master:~/K8s-Graylog$ kubectl create -f es-deploy.yaml 
service/es6 created
error: unable to recognize "es-deploy.yaml": no matches for kind "Deployment" in version "extensions/v1beta1"

likewise for the other deploys:

s@k8s-master:~/K8s-Graylog$ kubectl create -f mongo-deploy.yaml
service/mongo created
error: unable to recognize "mongo-deploy.yaml": no matches for kind "Deployment" in version "extensions/v1beta1"
s@k8s-master:~/K8s-Graylog$ kubectl create -f graylog-deploy.yaml
service/graylog3 created
error: unable to recognize "graylog-deploy.yaml": no matches for kind "Deployment" in version "extensions/v1beta1"