Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mc installation instructions #82

Merged
merged 1 commit into from
May 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Data Prep LAB will demonstrate how multiple simple transform pipelines can be co

The project facilitates the creation of a local Kind cluster with all the required software and test data.
To work with the Kind cluster and KFP, you need to install several pre-required software packages. Please refer to
[Kind preinstalled software](./kind/README.md#preinstalled-software) for more details
[preinstalled software](./kind/README.md#preinstalled-software) for more details

When you have all packages installed, you can execute

Expand Down
10 changes: 5 additions & 5 deletions kind/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ memory. Therefore, we recommend deploying it on machines with at least 32 GB of
### Preinstalled software
The following programs should be manually installed:

- [Helm](https://helm.sh/) 3.10.0 or greater must be installed and configured on your machine.
- [Kind](https://kind.sigs.k8s.io/) tool for running local Kubernetes clusters 0.14.0 or newer must be installed on your machine.
- [Helm](https://helm.sh/docs/intro/install/) 3.10.0 or greater must be installed and configured on your machine.
- [Kind](https://kind.sigs.k8s.io/docs/user/quick-start/#installation) tool for running local Kubernetes clusters 0.14.0 or newer must be installed on your machine.
- [Kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl) 1.26 or newer must be installed on your machine.
- [wget](https://www.gnu.org/software/wget/) 1.21 must be installed on your machine.
- [lsof](https://formulae.brew.sh/formula/lsof) must be installed on your machine.
- [MinIO Client (mc)](https://min.io/docs/minio/linux/reference/minio-mc.html#quickstart) must be installed on your machine.
- [lsof](https://www.ionos.com/digitalguide/server/configuration/linux-lsof/) useally it is part of Linux or MacOS distribution.
- [MinIO Client (mc)](https://min.io/docs/minio/kubernetes/upstream/index.html) must be installed on your machine. Please
choose your OS system, and process according to "(Optional) Install the MinIO Client". You have to install the `mc` client only.
- [lsof](https://www.ionos.com/digitalguide/server/configuration/linux-lsof/) usually it is part of Linux or MacOS distribution.
- Container agent such as [Docker](https://www.docker.com/) or [Podman](https://podman-desktop.io/)

> **NOTE**: Additionally, ensure that nothing is running on port 8080, which is used by the Kind cluster ingress.
Expand Down