Merge pull request #225 from cpuguy83/k8s_priority

Make k8s driver priority lower
pull/234/head
Tõnis Tiigi 5 years ago committed by GitHub
commit 891d355679
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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{})

@ -89,3 +89,5 @@ require (
)
replace github.com/jaguilar/vt100 => github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305
go 1.13

Loading…
Cancel
Save