intel / CPU-Manager-for-Kubernetes

Kubernetes Core Manager for NFV workloads
Apache License 2.0
187 stars 83 forks source link

keyerror observed while running isolate command #301

Open DheerajDang opened 3 years ago

DheerajDang commented 3 years ago
/opt/bin/cmk  isolate  --pool=exclusive echo "test" --namespace=cmk-namespace
test
Traceback (most recent call last):
  File "cmk.py", line 216, in <module>
  File "cmk.py", line 151, in main
  File "intel/isolate.py", line 151, in isolate
TypeError: __init__() missing 1 required positional argument: 'cm_namespace'
[344] Failed to execute script cmk
DheerajDang commented 3 years ago

Issue is fixed in https://github.com/intel/CPU-Manager-for-Kubernetes/pull/291

pbrownlow7 commented 3 years ago

Hi @DheerajDang, the fix from https://github.com/intel/CPU-Manager-for-Kubernetes/pull/291 will be added in the latest release which I hope to get out in the coming weeks

DheerajDang commented 3 years ago

thanks @pbrownlow7