Can the Elastic stack run on the Kubernetes: 1.10?

Hello, Can the Elastic stack run on the Kubernetes: 1.10 ? why the Kubernetes need version 1.11+? thanks.

Hi @ted_ye,
ECK relies on multiple features that are only available starting Kubernetes 1.11:

  • status subresource
  • multiple CRD versions
    We rely on Kubebuilder to bootstrap and run the operator internals, which is only compatible with Kubernetes 1.11+.

Ok, thanks very much.
Best regards.