Exploit.cz

RKE2 - enable nginx proxy protocol by default

After RKE2 upgrade you will lost your rke2-ingress-nginx-controller config values. Define this HelmChartConfig and your setup will be used every time, when you upgrade RKE2. More info about config in official documentation [https://docs.rke2.io/networking/#nginx-ingress-controller]. apiVersion: helm.cattle.io/v1 kind: HelmChartConfig metadata: name: rke2-ingress-nginx namespace: kube-system

Solved: Failed to configure agent: Node password rejected, duplicate hostname or contents RKE2/K3S

If you recreate server with the same name that has been already joined in your cluster, you will end up with this error message. WARN[0000] not running in CIS mode INFO[0000] Starting rke2 agent v1.21.3+rke2r1 (2ed0b0d1b6924af4414393cd1796c174a1ff5352) INFO[0000] Running load balancer 127.0.0.1:

Redirect .env file to your Curriculum Vitae - simplest way to Ingress redirect via annotations in Kubernetes

Redirect /.env file to your curriculum vitae via nginx.ingress.kubernetes.io/temporal-redirect annotation apiVersion: extensions/v1beta1 kind: Ingress metadata: annotations: ingress.kubernetes.io/ssl-redirect: "true" kubernetes.io/tls-acme: "true" nginx.ingress.kubernetes.io/from-to-www-redirect: "true" nginx.ingress.kubernetes.io/temporal-redirect: https://exploit.cz/

Cannot connect to the Docker daemon at tcp://localhost:2375

Gitlab CI Build failingGetting source from Git repository 00:02 Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/docker/php/.git/ Created fresh repository. Checking out 2ef777e8 as 8.0... Skipping Git submodules setup Executing "step_script" stage of the job script

Windows Terminal Preview - create shorthand for Kubernetes port-forward

If you are using new Windows Terminal (in Preview Stage), you can add new Terminal profiles via Settings menu. You can "hack" this options to shorthands for your long commands, e.g. kubectl port-forward. How to do it? Simply duplicate one of Console type and change commandline and

Exploit.cz © 2026