This repository was archived by the owner on Jan 29, 2025. It is now read-only.
  
  
  
  
    
    
    
      
    
  
  
    
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 
telemetry-aware-scheduling/deploy/extender-configuration Expand file tree Collapse file tree 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
1313help () {
1414  echo  " Usage: $( basename " $0 " ) " 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 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments