Skip to content

Instantly share code, notes, and snippets.

@tutsunom
Created August 13, 2019 05:17
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 tutsunom/0d9c194664f7c7fac0dccbae34677efe to your computer and use it in GitHub Desktop.
Save tutsunom/0d9c194664f7c7fac0dccbae34677efe to your computer and use it in GitHub Desktop.
Rook-Ceph : deploy rook-ceph operator
apiVersion: v1
kind: Namespace
metadata:
name: my-rook-ceph
---
apiVersion: operators.coreos.com/v1alpha2
kind: OperatorGroup
metadata:
name: operatorgroup
namespace: my-rook-ceph
spec:
targetNamespaces:
- my-rook-ceph
---
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: my-rook-ceph
namespace: my-rook-ceph
spec:
channel: beta
name: rook-ceph
source: operatorhubio-catalog
sourceNamespace: olm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment