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 67b8ef7 commit 88adcbcCopy full SHA for 88adcbc
setup/addon-list/logging.md
@@ -24,7 +24,7 @@ cluster/kube-up.sh
24
25
## 部署方法
26
27
-由于 Fluentd daemonset 只会调度到带有标签 `kubectl label nodes --all beta.kubernetes.io/fluentd-ds-ready=true` 的 Node 上,需要给 Node 设置标签
+由于 Fluentd daemonset 只会调度到带有标签 `beta.kubernetes.io/fluentd-ds-ready=true` 的 Node 上,需要给 Node 设置标签
28
29
```bash
30
kubectl label nodes --all beta.kubernetes.io/fluentd-ds-ready=true
0 commit comments