mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-29 17:05:46 +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"
|
"k8s.io/client-go/kubernetes"
|
||||||
)
|
)
|
||||||
|
|
||||||
const prioritySupported = 30
|
const prioritySupported = 40
|
||||||
const priorityUnsupported = 70
|
const priorityUnsupported = 80
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
driver.Register(&factory{})
|
driver.Register(&factory{})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user