File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ func (t *dnsFederationsConfigMapTest) run() {
68
68
valid1 := map [string ]string {
69
69
"Corefile" : fmt .Sprintf (`.:53 {
70
70
health
71
+ ready
71
72
kubernetes %v in-addr.arpa ip6.arpa {
72
73
pods insecure
73
74
upstream
@@ -84,6 +85,7 @@ func (t *dnsFederationsConfigMapTest) run() {
84
85
valid2 := map [string ]string {
85
86
"Corefile" : fmt .Sprintf (`:53 {
86
87
health
88
+ ready
87
89
kubernetes %v in-addr.arpa ip6.arpa {
88
90
pods insecure
89
91
upstream
@@ -234,6 +236,7 @@ func (t *dnsNameserverTest) run(isIPv6 bool) {
234
236
t .setConfigMap (& v1.ConfigMap {Data : map [string ]string {
235
237
"Corefile" : fmt .Sprintf (`.:53 {
236
238
health
239
+ ready
237
240
kubernetes %v in-addr.arpa ip6.arpa {
238
241
pods insecure
239
242
upstream
@@ -333,6 +336,7 @@ func (t *dnsPtrFwdTest) run(isIPv6 bool) {
333
336
t .setConfigMap (& v1.ConfigMap {Data : map [string ]string {
334
337
"Corefile" : fmt .Sprintf (`.:53 {
335
338
health
339
+ ready
336
340
kubernetes %v in-addr.arpa ip6.arpa {
337
341
pods insecure
338
342
upstream
@@ -444,6 +448,7 @@ func (t *dnsExternalNameTest) run(isIPv6 bool) {
444
448
t .setConfigMap (& v1.ConfigMap {Data : map [string ]string {
445
449
"Corefile" : fmt .Sprintf (`.:53 {
446
450
health
451
+ ready
447
452
kubernetes %v in-addr.arpa ip6.arpa {
448
453
pods insecure
449
454
upstream
You can’t perform that action at this time.
0 commit comments