IBM / data-prep-kit

Open source project for data preparation of LLM application builders
https://ibm.github.io/data-prep-kit/
Apache License 2.0
171 stars 111 forks source link

[Feature] Update K8s cluster deployment #326

Closed roytman closed 3 months ago

roytman commented 3 months ago

Search before asking

Component

Other

Feature

Currently K8s cluster deployment is done from kind - the root project subdirectory.

The suggestion is to move the content of the kind directory into scripts/kind and possibly rename the last dir to something like scripts/k8s_setup

Add a Make rule that describes and prints the relevant environment variables, similar to extra-help in .make.transformers

Because the scripts directory doesn't have the Makefile, the Kubernetes cluster setup/cleanup will be separated from the root make directives.

Are you willing to submit a PR?