updated documentation
This commit is contained in:
parent
9e69ded5ef
commit
c9bcc36f43
14
README.md
14
README.md
|
@ -61,9 +61,21 @@ kubectl apply --context kind-dnet-data-platform -f ./clusters/local/nginx-kind-d
|
||||||
```console
|
```console
|
||||||
terraform init
|
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:
|
- Create the cluster:
|
||||||
```console
|
```console
|
||||||
terraform apply -var-file="local.tfvars"
|
terraform apply -var-file="local.tfvars"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue