typo fix, missing word

This commit is contained in:
Fotis Georgatos 2019-01-21 18:21:13 +01:00 committed by GitHub
parent d7961211cf
commit 40f8451505
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ loggingPage:
clusterHeader: Cluster Logging clusterHeader: Cluster Logging
projectHeader: Project Logging projectHeader: Project Logging
helpText: helpText:
cluster: We will use fluentd to collect stdout/stderr logs from each container and the log files which under path <code >/var/log/containers/</code> on each host. The logs can be shipped to a target you configure below. cluster: We will use fluentd to collect stdout/stderr logs from each container and the log files which exist under path <code >/var/log/containers/</code> on each host. The logs can be shipped to a target you configure below.
clusterTarget: The cluster logging target is <code class="text-capitalize">{clusterTargetType}</code>. If project logging is enabled, logs will be shipped to both cluster target and project logging target. clusterTarget: The cluster logging target is <code class="text-capitalize">{clusterTargetType}</code>. If project logging is enabled, logs will be shipped to both cluster target and project logging target.
noClusterTarget: Logging is disabled at current cluster. noClusterTarget: Logging is disabled at current cluster.
tags: tags: