Jun-Hao Wan
Jun-Hao Wan
thank you so much~
 Does this need to be added?
 hello again, i want to ask what are #[b,], # [b, 1, H, W] , # [b, H, W] , # [b, l] mean? thx
 Excuse me, you already have batch above, why do you still need to define class batch below? 
Thank you very much, I see.
> Considering this would need RBAC (and kubectl in the container) it would be probably be better to just execute a script in the container I just realized that I...
Perhaps a livenessProbe for the RCON port can be configured, but I'm not sure about the correlation between the server and RCON. ```yaml livenessProbe: tcpSocket: port: 25575 initialDelaySeconds: 30 periodSeconds:...
After a liveness probe failure, the pod will be restarted. I think it may not be necessary. I might conduct a test using Minikube in the next few days.
> @win5923 Just give me a headsup when it is ready to merge :) Done!
> This doesn't work. [exec only takes a command](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#LifecycleHandler) not a command and args Oh, you're right. I forgot to save before applying. No wonder I was able to apply...