Skip to content

Commit 55345ad

Browse files
authored
Merge pull request #6713 from prateekgogia/bash_requirement
Add requirement for minimum bash version for running unit tests
2 parents c473b56 + d79358e commit 55345ad

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)