cloud-bulldozer / k8s-netperf

Running Networking Performance Tests against K8s
Apache License 2.0
28 stars 17 forks source link

[RFE] Create namespaces #119

Closed rsevilla87 closed 6 months ago

rsevilla87 commented 9 months ago

Is your feature request related to a problem? Please describe.

k8s-netperf should take care of creating/removing the required namespaces so we don't need to create it externally.

jtaleric commented 9 months ago

I have gone back and forth on this... There was once a pattern in k8s where tools would explicitly expect the user to create the namespace/service accounts to avoid someone doing something dumb in production... I don't have a strong feeling one way or another.