George
George
> The issue is still present. Do you have any workaround till will be fixed? indeed just opened a [new bug](https://github.com/jenkinsci/docker-inbound-agent/issues/266)
there is no such image, trying now jenkins/inbound-agent:4.13-1-jdk11-nanoserver-1809
[Normal][jenkins/k8s-test-435-6xg4c-gfjgm-vjnv0][Pulled] Successfully pulled image "jenkins/inbound-agent:4.13-1-jdk11-nanoserver-1809" in 5m0.0400562s [Normal][jenkins/k8s-test-435-6xg4c-gfjgm-vjnv0][Created] Created container jnlp [Normal][jenkins/k8s-test-435-6xg4c-gfjgm-vjnv0][Started] Started container jnlp [Normal][jenkins/k8s-test-435-6xg4c-gfjgm-vjnv0][Pulling] Pulling image "743808500811.dkr.ecr.us-east-1.amazonaws.com/core-net-powershell-azure-ad:latest" [Normal][jenkins/k8s-test-435-6xg4c-gfjgm-vjnv0][Pulled] Successfully pulled image "743808500811.dkr.ecr.us-east-1.amazonaws.com/core-net-powershell-azure-ad:latest" in 646.0898ms [Normal][jenkins/k8s-test-435-6xg4c-gfjgm-vjnv0][Created] Created container powershell...
same happens with: jenkins/inbound-agent:4.13-1-windowsservercore-ltsc2019 btw using TCP conneciton SEVERE org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave _terminate Computer for agent is null INFO hudson.slaves.AbstractCloudSlave terminate FATAL: Computer for agent is null
definitely something is wrong with windows JNLP, Linux JNLP runs correct Terminating Kubernetes instance for agent k8s-test-450-qqfht-mlpxl-q869v Apr 18, 2022 6:08:07 PM SEVERE org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave _terminate Computer for agent is null:...
@MarkEWaite my EKS node is Datacenter 1809 0.0.17763.2686 the guy in the may12th says his reverting to 10.0.17763.1158 not sure if its available on AWS marketplace i will try to...
update got debug logs from pod jenkins/inbound-agent:4.13-1-windowsservercore-ltsc2019 [H]0;C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe[?25h [H]0;Administrator: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe[?25l[91mUrl is required[m [?25h[?25l[91m At C:\ProgramData\Jenkins\jenkins-agent.ps1:26 char:122[m[25X[25C[91m + ... llOrWhiteSpace($env:JENKINS_URL)) { throw ("Url is required") } else ...[m [91m + ~~~~~~~~~~~~~~~~~~~~~~~~~[m[13X[13C[91m...
further investigation: without setting URL as var this is what i get: Url is required At C:\ProgramData\Jenkins\jenkins-agent.ps1:26 char:122 + ... llOrWhiteSpace($env:JENKINS_URL)) { throw ("Url is required") } else ... +...
problem is solved only by using WebSockets
yes, that what we did and we also wrote small boto3 to handle it https://github.com/gfrid/expire-large-aws-s3-buckets/blob/main/boto3/expire_s3_bucket.py