Denis Fateyev

Results 5 issues of Denis Fateyev

I have upgraded HAProxy controller from an earlier to the latest version (1.8.3). Unfortunately, an ingress resource for SSL-based backend (actually, the Kubernetes dashboard) stopped working. ``` apiVersion: networking.k8s.io/v1 kind:...

I have such DaemonSet for the controller (a slightly customized default): ``` apiVersion: apps/v1 kind: DaemonSet metadata: labels: run: haproxy-ingress name: haproxy-ingress namespace: haproxy-controller spec: selector: matchLabels: run: haproxy-ingress template:...

Hello there, A "check_service" instance being run as a service blocks SQLite DB shortly after startup: ``` Sep 02 11:14:59 python3.4[19272]: [sqlalchemy.pool.NullPool ERROR] Exception during reset or similar Sep 02...

type.bug

As announced in the official documentation, currently there is no support for recent Fedora CoreOS-based workers in Kubernetes. There are no official GPU driver images published, and no official recommendations...

feature

libdkimpp experiences FTBFS with CMake 4.0: https://bugzilla.redhat.com/show_bug.cgi?id=2380717 https://bugzilla.redhat.com/show_bug.cgi?id=2381251 ``` + /usr/bin/cmake -S . -B redhat-linux-build -DCMAKE_C_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_Fortran_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DCMAKE_INSTALL_DO_STRIP:BOOL=OFF -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_INSTALL_FULL_SBINDIR:PATH=/usr/bin -DCMAKE_INSTALL_SBINDIR:PATH=bin -DBUILD_SHARED_LIBS:BOOL=ON CMake Deprecation Warning at CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED):...