@@ -28,5 +28,9 @@ To check if the commands above were successful you should see this response\
8. Ingress has been installed with default configuration, we need to make sure that our cluster is aware of it
`kubectl get svc --all-namespaces -o jsonpath='{range.items\\\[?(@.status.loadBalancer.ingress)\\\]}{.status.loadBalancer.ingress\\\[\\\*\\\].ip} '`
9. Modify or add the .gitlab-ci.yml file in your root directory as specified [here](https://gitlab.com/corina-s/how-fast-can-flash-run/-/snippets/2415249) please make sure to change [line 15](https://gitlab.com/corina-s/how-fast-can-flash-run/-/snippets/2415249#LC15) with <your-k8-agent-name> and [line 18](https://gitlab.com/corina-s/how-fast-can-flash-run/-/snippets/2415249#LC18) with <your-k8-env-name> ( the env will be created automatically by the runner with the name you provide here )
9. Modify or add the .gitlab-ci.yml file in your root directory as specified [here](https://gitlab.com/corina-s/how-fast-can-flash-run/-/snippets/2415249) please make sure to change 3 entries from this file
-[line 15](https://gitlab.com/corina-s/how-fast-can-flash-run/-/snippets/2415249#LC15) with <your-k8-agent-name>
-[line 18](https://gitlab.com/corina-s/how-fast-can-flash-run/-/snippets/2415249#LC18) with <your-k8-env-name> ( the env will be created automatically by the runner with the name you provide here )
-[line 19](https://gitlab.com/corina-s/how-fast-can-flash-run/-/snippets/2415249#LC19) with
10.
Note that we are using the Kanino template to avoid docker-in-docker as recommended by GitLab.