diff --git a/learning/k8s-intermediate/service/dns.md b/learning/k8s-intermediate/service/dns.md
index db75c93..c641ec6 100644
--- a/learning/k8s-intermediate/service/dns.md
+++ b/learning/k8s-intermediate/service/dns.md
@@ -148,7 +148,9 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
```
-### Pod 的 DNS 配置
+### Pod 的 DNS 配置
+
+> Kuboard v1.0.8.3 开始,支持 Pod 的 dnsConfig 字段。配置界面在 `工作负载编辑器 --> 容器组的更多设定`
在 Kubernetes 中,您可以直接配置 Pod 的 DNS 设置。