All Questions
Tagged with amazon-eks jenkins
3
questions
0
votes
1
answer
146
views
Failing to authenticate with GHCR after kubernetes upgrade to 1.24
I’ve upgraded my AWS EKS to 1.24, and since then authentication with github docker registry fails.
I’m running the following Ansible task in Jenkins:
- name: Login to github docker registry
...
0
votes
0
answers
981
views
Jenkins: Kubernetes plugin configuration for EKS cluster
Jenkins version : 2.204.4 (hosted Jenkins in IBM server)
Kubernetes plugin version: 1.24.1
Tested process 1:
I am trying to configure Kubernetes plugin with the EKS cluster, but could not get any ...
1
vote
1
answer
3k
views
How do I use AWS EKS with the Jenkins Kubernetes Cloud plugin?
I have found essentially no documentation about how to use the Jenkins Kubernetes Plugin with Amazon EKS. The documentation mentions aws-iam-authenticator and a java setting to change a cache timeout, ...