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
Copy file name to clipboardexpand all lines: docs/README.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ If you just want to try out the checkly-operator, you need a local kubernetes in
39
39
First we'll download the provided `install.yaml` files, please change the version number accordingly, we might have newer [releases](https://github.com/checkly/checkly-operator/releases) since we've written these docs.
@@ -53,6 +53,12 @@ You can apply the `install.yaml`, this will create the namespace, we need this t
53
53
kubectl apply -f install.yaml
54
54
```
55
55
56
+
#### Controller Domain
57
+
58
+
We're using a domain name for finalizers and annotations, the default value is `k8s.checklyhq.com`, but it can be changed by supplying the `--controller-domain=other.domain.tld` runtime option.
59
+
60
+
This option allows you to run multiple independent deployments of the operator and each would handle different resources based on the controller domain configuration.
61
+
56
62
### Create secret
57
63
58
64
Grab your [checklyhq.com](checklyhq.com) API key and Account ID, [the official docs](https://www.checklyhq.com/docs/integrations/pulumi/#define-your-checkly-account-id-and-api-key) can help you get this information. Substitute the values into the below command:
0 commit comments