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
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"
The text was updated successfully, but these errors were encountered:
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"
Initial es-deploy attempt returns this error.
The text was updated successfully, but these errors were encountered: