You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can create a folder called examples , which contains some subfolders. These subfolders can be named after the names of operators we have developed, such as trino, kafka, etc. each subfolder containers 5 yml files, the file struct like below:
Duplicates
Summary 💡
We can create a folder called
examples
, which contains some subfolders. These subfolders can be named after the names of operators we have developed, such as trino, kafka, etc. each subfolder containers 5 yml files, the file struct like below:catalog.yml
: CatalogSource of current operatpr;cluster.yml
: Customr resource of current operator;namespace
: Namespaces required that deploy the current operator;operator-group.yml
: OperatorGroup of current operatorsubscription.yml
: Subscription of current operatorAfter defining all the example resources, we apply all these resources through the
kubectl
command to quickly start a clusterExamples 🌈
Next, i will give some example resource code below, take kafka as an example:
catalog.yaml
cluster.yaml
namespace.yaml
operator-group.yaml
subscription.yaml
Motivation 🔦
through the example , we can quick start to deploy a cluster , and give a example code for users
The text was updated successfully, but these errors were encountered: