Skip to content

Commit 570a85e

Browse files
authored
Merge pull request kubernetes#82274 from rajansandeep/addreadytotest
Add ready plugin to dns tests
2 parents b47349a + 95b0c3b commit 570a85e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/e2e/network/dns_configmap.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ func (t *dnsFederationsConfigMapTest) run() {
6868
valid1 := map[string]string{
6969
"Corefile": fmt.Sprintf(`.:53 {
7070
health
71+
ready
7172
kubernetes %v in-addr.arpa ip6.arpa {
7273
pods insecure
7374
upstream
@@ -84,6 +85,7 @@ func (t *dnsFederationsConfigMapTest) run() {
8485
valid2 := map[string]string{
8586
"Corefile": fmt.Sprintf(`:53 {
8687
health
88+
ready
8789
kubernetes %v in-addr.arpa ip6.arpa {
8890
pods insecure
8991
upstream
@@ -234,6 +236,7 @@ func (t *dnsNameserverTest) run(isIPv6 bool) {
234236
t.setConfigMap(&v1.ConfigMap{Data: map[string]string{
235237
"Corefile": fmt.Sprintf(`.:53 {
236238
health
239+
ready
237240
kubernetes %v in-addr.arpa ip6.arpa {
238241
pods insecure
239242
upstream
@@ -333,6 +336,7 @@ func (t *dnsPtrFwdTest) run(isIPv6 bool) {
333336
t.setConfigMap(&v1.ConfigMap{Data: map[string]string{
334337
"Corefile": fmt.Sprintf(`.:53 {
335338
health
339+
ready
336340
kubernetes %v in-addr.arpa ip6.arpa {
337341
pods insecure
338342
upstream
@@ -444,6 +448,7 @@ func (t *dnsExternalNameTest) run(isIPv6 bool) {
444448
t.setConfigMap(&v1.ConfigMap{Data: map[string]string{
445449
"Corefile": fmt.Sprintf(`.:53 {
446450
health
451+
ready
447452
kubernetes %v in-addr.arpa ip6.arpa {
448453
pods insecure
449454
upstream

0 commit comments

Comments
 (0)