Add Jenkins setup resources

This commit is contained in:
2022-07-25 17:51:12 -05:00
parent f7d01f3d03
commit 70cb9186a6
3 changed files with 67 additions and 0 deletions

View File

@@ -14,3 +14,14 @@ All machines run Fedora, using only Fedora builds of the Kubernetes components
(`kubeadm`, `kubectl`, and `kubeadm`).
See [Cluster Setup](setup/README.md) for details.
## Jenkins Agents
One of the main use cases for the Kubernetes cluster is to provide dynamic
agents for Jenkins. Using the [Kubernetes Plugin][0], Jenkins will
automatically launch worker nodes as Kubernetes pods.
See [Jenkins Kubernetes Integration](jenkins/README.md) for details.
[0]: https://plugins.jenkins.io/kubernetes/