kub_set_config: Set bucket and image information in a kuber directory

Description Usage Arguments Value

View source: R/config.R

Description

This function sets the names of the docker image and of the gcloud bucket in job-tmpl.yaml at a kuber folder.

Usage

1
2
kub_set_config(path, parameters = list(cluster = NULL, bucket = NULL,
  image = NULL))

Arguments

path

Path to task directory (if missing, defaults to the most recently created task)

parameters

A list with parameters to change: cluster, bucket, and/or image plus their respective values (or NULL to keep)

Value

If everything has gone as expected, TRUE


curso-r/kuber documentation built on Sept. 30, 2019, 9:12 a.m.