mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-05 20:53:33 +00:00
Initial docs
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user