archive-repacker

module
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2023 License: Apache-2.0

README

archive-repacker

Process and repackage existing archives.

Node pool configuration

The archive-repacker services run in the data-processing cluster. So these services do not interfere with other parts of the data pipeline, a separate node-pool is dedicated to the archive-repacker.

gcloud --project=${PROJECT} container node-pools create archive-repacker \
  --cluster=data-processing --region=us-east1 --enable-autoscaling \
  --max-nodes=9 --min-nodes=0 --total-min-nodes=0 --num-nodes=0 \
  --node-labels=archiver=true --enable-autorepair --enable-autoupgrade \
  --machine-type=c2-standard-8 --scopes=cloud-platform

Directories

Path Synopsis
cmd
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL