Tomas Hehejik
Tomas Hehejik
The forwarding of the Traefic Ingress to ports 80 and 443 on localhost works fine for me on MacOS Catalina but doesn't work on Linux openSUSE 15.2. Found when testing...
This can be used as workaround on Linux with installed RD for accessing Traefik Ingress on https://localhost/ in browser: ```bash $ nodeport=$(kubectl get svc -n kube-system traefik -o jsonpath='{.spec.ports[1].nodePort}') $...
@jetersen thanks, just succesfully verified that: ``` sudo sysctl -w net.ipv4.ip_unprivileged_port_start=443 ``` works on RD for Linux - user can access traefik ingress and services behind it directly by using...
I was able reproduce the original issue with RKE workflow (the second issue seems to be unrelated): ``` Release "epinio" does not exist. Installing it now. Error: timed out waiting...
The issue is that latest epinio helm chart doesn't set `SESSION_KEY` variable anymore (shouldn't be needed for recent epinio binary). Due to that helm installation fails on timeout when using...
I was able reproduce the issue on `x86_64`: ``` git/ui-backend/src/jetstream> GOOS=linux GOARCH=arm64 go build go/pkg/mod/bitbucket.org/liamstask/[email protected]/lib/goose/dialect.go:119:15: undefined: sqlite3.Error ``` On native `aarch64` the build went fine and working `jetstack` binary has...
Last green EKS run is using k8s 1.22, latest failing runs are using k8s 1.23. In their k8s changelog there is some warning about CSI Provisioner which needs to be...
I guess here that we don't have proper IAM role assigned to the used service account `ebs-csi-controller-sa` https://docs.aws.amazon.com/eks/latest/userguide/csi-iam-role.html Providing some debug outputs from recent run https://github.com/epinio/epinio/actions/runs/3295876958/jobs/5434892561 Default storageClass exists but...
This should be a reproducer for the PV/storage issue: ``` $ kubectl create ns epinio $ cat
As my AWS permissions are pretty limited I can't continue on this. @olblak please would be possible to elevate our permissions there at least at that level used by CI...