Update kubernetes patch creation script

Update the kubernetes patch script to include
apply-active-release-only metadata. This will ensure the patches
that contain the kubernetes RPMs cannot be applied to an imported
platform load, which could upversion kubernetes (during an
upgrade) to a version that is not supported by the running load.

Change-Id: I2987f743f7708abc26ab2f67173a7e1cb9b20a4f
Story: 2008055
Task: 40735
Signed-off-by: Bart Wensley <barton.wensley@windriver.com>
This commit is contained in:
Bart Wensley 2020-08-24 14:11:02 -05:00
parent f541c94975
commit f518c20323
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ patch_build.sh \
patch_build.sh \
--id ${KUBE_PATCH_1} \
--apply-active-release-only \
--reboot-required=N \
--pre-apply ${SEMANTIC_PATH}/KUBE.1.preapply \
--pre-remove ${SEMANTIC_PATH}/KUBE.1.preremove \
@ -39,6 +40,7 @@ patch_build.sh \
patch_build.sh \
--id ${KUBE_PATCH_2} \
--apply-active-release-only \
--reboot-required=N \
--pre-apply ${SEMANTIC_PATH}/KUBE.2.preapply \
--pre-remove ${SEMANTIC_PATH}/KUBE.2.preremove \