mirror of https://github.com/kubernetes/kops.git
Initial work
This commit is contained in:
parent
33089f960d
commit
90f3ebee57
|
|
@ -52,6 +52,8 @@ func init() {
|
||||||
func main() {
|
func main() {
|
||||||
klog.InitFlags(nil)
|
klog.InitFlags(nil)
|
||||||
|
|
||||||
|
klog.Infof("sri testing")
|
||||||
|
|
||||||
// Disable metrics by default (avoid port conflicts, also risky because we are host network)
|
// Disable metrics by default (avoid port conflicts, also risky because we are host network)
|
||||||
metricsAddress := ":0"
|
metricsAddress := ":0"
|
||||||
//flag.StringVar(&metricsAddr, "metrics-addr", metricsAddress, "The address the metric endpoint binds to.")
|
//flag.StringVar(&metricsAddr, "metrics-addr", metricsAddress, "The address the metric endpoint binds to.")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue