Skip to content

Commit

Permalink
Merge pull request #22 from abelsiqueira/jelle
Browse files Browse the repository at this point in the history
  • Loading branch information
Rensvandeschoot authored Aug 28, 2023
2 parents 44e6eb4 + ae03dc5 commit c12a596
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions 40-kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ echo -n 'WHATEVER' | base64

Copy that value and paste in the appropriate field of the file.

Finally, run the secret:
Finally, apply the secret configuration:

```bash
kubectl apply -f s3-secret.yml
Expand All @@ -133,7 +133,7 @@ To change that, edit [tasker.sh](code/tasker.sh).

The [tasker.sh](code/tasker.sh) defines everything that will be executed by the tasker, and indirectly by the workers.
The [tasker.Dockerfile](code/tasker.Dockerfile) will create the image that will be executed in the tasker pod.
You can modify these as you see fit.
You can modify these files as you see fit.

The default commands used inside the tasker script and Dockerfile assume that you are:

Expand Down Expand Up @@ -223,7 +223,7 @@ Change the `image` to reflect the path to the image that you pushed.

> **Warning**
>
> Did you change the image?
> Make sure to change the image in the worker.yml file.
You can select the number of `replicas` to change the number of workers.
Pay attention to the resource limits, and change as you see fit.
Expand Down Expand Up @@ -261,7 +261,7 @@ Change the `image`, and optionally add a `ttlSecondsAfterFinished` to auto delet

> **Warning**
>
> Did you change the image?
> Make sure to change the image in the tasker.yml file.
Run

Expand Down
2 changes: 1 addition & 1 deletion 42-kubernetes-cloud-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ nfs-service ClusterIP NFS_SERVICE_IP <none> 2049/TCP,20048/TCP,1
```

Copy the `NFS_SERVICE_IP`.
Then, uncomment the [worker.yml](k8-config/worker.yml) and [tasker.yml](k8-config/tasker.yml) relevant part at the `volumes` section in the end.
Then, uncomment the first 3 lines of the `volumes` sections of files [worker.yml](k8-config/worker.yml) and [tasker.yml](k8-config/tasker.yml) (end of the file).
For this case, it should look like

```yml
Expand Down

0 comments on commit c12a596

Please sign in to comment.