mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
@@ -113,7 +113,7 @@ func portOpen(ip string, port int) bool {
|
|||||||
|
|
||||||
func isKubernetesDashboard(ip string, port int) bool {
|
func isKubernetesDashboard(ip string, port int) bool {
|
||||||
client := &http.Client{
|
client := &http.Client{
|
||||||
Timeout: time.Second * 3,
|
Timeout: time.Second * 10,
|
||||||
Transport: &http.Transport{
|
Transport: &http.Transport{
|
||||||
TLSClientConfig: &tls.Config{
|
TLSClientConfig: &tls.Config{
|
||||||
InsecureSkipVerify: true,
|
InsecureSkipVerify: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user