#kubectl create configmap test --from-file=/configmap_dir/
Error from server (RequestEntityTooLarge): Request entity too large: limit is 3145728
但是 /configmap_dir/目录文件不超过 3M 呀。。有没有大佬解释一下??

#kubectl create configmap test --from-file=/configmap_dir/
Error from server (RequestEntityTooLarge): Request entity too large: limit is 3145728
但是 /configmap_dir/目录文件不超过 3M 呀。。有没有大佬解释一下??
1 w0nglend Jul 30, 2020 一次应用这么大的配置文件。。? |
3 fannas Jul 31, 2020 via Android 不然试试作为 storage mount ? |
4 koharu Jul 31, 2020 |