Skip to content

Commit 7c137f9

Browse files
Merge pull request #125 from k8snetworkplumbingwg/ntpfailover_update_criteria
2 parents ea54443 + 941d2d6 commit 7c137f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/generic/ntpfailover.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const (
4646
)
4747

4848
var (
49-
ts2phcOffsetRegex = regexp.MustCompile("offset .*s[23] freq")
49+
ts2phcOffsetRegex = regexp.MustCompile("offset .*s3 freq")
5050
chronydOnlineRegex = regexp.MustCompile("chronyd .* starting")
5151
)
5252

0 commit comments

Comments
 (0)