You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,11 @@ _Except as I've continued to work on this, I've noticed this is really just a fr
8
8
9
9
---
10
10
11
-
**ATTENTION:** The `helm` chart repository has been relocated (since the repo has been relocated). To update your repository you can do the following:
11
+
**ATTENTION:** The `helm` chart repository has been moved to a [separate repo](https://github.com/kvdi/helm-charts) to tidy things up here more. To update your repository you can do the following:
When there is a change to one or more CRDs, it will be mentioned in the notes for that release.
164
165
165
166
## Building and Running Locally
166
167
167
-
The `Makefiles` contain helpers for testing the full solution locally using `kind`. Run `make help` to see all the available options.
168
+
The `Makefile` contains helpers for testing the full solution locally using `k3d`. Run `make help` to see all the available options.
168
169
169
170
_If you choose to pull the images from the registry instead of building and loading first - you probably want to set `VERSION=latest` (or a previous version) in your environment also.
170
171
The `Makefile` is usually pointed at the next version to be released and published images may not exist yet_.
<td><p>(Members of <code>PersistentVolumeClaimSpec</code> are embedded into this type.)</p></td>
523
+
</tr>
524
+
<trclass="even">
525
+
<td><code>retainPVCs</code> <em>bool</em></td>
526
+
<td><p>RetainPVCs tells the desktop controller to leave PVCs in-tact after they are allocated for a user. The default behavior is to free the volume from the PVC after each desktop session so it can be used across other namespaces. Note that if you set this value to <code>true</code> users will only be able to launch sessions in a single namespace (unless the PVC is manually removed).</p></td>
527
+
</tr>
528
+
</tbody>
529
+
</table>
530
+
504
531
### VDICluster
505
532
506
533
VDICluster is the Schema for the vdiclusters API
@@ -541,7 +568,7 @@ VDICluster is the Schema for the vdiclusters API
541
568
<td><p>Pull secrets to use when pulling container images</p></td>
<td><p>The configuration for user $HOME volumes to be managed by kVDI.</p>
546
573
<p><strong>NOTE:</strong> Even though the controller will try to force the reclaim policy on created volumes to <code>Retain</code>, you may want to set it explicitly on your storage-class controller as an extra safeguard.</p></td>
547
574
</tr>
@@ -606,7 +633,7 @@ VDIClusterSpec defines the desired state of VDICluster
606
633
<td><p>Pull secrets to use when pulling container images</p></td>
<td><p>The configuration for user $HOME volumes to be managed by kVDI.</p>
611
638
<p><strong>NOTE:</strong> Even though the controller will try to force the reclaim policy on created volumes to <code>Retain</code>, you may want to set it explicitly on your storage-class controller as an extra safeguard.</p></td>
0 commit comments