Merge "[K8s] Fixing patchService.sh" into stable/mitaka

This commit is contained in:
Jenkins 2016-08-29 13:01:09 +00:00 committed by Gerrit Code Review
commit aee0b0db28
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@
# $1 - service name
# $2 - publicIPs JSON
/opt/bin/kubectl replace service "$1" --patch="$2"
/opt/bin/kubectl patch service "$1" --patch="$2"