mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 06:27:05 +00:00
Fix docs for read-only PDs.
This commit is contained in:
parent
027af6359c
commit
c94a0856a0
@ -1437,7 +1437,7 @@ Examples:<br>
|
||||
<p>Represents a Persistent Disk resource in Google Compute Engine.</p>
|
||||
</div>
|
||||
<div class="paragraph">
|
||||
<p>A GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once. GCE PDs support ownership management and SELinux relabeling.</p>
|
||||
<p>A GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling.</p>
|
||||
</div>
|
||||
<table class="tableblock frame-all grid-all" style="width:100%; ">
|
||||
<colgroup>
|
||||
@ -5591,7 +5591,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2016-02-24 15:58:19 UTC
|
||||
Last updated 2016-02-26 21:38:01 UTC
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
@ -982,7 +982,7 @@ Examples:<br>
|
||||
<p>Represents a Persistent Disk resource in Google Compute Engine.</p>
|
||||
</div>
|
||||
<div class="paragraph">
|
||||
<p>A GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once. GCE PDs support ownership management and SELinux relabeling.</p>
|
||||
<p>A GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling.</p>
|
||||
</div>
|
||||
<table class="tableblock frame-all grid-all" style="width:100%; ">
|
||||
<colgroup>
|
||||
@ -7477,7 +7477,7 @@ The resulting set of endpoints can be viewed as:<br>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2016-02-24 15:58:11 UTC
|
||||
Last updated 2016-02-26 21:37:52 UTC
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user