mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
docs: create documentation for v0.23 release
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
This commit is contained in:
parent
deda08571c
commit
cd2e45f93b
24
.github/workflows/publish.yml
vendored
24
.github/workflows/publish.yml
vendored
@ -4,9 +4,9 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- release-0.20
|
|
||||||
- release-0.21
|
- release-0.21
|
||||||
- release-0.22
|
- release-0.22
|
||||||
|
- release-0.23
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -39,17 +39,6 @@ jobs:
|
|||||||
rm -rf _work/venv
|
rm -rf _work/venv
|
||||||
make vhtml
|
make vhtml
|
||||||
mv _build/html/* $HOME/output/
|
mv _build/html/* $HOME/output/
|
||||||
- uses: actions/checkout@v2
|
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
ref: release-0.20
|
|
||||||
- name: Build release-0.20
|
|
||||||
run: |
|
|
||||||
GITHUB_SHA=$(git rev-parse HEAD)
|
|
||||||
export GITHUB_SHA
|
|
||||||
rm -rf _work/venv
|
|
||||||
make vhtml
|
|
||||||
mv _build/html $HOME/output/0.20
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
@ -72,6 +61,17 @@ jobs:
|
|||||||
rm -rf _work/venv
|
rm -rf _work/venv
|
||||||
make vhtml
|
make vhtml
|
||||||
mv _build/html $HOME/output/0.22
|
mv _build/html $HOME/output/0.22
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
ref: release-0.23
|
||||||
|
- name: Build release-0.23
|
||||||
|
run: |
|
||||||
|
GITHUB_SHA=$(git rev-parse HEAD)
|
||||||
|
export GITHUB_SHA
|
||||||
|
rm -rf _work/venv
|
||||||
|
make vhtml
|
||||||
|
mv _build/html $HOME/output/0.23
|
||||||
- name: Deploy the docs
|
- name: Deploy the docs
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
|
@ -7,8 +7,8 @@ This repository contains a framework for developing plugins for the Kubernetes
|
|||||||
[device plugins framework](https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/),
|
[device plugins framework](https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/),
|
||||||
along with a number of device plugin implementations utilising that framework.
|
along with a number of device plugin implementations utilising that framework.
|
||||||
|
|
||||||
The [v0.22 release](https://github.com/intel/intel-device-plugins-for-kubernetes/releases/latest)
|
The [v0.23 release](https://github.com/intel/intel-device-plugins-for-kubernetes/releases/latest)
|
||||||
is the latest feature release with its documentation available [here](https://intel.github.io/intel-device-plugins-for-kubernetes/0.22/).
|
is the latest feature release with its documentation available [here](https://intel.github.io/intel-device-plugins-for-kubernetes/0.23/).
|
||||||
|
|
||||||
Table of Contents
|
Table of Contents
|
||||||
|
|
||||||
@ -19,7 +19,7 @@ Table of Contents
|
|||||||
* [QAT device plugin](#qat-device-plugin)
|
* [QAT device plugin](#qat-device-plugin)
|
||||||
* [VPU device plugin](#vpu-device-plugin)
|
* [VPU device plugin](#vpu-device-plugin)
|
||||||
* [SGX device plugin](#sgx-device-plugin)
|
* [SGX device plugin](#sgx-device-plugin)
|
||||||
* [DSA device pugin](#dsa-device-plugin)
|
* [DSA device plugin](#dsa-device-plugin)
|
||||||
* [DLB device plugin](#dlb-device-plugin)
|
* [DLB device plugin](#dlb-device-plugin)
|
||||||
* [Device Plugins Operator](#device-plugins-operator)
|
* [Device Plugins Operator](#device-plugins-operator)
|
||||||
* [Demos](#demos)
|
* [Demos](#demos)
|
||||||
@ -256,9 +256,10 @@ matching Kubernetes versions are listed below:
|
|||||||
|
|
||||||
| Branch | Kubernetes branch/version | Status |
|
| Branch | Kubernetes branch/version | Status |
|
||||||
|:------------------|:-------------------------------|:------------|
|
|:------------------|:-------------------------------|:------------|
|
||||||
|
| release-0.23 | Kubernetes 1.23 branch v1.23.x | supported |
|
||||||
| release-0.22 | Kubernetes 1.22 branch v1.22.x | supported |
|
| release-0.22 | Kubernetes 1.22 branch v1.22.x | supported |
|
||||||
| release-0.21 | Kubernetes 1.21 branch v1.21.x | supported |
|
| release-0.21 | Kubernetes 1.21 branch v1.21.x | supported |
|
||||||
| release-0.20 | Kubernetes 1.20 branch v1.20.x | supported |
|
| release-0.20 | Kubernetes 1.20 branch v1.20.x | unsupported |
|
||||||
| release-0.19 | Kubernetes 1.19 branch v1.19.x | unsupported |
|
| release-0.19 | Kubernetes 1.19 branch v1.19.x | unsupported |
|
||||||
| release-0.18 | Kubernetes 1.18 branch v1.18.x | unsupported |
|
| release-0.18 | Kubernetes 1.18 branch v1.18.x | unsupported |
|
||||||
| release-0.17 | Kubernetes 1.17 branch v1.17.x | unsupported |
|
| release-0.17 | Kubernetes 1.17 branch v1.17.x | unsupported |
|
||||||
|
Loading…
Reference in New Issue
Block a user