Remove 'be formatted' from VolumeSource docs
Volumes do not need to be formatted as we now have the SafeFormatAndMount utility which formats volumes when needed.
This commit is contained in:
@@ -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 and be formatted 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. GCE PDs support ownership management and SELinux relabeling.</p>
|
||||
</div>
|
||||
<table class="tableblock frame-all grid-all" style="width:100%; ">
|
||||
<colgroup>
|
||||
@@ -3380,7 +3380,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
|
||||
<p>Represents a Persistent Disk resource in AWS.</p>
|
||||
</div>
|
||||
<div class="paragraph">
|
||||
<p>An AWS EBS disk must exist and be formatted before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.</p>
|
||||
<p>An AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.</p>
|
||||
</div>
|
||||
<table class="tableblock frame-all grid-all" style="width:100%; ">
|
||||
<colgroup>
|
||||
@@ -5584,7 +5584,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-23 18:41:56 UTC
|
||||
Last updated 2016-02-24 15:58:19 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 and be formatted 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. GCE PDs support ownership management and SELinux relabeling.</p>
|
||||
</div>
|
||||
<table class="tableblock frame-all grid-all" style="width:100%; ">
|
||||
<colgroup>
|
||||
@@ -6013,7 +6013,7 @@ The resulting set of endpoints can be viewed as:<br>
|
||||
<p>Represents a Persistent Disk resource in AWS.</p>
|
||||
</div>
|
||||
<div class="paragraph">
|
||||
<p>An AWS EBS disk must exist and be formatted before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.</p>
|
||||
<p>An AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes 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-23 18:41:48 UTC
|
||||
Last updated 2016-02-24 15:58:11 UTC
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user