@@ -26,3 +26,4 @@ To check if the commands above were successful you should see this response\
...
@@ -26,3 +26,4 @@ To check if the commands above were successful you should see this response\
`kubectl get svc --all-namespaces -o jsonpath='{range.items\\\[?(@.status.loadBalancer.ingress)\\\]}{.status.loadBalancer.ingress\\\[\\\*\\\].ip} '`
`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 [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 )
Note that we are using the Kanino template to avoid docker-in-docker as recommended by GitLab.