mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Update for k8s 1.19
This commit is contained in:
parent
daa4beb22c
commit
837a943234
@ -33,6 +33,10 @@ func (k *k3s) Instances() (cloudprovider.Instances, bool) {
|
||||
return k, true
|
||||
}
|
||||
|
||||
func (k *k3s) InstancesV2() (cloudprovider.InstancesV2, bool) {
|
||||
return nil, false
|
||||
}
|
||||
|
||||
func (k *k3s) LoadBalancer() (cloudprovider.LoadBalancer, bool) {
|
||||
return nil, false
|
||||
}
|
||||
|
@ -24,7 +24,7 @@ func init() {
|
||||
type Embedded struct{}
|
||||
|
||||
func (Embedded) Kubelet(args []string) error {
|
||||
command := kubelet.NewKubeletCommand(context.Background().Done())
|
||||
command := kubelet.NewKubeletCommand(context.Background())
|
||||
command.SetArgs(args)
|
||||
|
||||
go func() {
|
||||
|
Loading…
Reference in New Issue
Block a user