[VAL-111] Conformance test fails with incorrect image Created: 23/Apr/20 Updated: 06/May/20 Resolved: 06/May/20 |
|
| Status: | Done |
| Project: | Validation |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | High |
| Reporter: | Yolanda Robla Mota | Assignee: | Alexandru Avadanii |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
When trying to run the conformance tests, i found that e2e pod for sonobuoy was failing. The error was: I had to manually edit the image of that pod, and use akraino/validation:kube-conformance-v1.16 |
| Comments |
| Comment by Alexandru Avadanii [ 06/May/20 ] |
|
A patch sanitizing the major/minor version component strings has been merged. Please reopen this ticket if the issue is still present. |
| Comment by Alexandru Avadanii [ 23/Apr/20 ] |
|
I have some troubles figuring out why this (the extra "plus sign") happens. My best guess is that the output of `kubectl version -o json` might contain the plus sign. Could you please try running that command manually on one of the nodes in the affected cluster and paste the result here? It should look something like: ubuntu@iec01:~$ kubectl version -o json
{
"clientVersion": {
"major": "1",
"minor": "13",
"gitVersion": "v1.13.0",
"gitCommit": "ddf47ac13c1a9483ea035a79cd7c10005ff21a6d",
"gitTreeState": "clean",
"buildDate": "2018-12-03T21:04:45Z",
"goVersion": "go1.11.2",
"compiler": "gc",
"platform": "linux/amd64"
},
"serverVersion": {
"major": "1",
"minor": "13",
"gitVersion": "v1.13.12",
"gitCommit": "a8b52209ee172232b6db7a6e0ce2adc77458829f",
"gitTreeState": "clean",
"buildDate": "2019-10-15T12:04:30Z",
"goVersion": "go1.11.13",
"compiler": "gc",
"platform": "linux/amd64"
}
}
|