File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/tutorials/stateful-application Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Kubernetes concepts.
26
26
- [ Pods] ( /docs/concepts/workloads/pods/ )
27
27
- [ Cluster DNS] ( /docs/concepts/services-networking/dns-pod-service/ )
28
28
- [ Headless Services] ( /docs/concepts/services-networking/service/#headless-services )
29
- - [ PersistentVolumes] ( /docs/concepts/storage/volumes/ )
29
+ - [ PersistentVolumes] ( /docs/concepts/storage/persistent- volumes/ )
30
30
- [ PersistentVolume Provisioning] (https://github.com/kubernetes/examples/tree/{{ < param "githubbranch" >}}/staging/persistent-volume-provisioning/)
31
31
- [ StatefulSets] ( /docs/concepts/workloads/controllers/statefulset/ )
32
32
- [ PodDisruptionBudgets] ( /docs/concepts/workloads/pods/disruptions/#pod-disruption-budget )
@@ -522,7 +522,7 @@ log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout
522
522
log4j.appender.CONSOLE.layout.ConversionPattern=%d{ISO8601} [myid:%X{myid}] - %-5p [%t:%C{1}@%L] - %m%n
523
523
```
524
524
525
- This is the simplest possible way to safely log inside the container.
525
+ This is the simplest possible way to safely log inside the container.
526
526
Because the applications write logs to standard out, Kubernetes will handle log rotation for you.
527
527
Kubernetes also implements a sane retention policy that ensures application logs written to
528
528
standard out and standard error do not exhaust local storage media.
You can’t perform that action at this time.
0 commit comments