mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-28 16:37:43 +08:00
Merge pull request #225 from cpuguy83/k8s_priority
Make k8s driver priority lower
This commit is contained in:
commit
891d355679
@ -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