-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Blocker
-
Component/s: kubernetes-plugin
Our Jenkins controller is on AWS ec2 and trying to connect with EKS cluster. Getting "Failed to start websocket connection after 5 attempts" while executing the test pipeline job.
Â
Pipeline script:
pipeline {
 agent {
  kubernetes
 }
 stages {
  stage('Run maven') {
   steps {
    container('maven')
    container('busybox')
{ Â Â Â Â Â sh '/bin/busybox' Â Â Â Â }Â Â Â }
  }
 }
}
Â
Â
Error log:Â
 PFA
Â
Plugin versions:
Kubernetes Client API PluginVersion6.4.1-208.vfe09a_9362c2c
Kubernetes Credentials PluginVersion0.10.0
Kubernetes pluginVersion3883.v4d70a_a_a_df034