Hi all,
have following setup:
- gitlab.local.lan + drone-server (as k8s pod) + drone-runner-kube (as k8s pod) in drone namespace
- this setup works like a charm
Is it possible to create a second drone-runner-kube in another namespace and do deployments into both namespaces with one drone-server?
Found the “node” attribute in the kubernetes pipeline documentation. How can I select the drone-runner-kube inside a .drone yaml?
Greetings