2017-03-07 11:39:13 +00:00
|
|
|
apiVersion: storage.k8s.io/v1
|
2016-08-20 13:39:30 +00:00
|
|
|
kind: StorageClass
|
|
|
|
metadata:
|
|
|
|
name: slow
|
|
|
|
provisioner: kubernetes.io/quobyte
|
|
|
|
parameters:
|
2016-09-16 11:25:25 +00:00
|
|
|
quobyteAPIServer: "http://138.68.74.142:7860"
|
2016-08-20 13:39:30 +00:00
|
|
|
registry: "138.68.74.142:7861"
|
|
|
|
adminSecretName: "quobyte-admin-secret"
|
|
|
|
adminSecretNamespace: "kube-system"
|
|
|
|
user: "root"
|
|
|
|
group: "root"
|
|
|
|
quobyteConfig: "BASE"
|
|
|
|
quobyteTenant: "DEFAULT"
|
2017-06-29 11:12:24 +00:00
|
|
|
createQuota: "False"
|