mirror of
https://github.com/rancher/rke.git
synced 2025-09-17 15:40:07 +00:00
Update to new certs package since latest k8s dropped it
This commit is contained in:
@@ -8,10 +8,10 @@ import (
|
||||
"github.com/rancher/rke/hosts"
|
||||
"github.com/rancher/rke/log"
|
||||
"github.com/rancher/rke/pki"
|
||||
"github.com/rancher/rke/pki/cert"
|
||||
"github.com/rancher/rke/services"
|
||||
"github.com/rancher/types/apis/management.cattle.io/v3"
|
||||
v3 "github.com/rancher/types/apis/management.cattle.io/v3"
|
||||
"github.com/urfave/cli"
|
||||
"k8s.io/client-go/util/cert"
|
||||
)
|
||||
|
||||
func CertificateCommand() cli.Command {
|
||||
|
Reference in New Issue
Block a user