We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 649fd52 commit 250909eCopy full SHA for 250909e
README.md
@@ -13,6 +13,10 @@ CoreDNS running with the k8s_dns_chaos plugin can be used to do chaos tests on D
13
14
This plugin can only be used once per Server Block.
15
16
+> **Note:**
17
+>
18
+> It works with CoreDNS 7d5f5b87a4fb310d442f7ef0d52e3fead0e10d39.
19
+
20
## Syntax
21
22
~~~
@@ -80,4 +84,4 @@ The shell command below will execute failed:
80
84
```shell
81
85
kubectl exec busybox-0 -it -n busybox -- ping -c 1 google.com
82
86
ping: bad address 'google.com'
83
-```
87
+```
0 commit comments