mixslice / trident

Bootstrap and manage Kubernetes cluster in AWS China
9 stars 5 forks source link

CI/CD with jenkins as addon for kubernetes #37

Closed bensonz closed 7 years ago

bensonz commented 7 years ago

PR for #24

Jenkins-swarm is able to run but jenkins-slave is stuck at creatingContainer. Maybe an issue related to persistent volume. See Unable to mount AWS EBS volume for details. Pretty much the same issue and error.

bensonz commented 7 years ago

close #35 with commit 70a4747.

Update on #24 : Have not finished deploying jenkins on kubernetes cluster. Image jenkins/jenkins:lts can be run locally but is stuck at image pull when trying to set up as a K8s deployment.

bensonz commented 7 years ago

Found a pitfall: need to make persistent volume claim first, make sure it's bounded and then we can deploy jenkins service with persistent volume.