|
Ran
|
Jobs
1
|
Files
209
|
Run time
1min
|
Badge
README BADGES
|
push
github
fix(kubectl-ko): honor KUBE_OVN_NS instead of hardcoded kube-system namespace (#6992) The kubectl-ko helper defines KUBE_OVN_NS=${KUBE_OVN_NS:-kube-system} at the top but many commands used the literal kube-system, and env-check() re-hardcoded KUBE_OVN_NS=kube-system, so clusters that deploy Kube-OVN to a non-default namespace were not handled. Replace kube-ovn-component namespace literals with $KUBE_OVN_NS and make env-check() defer to the env var. Genuine core-system references (the kube-dns service probe and the kube-proxy DaemonSet check) are left as kube-system. Fixes #6990 Signed-off-by: Dmitriy <285232216+dmitriy-bty@users.noreply.github.com> Co-authored-by: Dmitriy <285232216+dmitriy-bty@users.noreply.github.com> (cherry picked from commit 22d08892f)
14720 of 57117 relevant lines covered (25.77%)
0.3 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 28725258121.1 | 209 |
25.77 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|