Tomas Barton

Results 57 issues of Tomas Barton

``` Call to undefined function Icinga\Module\Grafana\Controllers\imagecreate() in /usr/share/icingaweb2/modules/grafana/application/controllers/ImgController.php:217 ``` --> ## Expected Behavior Expected to see a graph ## Possible Solution It might be worth mentioning in installation guide that...

* Mesos based heath check * Add VIP support ``` diff --git a/repo/packages/M/marathon/200/config.json b/repo/packages/M/marathon/201/config.json index 3721fe3a..ff8f10d1 100644 --- a/repo/packages/M/marathon/200/config.json +++ b/repo/packages/M/marathon/201/config.json @@ -43,6 +43,21 @@ "type" : "string" }, "type"...

Add possibility to change in `kubetool` number of bits used for generating certificates.

community

`master` role [has been deprecated](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.20.md#urgent-upgrade-notes): > Introduce a new label "node-role.kubernetes.io/control-plane" that will be applied in parallel to "node-role.kubernetes.io/master" until the removal of the "node-role.kubernetes.io/master" label.

community

This PR add possibility to define ```yaml kubernetes::node_role: some_role ``` on worker nodes.

community

## Output log The error message is quite confusing, I had no idea what's going on. ``` Could not autoload puppet/type/archive: Attempt to redefine entity 'http://puppet.com/2016.1/runtime/type/archive'. Set at unknown location...

**Description** `docker0` interface under load looses IPv4 address **Steps to reproduce the issue:** 1. install `docker-ce` in any version `17.03.x - 19.03.x` 2. run some non-privileged containers with `--net=bridge` 3....

area/networking
version/19.03

This PR refactor spec so that at least the basic tests executed for each supported OS family. This might catch in the future some basic errors when `metadata.json` is changed....

community

When development machine run on different architecture or just depends on different versions of system libraries, the bunde will fail. Is it possible to skip packing gems with native extensions?

Hi, I trying to run the code from tutorial and I keep getting this error: MESOS_HOME is not set. Defaulting to /usr/local MESOS_NATIVE_LIBRARY set to /usr/local/lib/libmesos.so Exception in thread "main"...