@@ -59,7 +59,7 @@ class JobView(FlaskView):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    @staticmethod
 | 
					    @staticmethod
 | 
				
			||||||
    def _controller_to_pod_name(controller: Controller) -> str:
 | 
					    def _controller_to_pod_name(controller: Controller) -> str:
 | 
				
			||||||
        return f"ursim-controller-{controller.id}a"  # Needs to be a valid DNS-1123 name
 | 
					        return f"ursim-controller-{controller.id}"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @staticmethod
 | 
					    @staticmethod
 | 
				
			||||||
    def _create_k8s_pod_api_object(controller: Controller, controller_desc: dict) -> dict:
 | 
					    def _create_k8s_pod_api_object(controller: Controller, controller_desc: dict) -> dict:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user