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/topics/custom-images.md
+26-2Lines changed: 26 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,35 @@ This document will help you get a CAPZ Kubernetes cluster up and running with yo
6
6
7
7
An *image* defines the operating system and Kubernetes components that will populate the disk of each node in your cluster.
8
8
9
-
By default, images offered by "capi" in the [Azure Marketplace][azure-marketplace] are used. You can list these *reference images* with this command:
9
+
By default, images offered by "capi" in the [Azure Marketplace][azure-marketplace] are used.
10
+
11
+
You can list these *reference images* with this command:
10
12
11
13
```bash
12
14
az vm image list --publisher cncf-upstream --offer capi --all -o table
13
15
```
14
16
15
-
Note: These images are not updated for security fixes and it is recommended to always use the latest patch version for the Kubernetes version you wish to run. For production-like environments, and for more control over your nodes, it is highly recommended to build and use your own custom images.
17
+
It is recommended to use the latest patch release of Kubernetes for a [supported minor release][supported-k8s].
18
+
19
+
<asideclass="note warning">
20
+
21
+
<h1> Availability </h1>
22
+
23
+
The Cluster API for Azure team publishes *reference images* for each Kubernetes release, for both Linux and Windows.
24
+
25
+
Reference images for versions of Kubernetes which have known security issues or which are no longer [supported by Cluster API][supported-capi] will be removed from the Azure Marketplace.
26
+
27
+
</aside>
28
+
29
+
<asideclass="note warning">
30
+
31
+
<h1> Security </h1>
32
+
33
+
The reference images are not updated with security fixes. They are intended only to facilitate testing and to help users try out Cluster API for Azure.
34
+
35
+
The reference images should not be used in a production environment. It is highly recommended to [maintain your own custom image](#building-a-custom-image) instead.
0 commit comments