Questions tagged [jenkins-x]

CI/CD solution for modern cloud applications on Kubernetes

Jenkins X

82 questions
0
votes
1 answer

How to connect backend and frontend correctly with same url in Jenkins-x

I use jenkins-x to deploy front-end and back-end projects, and I want to use the same url in ingress with different paths. The frontend uses mysite.com, and the backend uses mysite.com/api. At first, I wanted to directly modify…
0
votes
1 answer

Jx Boot Fails Step `install-jenkins-x` w/ Command "sh -c jx step helm apply --boot --remote --name jenkins-x --provider-values-dir ../kubeProviders"

I'm currently trying to install Jenkins X into my GKE Kubernetes Cluster. But jx boot is failing on step "install-jenkins-x". My jx version output is: NAME VERSION jx 2.1.36 Kubernetes cluster v1.14.10-gke.27 kubectl …
driouxg
  • 685
  • 10
  • 17
0
votes
2 answers

Kubernetes: Update pod liveness probe timeoutSeconds

i'm working with Kubernetes and Jenkins-x, i need to create a devpod with customized property. In particular i need a timeoutSeconds for the livenessProbe differebt from the default one. I dont know how to customize this attribute before the pod is…
IlBosco
  • 1
  • 1
  • 4
0
votes
0 answers

OKD unable to pull lager images from Internal Registry right after deployment of microservices through Jenkinsx

I am trying to deploy micro services in OKD through Jenkinsx and the deployment is successful every time. But the Pods are going into "ImagePullBackOff" error right after deployment and comes into Running state after deleting the…
Bhavani Prasad
  • 1,079
  • 1
  • 9
  • 26
0
votes
2 answers

How can I setup Jenkins-x on local kubernetes cluster?

Recently, I tried to setup Jenkins X on a kubernetes cluster. However there exists some problem during installation. There are several options in jx create cluster such as aks(create with AKS), aws(create with AWS), minikube(create with Minikube)…
jwl1993
  • 314
  • 1
  • 13
0
votes
1 answer

Unable to delete the Persistent Volumes (PVs) associated with the helm release of a micro service deployment in JenkinsX

Summary: I have deployed a microservice in OKD cluster through JenkinsX and am trying to delete the Persistent Volumes (PVs) associated with a helm release right after the deployment. So I found the following command from the jx documentation, jx…
Bhavani Prasad
  • 1,079
  • 1
  • 9
  • 26
0
votes
1 answer

How to upgrade helm from 2 to 3 version in jenkinsx installed in okd environment

I want to upgrade helm version from 2 version to 3 version since I am facing "Could not find tiller" issue in while using "helm delete --purge " in JenkinsX. So upgrade does not depend on tiller and makes my job easy. Please help me to resolve…
Bhavani Prasad
  • 1,079
  • 1
  • 9
  • 26
0
votes
2 answers

Helm in JenkinsX unable to find tiller

I am trying to run "helm version" command in the jenkinsx but it fails with the following error. Error: helm version Client: &version.Version{SemVer:"v2.14.3", GitCommit:"0e7f3b6637f7af8fcfddb3d2941fcc7cbebb0085", GitTreeState:"clean"} Error: could…
Bhavani Prasad
  • 1,079
  • 1
  • 9
  • 26
0
votes
1 answer

Best way to integrate Jenkins X on to pre-existing GKE

I have a current GKE that runs a Node JS/React application. My project is hosted on Github and I am currently using Jenkins for my CI/CD pipeline. I have recently heard about Jenkins X and am interested in trying to use it for my GKE cluster. On the…
kennycodes
  • 526
  • 3
  • 11
  • 19
0
votes
1 answer

How do you upgrade the plugins on a Jenkins X install?

We have installed Jenkins X on a Kubernetes cluster, but are uncertain about how one goes about upgrading the plugins. I see a jx command for upgrading the platform; are the plugins used for Jenkins X tied to the platform version? If that is the…
Andy Hopper
  • 3,618
  • 1
  • 20
  • 26
0
votes
1 answer

How to import existing git project into Jenkins X that has multiple micro services?

I have a github repository which has multiple microservices projects. Each of these projects are in separate folders along with corresponding Dockerfile and build configurations. Each of these projects are implemented using different languages and…
0
votes
1 answer

Where can I set jenkinsX pod's storage sizes? The pods are running out of storage

I have setup jenkinsx using the jx -import command, and have updated the helm charts and jenkinsfile in the repo to run builds for a nodejs application. JX will spin up a new pod with a nodejs container and jnlp container. At some point in the…
0
votes
1 answer

Error Creating Vault - Missing S3 Bucket Flag?

I'm trying to create a new jenkinsx cluster using jx. This is the command I am running: jx create cluster aws --ng And this is the error I get: error: creating the system vault: creating vault: Missing S3 bucket flag It seems to fail out on…
Slippy
  • 1,253
  • 5
  • 22
  • 43
0
votes
1 answer

Jenkins X could not find the system vault name in namespace

I am trying to add a team in jenkins x NG on my GKE cluster. However, the team controller is unable to setup the team and dies with the error: Unable to install jx for team A: configuring the git auth: creating the git auth config service: could not…
Amit
  • 3,952
  • 7
  • 46
  • 80
0
votes
1 answer

Failed to successfully validate kops cluster state

I am using this command to try and get a jenkins-x cluster set up and running : jx create cluster aws --ng I've also tried : jx create cluster aws the output looks like this : Waiting to for a valid kops cluster state... WARNING: retrying after…
Slippy
  • 1,253
  • 5
  • 22
  • 43