Skip to content

Commit

Permalink
Update Readme with new requirements
Browse files Browse the repository at this point in the history
Update readme to make clear that the project requires a cluster k8s 0.16.0+
Update readme to make clear that the project requires a go version 0.13.0+ < 0.14.0
  • Loading branch information
camilamacedo86 authored Jul 5, 2020
2 parents 89310c7 + 2c0b7e7 commit 9a01c29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ A very flexible and customizable https://commons.openshift.org/sig/OpenshiftOper
The following prerequisites are just required if you would like to install it as standalone (without OLM).

|===
|https://golang.org/doc/install[Install Golang] v1.12+
|Access to a Kubernetes v1.14.1+ cluster.
|https://golang.org/doc/install[Install Golang] v1.13+
|Access to a Kubernetes v1.16.0+ cluster.
|https://github.com/golang/go/wiki/SettingGOPATH[Ensure the $GOPATH environment variable is set]
|https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-kubectl[Install kubectl]
|===

NOTE: If you haven't a access to a Kubernetes v1.14.1+ cluster. It is recommend the usage of https://kubernetes.io/docs/setup/learning-environment/minikube/[Minikube] for local tests and development purposes. You may would like to check the blog posts https://dev4devs.com/2019/10/19/how-to-getting-started-with-kubernetes/[How to getting started with Kubernetes?].
NOTE: If you haven't a access to a Kubernetes v1.16.0+ cluster. It is recommend the usage of https://kubernetes.io/docs/setup/learning-environment/minikube/[Minikube] for local tests and development purposes. You may would like to check the blog posts https://dev4devs.com/2019/10/19/how-to-getting-started-with-kubernetes/[How to getting started with Kubernetes?].

The following prerequisite is just required if you would like to contribute with.

Expand Down

0 comments on commit 9a01c29

Please sign in to comment.