youhong
youhong
package main import ( "fmt" "io/ioutil" "net" "os" ) func main() { tcpAddr, _ := net.ResolveTCPAddr("tcp4", ":1200") /* //服务点未开启监听,不能接受来自客户端的连接 l, err := net.ListenTCP("tcp", tcpAddr) if err != nil { return...
@zhl003 @runkecheng is it necessary to keep the history of backup job? I'm worried that the cluster is running for a long time and there will be many pods which...
@zhl003 I think so. @acekingke how to rewrite the failed reason from pod to backup CR :joy:?