Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/config/busybox_running_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

SCRIPT_NAME=$(basename $0)
PODS_NS_LIST=(busybox)
PODS_CT_LIST=(3 )
PODS_CT_LIST=(1 )

# Source the MicroShift health check functions library
source /usr/share/microshift/functions/greenboot.sh
Expand Down
2 changes: 1 addition & 1 deletion docs/greenboot_dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ definition of the user workload namespaces and the expected count of pods.

```bash
PODS_NS_LIST=(busybox)
PODS_CT_LIST=(3 )
PODS_CT_LIST=(1 )
```

The script starts by running sanity checks to verify that it is executed from
Expand Down