mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-11 04:42:16 +00:00
Merge pull request #9461 from GabyCT/topic/uninstallkbs
tests/k8s: Add uninstall kbs client command function
This commit is contained in:
commit
2d8e7933c5
@ -151,6 +151,12 @@ kbs_install_cli() {
|
|||||||
popd
|
popd
|
||||||
}
|
}
|
||||||
|
|
||||||
|
kbs_uninstall_cli() {
|
||||||
|
pushd "${COCO_KBS_DIR}"
|
||||||
|
sudo make uninstall
|
||||||
|
popd
|
||||||
|
}
|
||||||
|
|
||||||
# Delete the kbs on Kubernetes
|
# Delete the kbs on Kubernetes
|
||||||
#
|
#
|
||||||
# Note: assume the kbs sources were cloned to $COCO_TRUSTEE_DIR
|
# Note: assume the kbs sources were cloned to $COCO_TRUSTEE_DIR
|
||||||
|
Loading…
Reference in New Issue
Block a user