我想通过它的 api 在 kubernetes 中创建数百个工作。有没有办法做到这一点?我现在必须一个一个地创建它们。谢谢。
问问题
32 次
1 回答
3
I mean you have to make 1 API call per object you want to create, but you can certainly write a script for that. Kubernetes does not offer a "bulk create" API endpoint if that's what you are asking, or really much of anything for bulk operations. It's a boring old REST API :)
于 2020-03-24T01:03:10.253 回答