Skip to content

Commit edcec2b

Browse files
committed
gpu: add note about dry-run and yaml output
Fixes: #1059 Signed-off-by: Tuomas Katila <[email protected]>
1 parent eeef8aa commit edcec2b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cmd/gpu_plugin/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,9 @@ Release tagged images of the components are also available on the Docker hub, ta
141141
release version numbers in the format `x.y.z`, corresponding to the branches and releases in this
142142
repository. Thus the easiest way to deploy the plugin in your cluster is to run this command
143143

144-
Note: Replace `<RELEASE_VERSION>` with the desired [release tag](https://github.com/intel/intel-device-plugins-for-kubernetes/tags) or `main` to get `devel` images.
144+
> **Note**: Replace `<RELEASE_VERSION>` with the desired [release tag](https://github.com/intel/intel-device-plugins-for-kubernetes/tags) or `main` to get `devel` images.
145+
146+
> **Note**: Add ```--dry-run=client -o yaml``` to the ```kubectl``` commands below to visualize the yaml content being applied.
145147
146148
See [the development guide](../../DEVEL.md) for details if you want to deploy a customized version of the plugin.
147149

0 commit comments

Comments
 (0)