Update config.go
This commit is contained in:
		@ -4,7 +4,7 @@ import "time"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
const (
 | 
					const (
 | 
				
			||||||
	ListenAddr = "0.0.0.0:9090"
 | 
						ListenAddr = "0.0.0.0:9090"
 | 
				
			||||||
	Kubeconfig = "E:\\kubeconfig\\config"
 | 
						Kubeconfig = "/root/.kube/config"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	//tail的日志行数
 | 
						//tail的日志行数
 | 
				
			||||||
	PodLogTailLine = 2000
 | 
						PodLogTailLine = 2000
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user