Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
infra:calypso [2025/09/10 08:29] – [Ressources GPU] remiinfra:calypso [2025/11/10 12:38] (current) – [User accounts] the staff, not Rémi marc
Line 6: Line 6:
  
   * 1 DELL R740XD (Master)   * 1 DELL R740XD (Master)
-  * 15 DELL R630 (currently active) +  * 15 DELL R630 (11 currently active) 
-  * 3 DELL R630 (1 spare in 23N321, storage 1) +  * 3 DELL R630 (spares)
  
 ===== Network ===== ===== Network =====
  
-Calypso is located in an isolated separate network inside the school. It can be accessed via a [[infra:wireguard|Wireguard VPN]] (ask Rémi for access).+Calypso is located in an isolated separate network inside the school. It can be accessed via a [[infra:wireguard|Wireguard VPN]] (ask [[infra:staff|the staff]] for access).
  
 Inside this network you have a simple setup : Inside this network you have a simple setup :
Line 68: Line 67:
 ==== User accounts ==== ==== User accounts ====
  
-User access is SSH based for now, managed  by Rémi.+User access is SSH based, managed  by [[infra:staff|the staff]].
  
  
Line 87: Line 86:
   calypsomaster : no SLURM   calypsomaster : no SLURM
   calypso0 : SLURM controller + accounting DB   calypso0 : SLURM controller + accounting DB
-  calypso[1-6] : SLURM workers+  calypso[0-10] : SLURM workers
  
 ==== Configuration ==== ==== Configuration ====
  
-TODO : redeploy from ISC compute center configuration+TODO
 ==== Kubernetes Cluster ==== ==== Kubernetes Cluster ====
  
Line 99: Line 98:
 # kubectl get nodes # kubectl get nodes
 NAME            STATUS   ROLES           AGE    VERSION NAME            STATUS   ROLES           AGE    VERSION
-calypso0        Ready    <none>          221d   v1.31.1 +calypso0        Ready    <none>          324d   v1.31.12 
-calypso1        Ready    <none>          221d   v1.31.1 +calypso1        Ready    <none>          324d   v1.31.12 
-calypso2        Ready    <none>          221d   v1.31.1 +calypso10       Ready    <none>          19d    v1.31.12 
-calypso3        Ready    <none>          221d   v1.31.1 +calypso2        Ready    <none>          323d   v1.31.12 
-calypso4        Ready    <none>          221d   v1.31.1 +calypso3        Ready    <none>          323d   v1.31.12 
-calypso5        Ready    <none>          221d   v1.31.1 +calypso4        Ready    <none>          323d   v1.31.12 
-calypso6        Ready    <none>          18d    v1.31.1 +calypso5        Ready    <none>          323d   v1.31.12 
-calypsomaster   Ready    control-plane   221d   v1.31.1+calypso6        Ready    <none>          120d   v1.31.12 
 +calypso7        Ready    <none>          19d    v1.31.12 
 +calypso8        Ready    <none>          19d    v1.31.12 
 +calypso9        Ready    <none>          19d    v1.31.12 
 +calypsomaster   Ready    control-plane   324d   v1.31.12
 </code> </code>
  
Back to top