virtual-kubelet / node-cli

CLI library for rapid prototyping of virtual-kubelet nodes
Apache License 2.0
18 stars 30 forks source link

Feature: expose kube api qps and burst #10

Closed cwdsuzhou closed 4 years ago

cwdsuzhou commented 4 years ago

Feature: expose kube api qps and burst

fix https://github.com/virtual-kubelet/virtual-kubelet/issues/822

cpuguy83 commented 4 years ago
##[error]internal/commands/root/root.go:84:26: not enough arguments in call to newClient
    have (string)
    want (string, int32, int32)
##[error]Process completed with exit code 2.
cwdsuzhou commented 4 years ago
##[error]internal/commands/root/root.go:84:26: not enough arguments in call to newClient
  have (string)
  want (string, int32, int32)
##[error]Process completed with exit code 2.

Sorry,updated.

cwdsuzhou commented 4 years ago

ping @cpuguy83