agola/internal/services
Simone Gotti 7aea06fce8 k8s driver: use right node selector on old k8s versions
Before kubernetes 1.14 nodes were labeled with the "beta.kubernetes.io/arch"
label instead of the "kubernetes.io/arch".

Current k8s version (v1.15) labels nodes with both labels but it's
deprecated and will removed in future versions.

At driver start get the current k8s api version and choose the right label to
use as node selector based on it.
2019-07-08 13:51:31 +02:00
..
common *: use vanity url 2019-07-01 11:40:20 +02:00
config config: remove unused gatewayURL from gitserver config 2019-07-04 10:55:12 +02:00
configstore configstore: implement secret update 2019-07-08 10:32:32 +02:00
executor k8s driver: use right node selector on old k8s versions 2019-07-08 13:51:31 +02:00
gateway gateway: implement secret update 2019-07-08 10:32:45 +02:00
gitserver service/*: log error only if nil 2019-07-04 15:50:37 +02:00
notification notification: fix linter errors 2019-07-02 15:54:47 +02:00
runservice runservice: handle run not existing 2019-07-08 09:30:15 +02:00
scheduler scheduler: fix linter errors 2019-07-02 15:56:14 +02:00
types *: add remote source option to disable registration/login 2019-07-05 13:33:29 +02:00