This repository was archived by the owner on Jan 29, 2025. It is now read-only.
File tree 1 file changed +2
-2
lines changed
telemetry-aware-scheduling/deploy/extender-configuration
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ scheduler_config_destination=/etc/kubernetes
13
13
help () {
14
14
echo " Usage: $( basename " $0 " ) [-m PATH_TO_MANIFEST_FILE] [-f PATH_TO_CONFIGURATION_FILE] [-d CONFIGURATION_DESTINATION_FOLDER] [-th]" 2>&1
15
15
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.'
17
17
18
18
echo ' -m PATH_TO_MANIFEST_FILE Specify the path to the Kubernetes manifest kube-scheduler.yaml file'
19
19
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
39
39
help
40
40
exit ;;
41
41
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
43
43
if [ $# -lt 6 ]; then
44
44
echo " Not enough input parameters were passed to the script. This requires -m, -f, -d to have values. Exiting..."
45
45
exit
You can’t perform that action at this time.
0 commit comments