Skip to content

Commit d79358e

Browse files
committed
Add requirement for minimum bash version for running unit tests
1 parent 08567d7 commit d79358e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

contributors/devel/development.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,10 @@ this permanent, add this to your `.bashrc` or login script:
322322
export PATH="$GOPATH/src/k8s.io/kubernetes/third_party/etcd:${PATH}"
323323
```
324324

325+
##### BASH version requirement
326+
327+
To successfully run unit tests in Kubernetes, you will need bash version installed to be >4.3.
328+
325329
Once you have installed all required software, you can proceed to the
326330
[Building Kubernetes](#building-kubernetes) section to test if it all works properly.
327331

0 commit comments

Comments
 (0)