mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 00:47:48 +08:00
Make k8s driver priority lower
Otherwise it ends up being default and it's probably not the normal case. Signed-off-by: Brian Goff <cpuguy83@gmail.com>
This commit is contained in:
parent
08b5a52ccd
commit
87fbc406f5
@ -14,8 +14,8 @@ import (
|
||||
"k8s.io/client-go/kubernetes"
|
||||
)
|
||||
|
||||
const prioritySupported = 30
|
||||
const priorityUnsupported = 70
|
||||
const prioritySupported = 40
|
||||
const priorityUnsupported = 80
|
||||
|
||||
func init() {
|
||||
driver.Register(&factory{})
|
||||
|
Loading…
x
Reference in New Issue
Block a user