Administrator FAQ

New Tenant

  • How to add a new Joint Cyber Range tenant?

Versions

Logging

  • Where can I find logs of active workloads?
    • Directory on a k8s node:/var/log/containers/*.log
    • Docker Desktop container logs
    • kubectl logs <PODNAME> -n <NAMESPACE>
    • Lens the Kubernetes IDE.
    • Loki logging usage.
    • ArgoCD UI

Updating


  • How to update a CTFd deployment to use the latest image produced by GitLab CI?
    • Images currently use the latest tag, delete the CTFd deployment and it will be applied again with the latest image.

  • How to update CTFd configuration of an existing deployment?
    • Deleting the CTFd deployment isn't sufficient, data in the database will persist. You'll have to delete all resources related to a CTFd deployment, inluding the Database and persistenvolumes. This can easily be done from within the ArgoCD UI, find and select your app in ArgoCD and click on the delete button. The app will be redeployed shortly.