mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-04-15 02:45:40 +00:00
22 lines
376 B
HTML
22 lines
376 B
HTML
<table>
|
|
<thead>
|
|
<tr>
|
|
<th>Version</th>
|
|
<th>Host OS</th>
|
|
<th>Kubernetes*</th>
|
|
<th>Docker</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
{{ range .Site.Data.compatibility.version }}
|
|
<tr>
|
|
<td>{{.number}}</td>
|
|
<td>{{.os}}</td>
|
|
<td>{{.kubernetes}}</td>
|
|
<td>{{.docker}}</td>
|
|
</tr>
|
|
{{ end }}
|
|
</tbody>
|
|
</table>
|
|
|