Skip to content

Commit

Permalink
Merge pull request #126 from StevenACoffman/docker-k8s
Browse files Browse the repository at this point in the history
Add Docker-for-mac k8s specific provisioners for StorageClass
  • Loading branch information
solsson authored Jan 18, 2018
2 parents bbed23e + f203071 commit b6a1004
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions configure/docker-storageclass-broker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
name: kafka-broker
provisioner: docker.io/hostpath
reclaimPolicy: Retain
6 changes: 6 additions & 0 deletions configure/docker-storageclass-zookeeper.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
name: kafka-zookeeper
provisioner: docker.io/hostpath
reclaimPolicy: Retain

0 comments on commit b6a1004

Please sign in to comment.