CI/CD solution for modern cloud applications on Kubernetes
Questions tagged [jenkins-x]
82 questions
0
votes
2 answers
Failed to pull image "draft:dev"
When I generated code with the Quickstart (angular project), I got a project that gets deployed on Aruze in my Kubernetes. I can also access this Angular application from the internet, everything is fine.
For my own application, if Jenkins-x build…

Dimitri
- 21
- 1
- 2
0
votes
1 answer
Jenkinsx - 503 service temporary available
I set up the CI CD pipeline on GKE using JenkinsX. The build step is successful, but if I hit the staging URL, it shows me the page with 503 Service temporarily unavailable. I know that JenkinsX deploys the application behind nginx. So do I need to…

Swapnil
- 801
- 3
- 19
- 42
0
votes
1 answer
JenkinsX - Build fail due to Java Heap space
I am working on creating CI/CD pipeline for Spring Boot application on GKE using JenkinsX. As soon as I push the code to the master branch, build gets triggered but the build fails due to insufficient Java heap space.
[ERROR] Failed to execute goal…

Swapnil
- 801
- 3
- 19
- 42
0
votes
1 answer
Jenkinsx - Production promote failing due to connection refused error
I am trying to build a CI/CD pipeline on GKE. But the promotion from staging to production is failing due to connection refused error.
To resolve the issue, I referred the solution suggested at https://github.com/jenkins-x/jx/issues/469 by updating…

Swapnil
- 801
- 3
- 19
- 42
0
votes
1 answer
How do I change a promotion strategy in one of my Jenkins X environments?
I've used the "jx create spring -d web -d actuator" command to create a simple Spring java application but I can't figure out how I'd change the promotion strategy from Auto to Manual. Can't see how it's being set in the environment…

icewhite
- 417
- 3
- 15
0
votes
1 answer
'preview' ingress service configuration
I'd like to know how to add annotations on all preview ingress services definition generated for each jx preview to configure it.
I'm having issues with either header forward or header stripping by nginx. The server behind the preview ingress…

Vlad
- 287
- 3
- 13
0
votes
3 answers
Jenkins X use secrets in Preview environments
I'm using Jenkins X for microservice build / deployment. In each environment there are shared secrets used across microservices (client keys etc) which are injected into deployment.yaml as environment variables using valueFrom and secretKeyRef. This…

mooncat69
- 155
- 9
0
votes
0 answers
Istio Gateway and Traffic Routing does not work (deployed via Jenkins X/jx)
So we have a environment staging" repo which was created by jenkins x. In it we commit the following ymls to theenv/templates` folder. The kubernetes cluster is in AWS EKS.
apiVersion: v1
kind: Namespace
metadata:
name:…

MilindaD
- 7,533
- 9
- 43
- 63
0
votes
1 answer
Install Jenkins X with Cloudflare on AWS EKS platform
I have Cloudflare for DNS provider, how can I install Jenkins X in AWS EKS without move from Cloudflare?
I tried to run with this:
jx install --provider=eks --domain=eks.love-eks.com
but i get
retrying after error:checking health of Jenkins…

pioupiou
- 836
- 2
- 14
- 29
0
votes
1 answer
How to add another user to Jenkins X once it has been set up
I have my Jenkins X setup fresh (for example using jx create cluster gke) and it works great for me.
How do I add another user to work with it (on their own machine)?

Michael Neale
- 19,248
- 19
- 77
- 109
0
votes
1 answer
Installing Confluent Plugins on Kubernetes
Our team is developing Kafka Connect Source Connector-plugins.
Do you have any ideas on how to install/upgrade the plugins? How is the flow (git -> Jenkins -> running Source Connector) supposed to look on-prem?
We use Confluent on Kubernetes which…

Daniel O
- 4,607
- 6
- 44
- 52
0
votes
1 answer
How to deploy docker image on kubernetes using jenkins x
I have created kubernetes cluster using minikube. I am able to build an docker image using jenkins x but how can I deploy that image on kubernets. I am trying to install than image using helm sh "helm install -n go-k8s ./go-k8s/helm-chart" but it is…

Sarika Jamdade
- 57
- 8
0
votes
1 answer
how to build docker image using jenkins x
I am trying to build docker Image using jenkins x and I have created kubernetes cluster using minikube. got an error /var/jenkins_home/workspace/sarika-ps_go-k8s_master@tmp/durable-6564436e/script.sh: docker: not found. I have installed the docker…

Sarika Jamdade
- 57
- 8
0
votes
2 answers
Jenkins-X: How to link external service in preview environment
From preview environment I want to access a database located in staging environment (in namespace jx-staging).
I am trying to follow Service Linking from Jenkins-X documentation with no success. Documentation is not really clear where to put the…

Michal Foksa
- 11,225
- 9
- 50
- 68
0
votes
2 answers
Create a Amazon EKS cluster with jenkins-x and cluster-autoscaler gives fails ingress on even number of nodes
I am creating an Amazon EKS cluster using jenkins-x with:
jx create cluster eks -n demo --node-type=t3.xlarge --nodes=1 --nodes-max=5 --nodes-min=1 --skip-installation
After that, I add the cluster-autoscaler IAM policy for auto discovery and the…

Martijn Burger
- 7,315
- 8
- 54
- 94