Tomas Barton

Results 165 comments of Tomas Barton

@CBR09 Yeah, that should do it. Just make sure you'll pass flag `--api=http://x.x.x.x:7000` to the scheduler. `kafka-mesos` then acts as Mesos framework and you can interact with over the API.

I was looking at [KDE Breeze theme](https://github.com/KDE/breeze-icons) where they use two directories with icons and a [bash script](https://github.com/KDE/breeze-icons/blob/master/icons-dark/light2Dark) to generate dark theme icons. I've tried similar approach, and the icons...

See [Yelp/elastalert](https://github.com/Yelp/elastalert/commit/1df5e8feff119ded9b975e8cfab71820c0628f6e), Python 3 is required for `Yelp/elastalert > 0.2` If you want to use Python 2, you should build this image with e.g.: ``` make build v=v0.1.39 ``` The...

@hbceylan Which Traefik package version do you use? In the latest version there's a healthcheck configured on `$PORT0`: ```json "healthChecks": [ { "gracePeriodSeconds": 20, "intervalSeconds": 5, "maxConsecutiveFailures": 2, "portIndex": 0,...

How do I update such package? `/v1/health` is scheduler's endpoint? Also these ENV variables were removed in #1903: ``` "GF_SECURITY_ADMIN_PASSWORD": "{{grafana.admin_password}}", "GF_INSTALL_PLUGINS": "{{grafana.plugins}}" ```

@ryadav88 Yes, I know `dcos-commons`. However I have no idea where to find the source code for Grafana framework. e.g. is `svc.yml` https://ecosystem-repo.s3.amazonaws.com/grafana/artifacts/5.5.0-5.1.3/svc.yml versioned in some git repo?

Dashlets appears to be [loading from ini file](https://github.com/Icinga/icingaweb2/blob/184d4afdbdb945fd0ce25c499ea368999a8b8105/library/Icinga/Web/Widget/Dashboard.php#L131) (e.g. `/etc/icingaweb2/dashboards/admin/dashboard.ini`). The dashlet array is [indexed by dashlet's title](https://github.com/Icinga/icingaweb2/blob/184d4afdbdb945fd0ce25c499ea368999a8b8105/library/Icinga/Web/Widget/Dashboard/Pane.php#L232). Adding a sorting field would require changing this data structure and it...

Sorry, this is an old PR :frowning_face: [`control-plane` taint seems to be supported in config](https://kubernetes.io/docs/reference/labels-annotations-taints/#node-role-kubernetes-io-control-plane) other roles can be assigned using labels ``` kubectl label node ${hostname} node-role.kubernetes.io/${role}= ``` but...

@TheMeier You're right, RedHat should be listed as supported OS. Though Google doesn't seem to have a release for RedHat 8 and 9 in their [Yum repo](https://packages.cloud.google.com/yum/repos/) yet.