Blocka

Results 28 comments of Blocka

thank you so much~

![image](https://user-images.githubusercontent.com/56353753/138238481-0e846cf8-6590-4477-8f75-07bb61a89fb4.png) Does this need to be added?

![image](https://user-images.githubusercontent.com/56353753/142215902-e48dd10d-92bc-4d21-8571-9f0b1d905d43.png) hello again, i want to ask what are #[b,], # [b, 1, H, W] , # [b, H, W] , # [b, l] mean? thx

![image](https://user-images.githubusercontent.com/56353753/142223738-d362ebc2-68b8-4022-97af-0f4cbba59e58.png) Excuse me, you already have batch above, why do you still need to define class batch below? ![image](https://user-images.githubusercontent.com/56353753/142223844-2daa5c8d-6787-49c4-a6f1-cce793d1abe8.png)

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...