Skip to content

Commit

Permalink
update node
Browse files Browse the repository at this point in the history
  • Loading branch information
swapwz committed Dec 5, 2017
1 parent 9a2de04 commit c00565c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unicni.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ func cmdAdd(args *skel.CmdArgs) error {
} else {
kubeMaster = defaultHost
}
fmt.Fprintf(os.Stderr, "[UNION CNI] kubemaster %v\r\n", kubeMaster)
netInfo, _ := netinfo.GetNetInfo(kubeMaster, defaultPort,
string(k8sArgs.K8S_POD_NAMESPACE),
string(k8sArgs.K8S_POD_NAME))
Expand Down

0 comments on commit c00565c

Please sign in to comment.