storageos / storageos.github.io

Public documentation for StorageOS, persistent storage for Docker and Kubernetes
https://docs.storageos.com
16 stars 17 forks source link

etcd on Kubernetes quick install script doesn't work on Kubernetes 1.20 #293

Open bvankampen opened 3 years ago

bvankampen commented 3 years ago

The quick install script https://docs.ondat.io/sh/deploy-etcd.sh for etcd on Kubenetes found on https://docs.ondat.io/docs/prerequisites/etcd/ doesn't work on Kubernetes 1.20 because of the deprecation of the annotation "service.alpha.kubernetes.io/tolerate-unready-endpoints: "true" (replaces by the spec publishNotReadyAddresses: true) in the etcd service definition.