summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrateek Gogia <pgogia@amazon.com>2022-06-21 10:44:20 -0500
committerPrateek Gogia <pgogia@amazon.com>2022-06-21 10:44:20 -0500
commitd79358e0fce8e516888b85b9707dab6b83319de5 (patch)
tree81c2e4aa03f351f26ed08511115fa227933b3c83
parent08567d7552b364af50cacde5ef75e2deb4e22f63 (diff)
Add requirement for minimum bash version for running unit tests
-rw-r--r--contributors/devel/development.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/contributors/devel/development.md b/contributors/devel/development.md
index 527b5d77..f82067a8 100644
--- a/contributors/devel/development.md
+++ b/contributors/devel/development.md
@@ -322,6 +322,10 @@ this permanent, add this to your `.bashrc` or login script:
export PATH="$GOPATH/src/k8s.io/kubernetes/third_party/etcd:${PATH}"
```
+##### BASH version requirement
+
+To successfully run unit tests in Kubernetes, you will need bash version installed to be >4.3.
+
Once you have installed all required software, you can proceed to the
[Building Kubernetes](#building-kubernetes) section to test if it all works properly.