drone / drone-runtime

[DEPRECATED] migrated to https://github.com/drone-runners
Other
62 stars 43 forks source link

Add a prefix to the auto-generated resources by the pipeline controller #52

Closed alfonmga closed 5 years ago

alfonmga commented 5 years ago

Currently the auto-generated resources name by the pipeline controller looks like this: n3grlskg6s9ac7c39l5dt80i49iirtue. It makes extremely hard to monitoring them as we never can expect how they will looks like.

Example screenshot:

screen shot 2019-03-05 at 4 59 17 am

Adding a prefix to the auto-generated Namespace and Pod would solve this.

bradrydzewski commented 5 years ago

fixed by https://github.com/drone-runners/drone-runner-kube/commit/f090cae63804a853990447acae6e5a6843c2ca02

new kubernetes runner documentation can be found here: https://kube-runner.docs.drone.io/