You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exposestrategy/auto.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ func getAutoDefaultDomain(ctx context.Context, c kubernetes.Interface) (string,
104
104
}
105
105
}
106
106
}
107
-
return"", errors.New("no known automatic ways to get an external ip to use with nip. Please configure exposecontroller configmap manually see https://github.com/olli-ai/exposecontroller#configuration")
107
+
return"", errors.New("no known automatic ways to get an external ip to use with nip. Please configure exposecontroller configmap manually see https://github.com/devopscare/exposecontroller#configuration")
108
108
}
109
109
110
110
// copied from k8s.io/kubernetes/pkg/master/master.go
0 commit comments