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
NOTE: If you intend to deploy a custom telemetry object *with pre-populated image URLs*, you can use `make run` instead of `make run-with-webhook`, because the webhooks will not be required.
63
+
61
64
```
62
65
cd telemetry-operator
63
66
@@ -68,8 +71,18 @@ make manifests generate
68
71
OPERATOR_TEMPLATES=$PWD/templates make run-with-webhook
69
72
```
70
73
71
-
9.- Deploy Telemetry:
74
+
75
+
9.- Deploy Telemetry
76
+
77
+
There are two options, either let openstack-operator manage a telemetry object, or disable openstack-operator and manage it yourself.
78
+
79
+
9a.- To continue running openstack-operator and use a telemetry object under its control, re-enable telemetry in the oscp:
0 commit comments