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
7.- Remove telemetry-operator from the deployments
55
55
```
56
56
oc project openstack-operators
57
-
oc remove csv telemetry-operator.v0.0.1
57
+
oc delete csv telemetry-operator.v0.0.1
58
58
```
59
59
60
60
8.- Deploy custom telemetry-operator version
61
+
62
+
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
64
67
oc delete -f config/crd/bases/
65
68
oc apply -f config/crd/bases/
66
69
67
70
make manifests generate
68
-
OPERATOR_TEMPLATES=$PWD/templates make run
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