To show all events on a specific kubernetes namespace ordered by date use the following:
kubectl -n namespace_name get events --sort-by='.metadata.creationTimestamp'
To show all events on a specific kubernetes namespace ordered by date use the following:
kubectl -n namespace_name get events --sort-by='.metadata.creationTimestamp'
To display your vm templates, as opposed to all available templates in Exoscale using the exo CLI, use the following (you should have already the environment variables set up to be able to use exo):
exo vm template list --mine ????????????????????????????????????????????????????????????????????????????????????????????????????????? ? ID ? NAME ? CREATION DATE ? ZONE ? DISK SIZE ? ????????????????????????????????????????????????????????????????????????????????????????????????????????? ? a58f0180-689d-4663-aa53-91111111111 ? my-ubuntu ? 2020-08-12T13:44:01+0000 ? ch-dk-2 ? 50 GiB ? ?????????????????????????????????????????????????????????????????????????????????????????????????????????
To change this in your gitlab-runner configuration, depends on the version of your gitlab-runner as described in https://docs.gitlab.com/runner/configuration/feature-flags.html
If you version is 13.9.0 (gitlab-runner –version), then add the following in ~/.gitlab-runner/config.toml
[[runners]] name = "gitlab-runner-name" request_concurrency = 1 url = "https://git.url.test/" token = "xckaxxxxxxxx" executor = "kubernetes" environment = ["FF_GITLAB_REGISTRY_HELPER_IMAGE=1"]