README: Update grafana-service (to be the same as grafana-operator name)#322
README: Update grafana-service (to be the same as grafana-operator name)#322Slach merged 2 commits intoAltinity:masterfrom
Conversation
Grafana service name is changed when created using grafana-operator. Here is this change in `grafana-operator` repo: https://github.com/integr8ly/grafana-operator/blob/master/pkg/controller/model/constants.go
|
Ok, thanks! |
|
Manual grafana installation is not affected, because grafana service name is set here: So it's defined inside repo.
|
Slach
left a comment
There was a problem hiding this comment.
Thanks a lot for your efforts
could you also change https://github.com/Altinity/clickhouse-operator/blob/master/deploy/grafana/grafana-manually/grafana.yaml#L69
name: grafana
to
name: grafana-service
and change https://github.com/Altinity/clickhouse-operator/blame/master/docs/grafana_setup.md#L61
from
kubectl --namespace=grafana port-forward service/grafana 3000
to
kubectl --namespace=grafana port-forward service/grafana-service 3000
for name consistency
or just add write perimissions for @Slach in your fork ?
|
Sure. I will add it to my fork. |
|
@Slach I've changed it. I've found one more occurrence here: |
Grafana service name is changed when created using grafana-operator.
Here is this change in
grafana-operatorrepo: https://github.com/integr8ly/grafana-operator/blob/master/pkg/controller/model/constants.go