charmed-lma / charm-k8s-prometheus

Kubernetes Operator for Prometheus
Apache License 2.0
4 stars 2 forks source link

The port in "juju status" output cannot be changed after the deployment #5

Closed exceptorr closed 4 years ago

exceptorr commented 4 years ago

image

Even if you will do a juju config prometheus advertised-port=...., it will change in reality, but the juju status will not be aware of that.

Potentially, can be addressed by https://github.com/canonical/operator/issues/179, but since open-port is not available in the k8s charms, might be a deeper problem to investigate.

exceptorr commented 4 years ago

Actually, config-changed should be re-creating the pod, thus the Port value will be up-to-date, so marking as duplicate.

exceptorr commented 4 years ago

Duplicate of #7