Skip to content

Commit

Permalink
Update label for node disk manager
Browse files Browse the repository at this point in the history
Signed-off-by: sonasingh46 <[email protected]>
  • Loading branch information
sonasingh46 authored and kmova committed Sep 29, 2018
1 parent 0e0d477 commit 096f8d2
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ testCase:positive
resourceCount:3
poolStatus:3
generateClusterEnv:true
commands:kubectl delete disk --all;kubectl delete pod -l app=node-disk-manager -n openebs
commands:kubectl delete disk --all;kubectl delete pod -l name=openebs-ndm -n openebs
clearPoolResources:false
resetCluster:false
commands:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ generateClusterEnv:false
commands:
clearPoolResources:true
resetCluster:true
commands:kubectl delete pod -l app=node-disk-manager -n openebs
commands:kubectl delete pod -l name=openebs-ndm -n openebs
applySPC:false
commandAfterSpcApplication:false
commands:
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ testCase:positive
resourceCount:3
poolStatus:3
generateClusterEnv:true
commands:kubectl delete disk --all;kubectl delete pod -l app=node-disk-manager -n openebs
commands:kubectl delete disk --all;kubectl delete pod -l name=openebs-ndm -n openebs
clearPoolResources:false
resetCluster:false
commands:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ generateClusterEnv:false
commands:
clearPoolResources:true
resetCluster:true
commands:kubectl delete pod -l app=node-disk-manager -n openebs
commands:kubectl delete pod -l name=openebs-ndm -n openebs
applySPC:false
commandAfterSpcApplication:false
commands:
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ testCase:positive
resourceCount:3
poolStatus:3
generateClusterEnv:true
commands:kubectl delete disk --all;kubectl delete pod -l app=node-disk-manager -n openebs
commands:kubectl delete disk --all;kubectl delete pod -l name=openebs-ndm -n openebs
clearPoolResources:false
resetCluster:false
commands:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ generateClusterEnv:false
commands:
clearPoolResources:true
resetCluster:true
commands:kubectl delete pod -l app=node-disk-manager -n openebs
commands:kubectl delete pod -l name=openebs-ndm -n openebs
applySPC:false
commandAfterSpcApplication:false
commands:
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ testCase:positive
resourceCount:3
poolStatus:3
generateClusterEnv:true
commands:kubectl delete disk --all;kubectl delete pod -l app=node-disk-manager -n openebs
commands:kubectl delete disk --all;kubectl delete pod -l name=openebs-ndm -n openebs
clearPoolResources:false
resetCluster:false
commands:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ generateClusterEnv:false
commands:
clearPoolResources:true
resetCluster:true
commands:kubectl delete pod -l app=node-disk-manager -n openebs
commands:kubectl delete pod -l name=openebs-ndm -n openebs
applySPC:false
commandAfterSpcApplication:false
commands:

0 comments on commit 096f8d2

Please sign in to comment.