Calvin Bui

Results 23 comments of Calvin Bui

i had profile permission issues or SSL issues with Firefox, Dillo and Midori. Chromium worked for me. In Advanced Settings i put: ``` GeneralSettings: Browser Command Line -> ["/usr/bin/chromium-browser", "--no-sandbox",...

I followed the config from @PhasecoreX but can't get nftables blocking anything. Testing off my mobile connection but still getting able to get load services served by Traefik: ``` $...

I can get `sshd` being blocked successfully (`INPUT` chain) but not anything through to Docker. ![image](https://user-images.githubusercontent.com/3604363/135784831-e859e2b6-9fdf-426b-89c1-d638c740bdb7.png) I tried using the legacy method with `update-alternatives` but had the same issue. [Reading...

Thanks for the comments. Adding a preStop and sleep, I was able to get all 200s during a rolling update of the deployment. I set deregistration time to 20 seconds...

After increasing sleep to 90s and `terminationGracePeriod` to 120s there are no downtimes during a cluster upgrade/node upgrade on EKS. However, if a deployment only has 1 replica, there is...

For those on Traefik 2, I was able to fix the problem with these labels/headers: ```yaml traefik.http.routers.onlyoffice-secure.entrypoints: "web-secure" traefik.http.routers.collabora-secure.tls: "true" traefik.http.routers.collabora-secure.tls.certresolver: letsencrypt traefik.http.services.onlyoffice.loadbalancer.server.port: "80" traefik.http.routers.onlyoffice-secure.middlewares: "onlyoffice-sslheaders" traefik.http.middlewares.onlyoffice-sslheaders.headers.customrequestheaders.X-Forwarded-Proto: "https" ``` ![image](https://user-images.githubusercontent.com/3604363/72221205-7f067c80-35ac-11ea-8d10-10b7611c225e.png)...

On second thought, I'm not sure if this is the best approach as there'll be two alerts if it does go >1

> > On second thought, I'm not sure if this is the best approach as there'll be two alerts if it does go >1 > > Agreed. I think instead...