Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a supported versions to the main page. #101

Closed
timothysc opened this issue Oct 4, 2017 · 3 comments
Closed

Add a supported versions to the main page. #101

timothysc opened this issue Oct 4, 2017 · 3 comments
Assignees

Comments

@timothysc
Copy link
Contributor

We will need to create a support matrix due to issues we have been finding, and will need to patch the upstream tests.

We have found some issues in field level versioning :

/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/downward_api.go:94
Error creating Pod
Expected error:
    <*errors.StatusError | 0xc4212f9d40>: {
        ErrStatus: {
            TypeMeta: {Kind: "", APIVersion: ""},
            ListMeta: {SelfLink: "", ResourceVersion: "", Continue: ""},
            Status: "Failure",
            Message: "Pod \"downward-api-e1e7a01c-a93e-11e7-93c2-0a580ac00202\" is invalid: spec.containers[0].env[1].valueFrom.fieldRef.fieldPath: Invalid value: \"status.hostIP\": error converting fieldPath: field label not supported: status.hostIP",
            Reason: "Invalid",
            Details: {
                Name: "downward-api-e1e7a01c-a93e-11e7-93c2-0a580ac00202",
                Group: "",
                Kind: "Pod",
                UID: "",
                Causes: [
                    {
                        Type: "FieldValueInvalid",
                        Message: "Invalid value: \"status.hostIP\": error converting fieldPath: field label not supported: status.hostIP",
                        Field: "spec.containers[0].env[1].valueFrom.fieldRef.fieldPath",
                    },
                ],
                RetryAfterSeconds: 0,
            },
            Code: 422,
        },
    }
    Pod "downward-api-e1e7a01c-a93e-11e7-93c2-0a580ac00202" is invalid: spec.containers[0].env[1].valueFrom.fieldRef.fieldPath: Invalid value: "status.hostIP": error converting fieldPath: field label not supported: status.hostIP
not to have occurred
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/pods.go:76
@timothysc timothysc added this to the v0.9.0 milestone Oct 4, 2017
@timothysc
Copy link
Contributor Author

@abiogenesis-now

Well have to outline versions and support given some of the issues and update on later patch release(s).

@jesscodez
Copy link
Contributor

@timothysc to clarify: are these issues with thee2e tests? Or with certain versions of Kubernetes not playing well with Sonobuoy?

(And I'm lacking a bit of context---are there links to issues that I can read up on? I don't have enough knowledge to be actionable at the moment)

@timothysc
Copy link
Contributor Author

@abiogenesis-now The 1.8 Conformance-e2e tests leverage some api fields that don't exist in 1.6 and as a result the test fails. So far we've only come across 1 test that has this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants