Skip to content

Evaluate Regional volumes for the two ZK pods meant to migrate at zone outage #191

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Nov 29, 2018
Prev Previous commit
Joins minikube storage classes into one yaml, as variations are unlikely
  • Loading branch information
solsson committed Nov 29, 2018
commit 37d64ec1392780dd752161fb2b6c0162ea50a5ad
6 changes: 0 additions & 6 deletions configure/minikube-storageclass-broker.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
---
kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
name: kafka-broker
provisioner: k8s.io/minikube-hostpath
reclaimPolicy: Retain
---
kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
name: kafka-zookeeper
provisioner: k8s.io/minikube-hostpath
Expand Down