diff --git a/website/source/docs/drivers/rkt.html.md b/website/source/docs/drivers/rkt.html.md index 2c91cb9a0..f695ae1b1 100644 --- a/website/source/docs/drivers/rkt.html.md +++ b/website/source/docs/drivers/rkt.html.md @@ -6,6 +6,17 @@ description: |- 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 Name: `rkt` diff --git a/website/source/layouts/docs.erb b/website/source/layouts/docs.erb index 72943ff49..317fa7610 100644 --- a/website/source/layouts/docs.erb +++ b/website/source/layouts/docs.erb @@ -465,7 +465,7 @@