Skip to content

Commit b1f91de

Browse files
authored
Add a missing period in logging.md
1 parent 0734372 commit b1f91de

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/cluster-administration

1 file changed

+1
-1
lines changed

content/en/docs/concepts/cluster-administration/logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ default rotation is configured to take place when log file exceeds 10MB.
8080

8181
As an example, you can find detailed information about how `kube-up.sh` sets
8282
up logging for COS image on GCP in the corresponding
83-
[script](https://github.com/kubernetes/kubernetes/blob/{{< param "githubbranch" >}}/cluster/gce/gci/configure-helper.sh)
83+
[script](https://github.com/kubernetes/kubernetes/blob/{{< param "githubbranch" >}}/cluster/gce/gci/configure-helper.sh).
8484

8585
When you run [`kubectl logs`](/docs/reference/generated/kubectl/kubectl-commands#logs) as in
8686
the basic logging example, the kubelet on the node handles the request and

0 commit comments

Comments
 (0)