Oleksandr Semak

Results 2 issues of Oleksandr Semak

I can't execute with `/bin/sh` `kubectl` with latest apline jnlp-agen. jenkins/jnlp-slave:4.3.7-alpine works fine ``` ARG JNLP_VERSION=4.3-8 FROM jenkins/jnlp-slave:$JNLP_VERSION-alpine ARG KUBE_VERSION=1.16.13 USER root # Install Kubectl RUN curl -L https://storage.googleapis.com/kubernetes-release/release/v1.16.13/bin/linux/amd64/kubectl -o...

Hello there, In our organisation we have VPN with Self Signed TLS CA which we import to AWS Cert Manager and use for NGINX Ingress. so we import Root/Intermediate/Host certificates...