improbable-eng / etcd-cluster-operator

A controller to deploy and manage etcd clusters inside of Kubernetes
MIT License
128 stars 35 forks source link

Update installation instructions for kustomize v3 #193

Open cheahjs opened 4 years ago

cheahjs commented 4 years ago

kubectl uses kustomize v2, whereas our Makefile uses kustomize v3. This replaces the installation instructions to use the kustomize build | kubectl apply -f - pattern instead of kubectl's built in kustomize.