Commit 5e498d9
authored
cmd/kperf/virtualcluster: hide lifecycle CRD and definition when listing node pools (#174)
Since the lifecycle CRD and definition have been installed in
**virtualnodeReleaseNamespace** namespace, it will show up when listing
node pools.
```shell
NAME NODES CPU MEMORY (GiB) MAX PODS STATUS
lifecycle-crd ? / <nil> <nil> <nil> <nil> deployed
lifecycle-def ? / <nil> <nil> <nil> <nil> deployed
```
These should be ignored, as they are not actual virtual node pools.1 parent 06acf19 commit 5e498d9
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments