Merge pull request #6237 from hashicorp/f-rkt-deprecated
rkt deprecation notice
This commit is contained in:
commit
eba025f35d
|
@ -6,6 +6,17 @@ description: |-
|
||||||
The rkt task driver is used to run application containers using rkt.
|
The rkt task driver is used to run application containers using rkt.
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
~> **Deprecation Warning!**
|
||||||
|
Nomad introduced the rkt driver in version 0.2.0. The rkt project had some
|
||||||
|
early adoption; in recent times user adoption has trended away from rkt towards
|
||||||
|
other projects. Project activity has declined and there are unpatched CVEs.
|
||||||
|
The project has been [archived by the CNCF](https://github.com/rkt/rkt/issues/4004#issuecomment-507358362)
|
||||||
|
|
||||||
|
Nomad 0.11 will convert the rkt driver to an external driver. We will not prioritize features
|
||||||
|
or pull requests that affect the rkt driver. The external driver will be available as an open source
|
||||||
|
repository for community ownership.
|
||||||
|
|
||||||
# Rkt Driver
|
# Rkt Driver
|
||||||
|
|
||||||
Name: `rkt`
|
Name: `rkt`
|
||||||
|
|
|
@ -465,7 +465,7 @@
|
||||||
|
|
||||||
|
|
||||||
<li<%= sidebar_current("docs-drivers-rkt") %>>
|
<li<%= sidebar_current("docs-drivers-rkt") %>>
|
||||||
<a href="/docs/drivers/rkt.html">Rkt</a>
|
<a href="/docs/drivers/rkt.html">Rkt <sup>Deprecated</sup> </a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li<%= sidebar_current("docs-drivers-community") %>>
|
<li<%= sidebar_current("docs-drivers-community") %>>
|
||||||
|
|
Loading…
Reference in New Issue