Jose C. Massón

Results 9 comments of Jose C. Massón

https://letsencrypt.org/ es amigable

Hi @pengale ! Some time ago @sed-i from the Obsevability team [created a great Multipass workflow](https://github.com/canonical/multipass-blueprints/pull/5) called `charm-dev` that will make life easier for charm authors (I use it every...

Having something like this in the framework will help us a lot, for instance in grafana-k8s-operator charm we are checking for leadership a lot: ``` ➜ grafana-k8s-operator git:(main) git grep...

I faced the same issue. I tested Loki in a distributed environment in a [Microk8s](https://microk8s.io/) cluster in GCP and deployed Loki in microservice mode. - Loki distributor: 3 pods -...

Hello @DovilasK I'm using in GCP, and locally using microk8s.

Hi @sandeepsukhani @owen-d I opened a WIP PR for this: https://github.com/grafana/loki/pull/7927 I would love to have your comments, since I have some doubts :-)

This would be a great feature!!

Hi @ryepup ! you were right, the `mime.types` was not there. Adding that file I got the following: ```python In [8]: conf = crossplane.parse('nginx.conf') In [9]: conf["status"] Out[9]: 'ok' In...