Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to get scores of all teams #247

Open
007divyachawla opened this issue Sep 27, 2024 · 1 comment
Open

how to get scores of all teams #247

007divyachawla opened this issue Sep 27, 2024 · 1 comment
Labels
question Further information is requested

Comments

@007divyachawla
Copy link

Hello Sir,

I have created 50 teams, but in the score-board i can show top 24, is there any ways i can get the details of the rest 26 teams with the score and number of challenges solved.

Thanks and Regards,
Vicky Chawla

@J12934 J12934 changed the title SSH into the Database to get the score how to get scores of all teams Sep 27, 2024
@J12934
Copy link
Member

J12934 commented Sep 27, 2024

You can get the scores of all teams by looking at the multijuicer annotations on the Kubernetes deployments used for the teams.

kubectl get deployments -oyaml

Then look for the multijuicer annotations. There should be a annotation with all solved challenges (and one with the score afair)

@J12934 J12934 added the question Further information is requested label Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants