Skip to content

Commit

Permalink
Clarify supported Kubernetes and kubernetes-validate versions (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasmcnulty committed Jan 29, 2022
1 parent ca1e727 commit a4cd474
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,14 @@ Development sponsored by `Caktus Consulting Group, LLC
Requirements
~~~~~~~~~~~~~~~~~~~~~~

* ``pip install openshift kubernetes-validate``
* Kubernetes 1.19+ (use 1.4.x of this role for prior versions of Kubernetes)
* The `openshift <https://github.com/openshift/openshift-restclient-python>`_ and
`kubernetes-validate <https://github.com/willthames/kubernetes-validate>`_
Python packages are required. For ``kubernetes-validate``, install the latest
minor release for the version of your Kubernetes cluster. For example, for
Kubernetes 1.23::

pip install -U openshift kubernetes-validate~=1.23.0


Installation
Expand Down

0 comments on commit a4cd474

Please sign in to comment.