Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit eee9ff9

Browse files
madalazartogashidm
authored andcommitted
Updating comments in configuration script
1 parent 88ad770 commit eee9ff9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

telemetry-aware-scheduling/deploy/extender-configuration/configure-scheduler.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ scheduler_config_destination=/etc/kubernetes
1313
help() {
1414
echo "Usage: $(basename "$0") [-m PATH_TO_MANIFEST_FILE] [-f PATH_TO_CONFIGURATION_FILE] [-d CONFIGURATION_DESTINATION_FOLDER] [-th]" 2>&1
1515
echo 'Configure the Kubernetes scheduler using one or more of the parameters below. If not entered, the script will be using default values. '
16-
echo 'Please make sure the user used to run this script has read & write access to the files/directories mentioned below.'
16+
echo 'Please ensure permissions for read & write to the files/directories mentioned below.'
1717

1818
echo ' -m PATH_TO_MANIFEST_FILE Specify the path to the Kubernetes manifest kube-scheduler.yaml file'
1919
echo ' If not provided, it will default to /etc/kubernetes/manifest/kube-scheduler.yaml'
@@ -39,7 +39,7 @@ while getopts 'm:f:d:th' option; do
3939
help
4040
exit;;
4141
t) # start the script in test mode. We require parameters to be provided for -m, -f, -d in order to not accidentally
42-
# production configuration when in this mode
42+
# alter production configuration when in this mode
4343
if [ $# -lt 6 ]; then
4444
echo "Not enough input parameters were passed to the script. This requires -m, -f, -d to have values. Exiting..."
4545
exit

0 commit comments

Comments
 (0)