updated documentation

This commit is contained in:
sandro.labruzzo 2024-11-18 10:52:02 +01:00
parent 9e69ded5ef
commit c9bcc36f43
2 changed files with 13 additions and 1 deletions

View File

@ -61,9 +61,21 @@ kubectl apply --context kind-dnet-data-platform -f ./clusters/local/nginx-kind-d
```console
terraform init
````
- Build and add the Docker image of Spark-Operator:
```console
cd docker-images/spark-operator
docker build -t spark-operator:2.0.2 . && kind load docker-image -n dnet-data-platform spark-operator:2.0.2
```
```console
cd docker-images/spark-image
docker build -t dnet-spark:1.0.0 . && kind load docker-image -n dnet-data-platform dnet-spark:1.0.0
```
- Create the cluster:
```console
terraform apply -var-file="local.tfvars"
```