Skip to content

Instantly share code, notes, and snippets.

@mhmxs
Last active September 29, 2021 08:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mhmxs/2896e44f0547024d159895e5a7a813f5 to your computer and use it in GitHub Desktop.
Save mhmxs/2896e44f0547024d159895e5a7a813f5 to your computer and use it in GitHub Desktop.
storageos-cluster.yaml
apiVersion: v1
kind: Secret
metadata:
name: storageos-api
namespace: storageos
labels:
app: storageos
data:
# echo -n '<secret>' | base64
username: c3RvcmFnZW9z
password: c3RvcmFnZW9z
---
apiVersion: storageos.com/v1
kind: StorageOSCluster
metadata:
name: storageoscluster-sample
namespace: "storageos"
spec:
service:
name: "storageos"
type: "ClusterIP"
secretRefName: "storageos-api"
secretRefNamespace: "storageos"
k8sDistro: "kubecover"
storageClassName: storageos
# tlsEtcdSecretRefName:
disableTelemetry: true
images:
nodeContainer: soegarots/node:develop
apiManagerContainer: storageos/api-manager:develop
# initContainer:
# csiNodeDriverRegistrarContainer:
# csiClusterDriverRegistrarContainer:
# csiExternalProvisionerContainer:
# csiExternalAttacherContainer:
# csiExternalResizerContainer:
# csiLivenessProbeContainer:
# kubeSchedulerContainer:
kvBackend:
address: "storageos-etcd.storageos-etcd:2379"
debug: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment