[MILESTONENOTIFIER] Milestone Labels Complete
Issue label settings:
—
You are receiving this because you are on a team that was mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.![]()
cc @kubernetes/sig-api-machinery-test-failures
cc @kubernetes/kubernetes-release-managers
/kind bug
/king upgrade-test-failure
Observed on the upgrade cluster test suite
https://k8s-testgrid.appspot.com/master-upgrade#gce-1.7-master-upgrade-cluster-parallel
Example failure
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/extension/initializers.go:108
Expected error:
<*errors.StatusError | 0xc4202f7680>: {
ErrStatus: {
TypeMeta: {Kind: "", APIVersion: ""},
ListMeta: {SelfLink: "", ResourceVersion: ""},
Status: "Failure",
Message: "Pod \"uninitialized-pod\" is invalid: metadata.initializers.pending[0].name: Invalid value: \"Test\": a DNS-1123 subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character (e.g. 'example.com', regex used for validation is '[a-z0-9]([-a-z0-9]*[a-z0-9])?(\\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*')",
Reason: "Invalid",
Details: {
Name: "uninitialized-pod",
Group: "",
Kind: "Pod",
UID: "",
Causes: [
{
Type: "FieldValueInvalid",
Message: "Invalid value: \"Test\": a DNS-1123 subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character (e.g. 'example.com', regex used for validation is '[a-z0-9]([-a-z0-9]*[a-z0-9])?(\\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*')",
Field: "metadata.initializers.pending[0].name",
},
],
RetryAfterSeconds: 0,
},
Code: 422,
},
}
Pod "uninitialized-pod" is invalid: metadata.initializers.pending[0].name: Invalid value: "Test": a DNS-1123 subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character (e.g. 'example.com', regex used for validation is '[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*')
not to have occurred
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/extension/initializers.go:54
Initializer name validation tightened in 1.8 (and is release noted as needing action), test should be updated with a valid name
should be fixed by #52592
Fix merged into 1.7 branch. Closing.
Closed #52585.