如何设置kubectl exec命令的超时时间?
以下命令不起作用
kubectl exec -it pod_name bash --requrest-timeout=0 -n test
https://stackoverflow.com/questions/51278326
相似问题