Thomas
Thomas
That sounds good to me. There is no need to automatically detect mod_rewrite since it is configured manually anyway. You could set an environment variable along with the mod_rewrite configuration...
I think this is solved by https://github.com/prometheus-operator/kube-prometheus/pull/1870 As a quick fix here is a network policy that is not calico dependent and can be applied as patch: ``` apiVersion: networking.k8s.io/v1...
Have you considered using tmux with a read only session as command?
I am not sure about the implications, but wouldn't it work to have the real node IPs in the fake node ip field or even the external-ip field? I tested...
Is there any option to set the external-ip of the virtual nodes to the internal ip of the real nodes?
If someone else wonders how to configure the ExternalIP of bare metal nodes, see https://github.com/kubernetes/kubernetes/issues/42125
Did you make progress on the discussion?
The old HTTP abstraction is deprecated and will be removed in a future release anyway. But moving completely to then new http client would be a breaking change.
As a regular (happy) user, I would love to have the option of a prebuild image containing mermaid support. It seems that the idea was to land mermaid in https://hub.docker.com/r/asciidoctor/box...
You are correct. I actually meant version 2.4, I linked the comment as I suspect this commit might be the cause. For me it did not work to set privileged...