Add support for k8s 1.12.1

This commit is contained in:
Marcos Lilljedahl
2018-10-20 00:12:58 -03:00
parent 1c6e5a7cf7
commit 1de2ca78d5
5 changed files with 13 additions and 6 deletions

View File

@@ -147,8 +147,8 @@ function action_restart(){
local UNIT_FILE=$1
local UNIT_INSTANCE=$2
action_start $UNIT_FILE $UNIT_INSTANCE
action_stop $UNIT_FILE $UNIT_INSTANCE
action_start $UNIT_FILE $UNIT_INSTANCE
}