kube_run.Rd
Run binary installation on k8s cluster
kube_run(
bioc_version,
image_name,
volume_mount_path = "/host/",
exclude_pkgs = character()
)
character(), bioconductor bioc_version number, e.g 3.12 or 3.13
character(), name of the image for which binaries are being built
character(), path to volume mount
character(), list of packages to exclude
if (FALSE) {
kube_run(bioc_version = '3.14',
image_name = 'bioconductor_docker',
volume_mount_path = '/host/',
exclude_pkgs = c('canceR'))
}