continuous-deployment-on-kubernetes
continuous-deployment-on-kubernetes copied to clipboard
Get up and running with Jenkins on Google Kubernetes Engine
use more recent version of Jenkins image - 2.162 remove partition: 1 from volumes that causes pod to unable to attach volume per https://github.com/kubernetes/kubernetes/issues/37253#issuecomment-264025021 add security context as newer images...
Each build spawns a new pod to carry out the build. I understand that this is expected behavior, but what I'm wondering is is there any mechanism for cleanup? Right...
I was just following the qwiklab from the google coursera kubernetes course which is based on this repo. Jenkins would fail to build anything due to disabled plugins, complaining that...
Following on Qwiklabs, got error on step `curl http://localhost:8001/api/v1/proxy/namespaces/new-feature/services/gceme-frontend:80/` change url to `http://localhost:8001/api/v1/namespaces/new-feature/services/gceme-frontend:80/proxy/` fix it.
https://github.com/GoogleCloudPlatform/continuous-deployment-on-kubernetes/blob/c67a9f9ca7d6959118de3f1d25a273a6c045d493/jenkins/values.yaml#L17 I think this is a bug. In the tutorial, we create 2 `n1-standard-2` instances. These have a maximum persistent capability of 64GB, yet the `values.yaml` describes 100GB. See https://cloud.google.com/compute/docs/machine-types...
Hello, I'm experiencing an issue similar to #77 but the proposed fix does not work for me. My situation is a little different however, I'm running the latest Jenkins in...
When I run a free style project with command "sleep 30" just to test everything is setup properly. I'm getting #1 (pending—Waiting for next available executor) I'm not sure what...
When I try to upgrade Jenkins to LTS `gcloud docker -- pull` stops working. But `kubectl` command still works. Seems that the authorization of gcloud is broken for versions >...
I would like to have github webhook to trigger the build but I am not being able to setup this in jenkins.
(... unless I am missing something.) Granted, this is an edge case. However, it could be fixed with a straightforward and non-intrusive change. Being an example for an actual production...