change
This commit is contained in:
@@ -32,6 +32,7 @@ type KubernetesTools struct {
|
||||
}
|
||||
|
||||
func NewKubernetesTool() (Tool, error) {
|
||||
fmt.Println(conf.GetConfig().KubeCA, conf.GetConfig().KubeCert, conf.GetConfig().KubeData)
|
||||
// Load Kubernetes config (from ~/.kube/config)
|
||||
config := &rest.Config{
|
||||
Host: conf.GetConfig().KubeHost + ":" + conf.GetConfig().KubePort,
|
||||
|
||||
Reference in New Issue
Block a user