elastic / examples

Home for Elasticsearch examples available to everyone. It's a great way to get started.
Apache License 2.0
2.64k stars 1.24k forks source link

older k8s apiVersions not supported #307

Closed acelinkio closed 1 year ago

acelinkio commented 4 years ago

apiVersion: extensions/v1beta1 is not supported in newer versions of k8s. This requires change to apps/v1 and a small change to selector.

Found this issue while following the https://kubernetes.io/docs/tutorials/stateless-application/guestbook-logs-metrics-with-elk/ tutorial.

gnumoksha commented 3 years ago

Relates to https://github.com/kubernetes/website/issues/23483

DanRoscigno commented 3 years ago

Thanks @AcelinkIT and @gnumoksha I will have a look at it.