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: docs/book/src/clusterctl/commands/init.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,10 @@ for each selected provider.
62
62
63
63
You can specify the provider version by appending a version tag to the provider name, e.g. `aws:v0.4.1`.
64
64
65
+
Pinning the version provides better control over what clusterctl chooses to install
66
+
(usually required in an enterprise environment). Version pinning should always be used when using [image overrides](../configuration.md#image-overrides), or when relying on internal repositories with a separated
67
+
software supply chain, or a custom versioning schema.
0 commit comments