Kostas Christidis

Results 6 issues of Kostas Christidis

I have a Dockerfile like the following in order to re-build the application in `2.4` and apply some CSS changes ``` >cat Dockerfile # build stage FROM cachethq/docker:latest COPY public/img/login-logo.png...

**What would you like to be added**: To provide support for Debian Buster (10). **Why is this needed**: To provide support for the latest stable [Debian release](https://www.debian.org/releases/buster/). Pharos repository does...

enhancement

**Describe the feature you'd like** Is there support, or any intention to support, multiple replicas of a service under the same hostname in Zero Trust / cloudflared? Assumming I have...

Type: Feature Request
Priority: Normal

**Description** `dockerd` option `shutdown-timeout` does not seem to work as expected on service shutdown. **Steps to reproduce the issue:** 1. setup systemd with a configuration that includes the `--shutdown-timeout=30` option....

kind/bug
area/daemon

I don't see a way of configuring command line args for the cloudflared agents configured via `ClusterTunnel` CRD. pod describe reveals the current configuration which is the following. ``` Args:...

This is a great project! This operator, along with [cloudflare-zero-trust-operator](https://github.com/BojanZelic/cloudflare-zero-trust-operator) can provide a smooth integration between Kubernetes, Cloudflare Tunnels and Zero Trust Policies. Thank you. However, I am having some...