Recent runs || View in Spyglass
PR | tobiasgiese: ✨ Add v1alpha6 API types |
Result | FAILURE |
Tests | 2 failed / 0 succeeded |
Started | |
Elapsed | 54m15s |
Revision | dd9a33c1cc4839c2f05831dc9c527545c31b2f63 |
Refs |
1272 |
go run hack/e2e.go -v --test --test_args='--ginkgo.focus=capo\-e2e\sBeforeSuite$'
/home/prow/go/src/sigs.k8s.io/cluster-api-provider-openstack/test/e2e/suites/e2e/e2e_suite_test.go:51
Timed out after 180.003s.
Deployment capo-system/capo-controller-manager failed to get status.Available = True condition
Deployment:
{
"metadata": {
"name": "capo-controller-manager",
"namespace": "capo-system",
"uid": "c375de1d-1afe-48af-ad2b-966da63594d7",
"resourceVersion": "1142",
"generation": 1,
"creationTimestamp": "2022-06-22T07:08:51Z",
"labels": {
"cluster.x-k8s.io/provider": "infrastructure-openstack",
"clusterctl.cluster.x-k8s.io": "",
"control-plane": "capo-controller-manager"
},
"annotations": {
"deployment.kubernetes.io/revision": "1"
},
"managedFields": [
{
"manager": "clusterctl",
"operation": "Update",
"apiVersion": "apps/v1",
"time": "2022-06-22T07:08:51Z",
"fieldsType": "FieldsV1",
"fieldsV1": {
"f:metadata": {
"f:labels": {
".": {},
"f:cluster.x-k8s.io/provider": {},
"f:clusterctl.cluster.x-k8s.io": {},
"f:control-plane": {}
}
},
"f:spec": {
"f:progressDeadlineSeconds": {},
"f:replicas": {},
"f:revisionHistoryLimit": {},
"f:selector": {},
"f:strategy": {
"f:rollingUpdate": {
".": {},
"f:maxSurge": {},
"f:maxUnavailable": {}
},
"f:type": {}
},
"f:template": {
"f:metadata": {
"f:labels": {
".": {},
"f:cluster.x-k8s.io/provider": {},
"f:control-plane": {}
}
},
"f:spec": {
"f:containers": {
"k:{\"name\":\"manager\"}": {
".": {},
"f:args": {},
"f:command": {},
"f:image": {},
"f:imagePullPolicy": {},
"f:livenessProbe": {
".": {},
"f:failureThreshold": {},
"f:httpGet": {
".": {},
"f:path": {},
"f:port": {},
"f:scheme": {}
},
"f:periodSeconds": {},
"f:successThreshold": {},
"f:timeoutSeconds": {}
},
"f:name": {},
"f:ports": {
".": {},
"k:{\"containerPort\":9440,\"protocol\":\"TCP\"}": {
".": {},
"f:containerPort": {},
"f:name": {},
"f:protocol": {}
},
"k:{\"containerPort\":9443,\"protocol\":\"TCP\"}": {
".": {},
"f:containerPort": {},
"f:name": {},
"f:protocol": {}
}
},
"f:readinessProbe": {
".": {},
"f:failureThreshold": {},
"f:httpGet": {
".": {},
"f:path": {},
"f:port": {},
"f:scheme": {}
},
"f:periodSeconds": {},
"f:successThreshold": {},
"f:timeoutSeconds": {}
},
"f:resources": {},
"f:terminationMessagePath": {},
"f:terminationMessagePolicy": {},
"f:volumeMounts": {
".": {},
"k:{\"mountPath\":\"/tmp/k8s-webhook-server/serving-certs\"}": {
".": {},
"f:mountPath": {},
"f:name": {},
"f:readOnly": {}
}
}
}
},
"f:dnsPolicy": {},
"f:restartPolicy": {},
"f:schedulerName": {},
"f:securityContext": {},
"f:serviceAccount": {},
"f:serviceAccountName": {},
"f:terminationGracePeriodSeconds": {},
"f:tolerations": {},
"f:volumes": {
".": {},
"k:{\"name\":\"cert\"}": {
".": {},
"f:name": {},
"f:secret": {
".": {},
"f:defaultMode": {},
"f:secretName": {}
}
}
}
}
}
}
}
},
{
"manager": "kube-controller-manager",
"operation": "Update",
"apiVersion": "apps/v1",
"time": "2022-06-22T07:08:51Z",
"fieldsType": "FieldsV1",
"fieldsV1": {
"f:metadata": {
"f:annotations": {
".": {},
"f:deployment.kubernetes.io/revision": {}
}
},
"f:status": {
"f:conditions": {
".": {},
"k:{\"type\":\"Available\"}": {
".": {},
"f:lastTransitionTime": {},
"f:lastUpdateTime": {},
"f:message": {},
"f:reason": {},
"f:status": {},
"f:type": {}
},
"k:{\"type\":\"Progressing\"}": {
".": {},
"f:lastTransitionTime": {},
"f:lastUpdateTime": {},
"f:message": {},
"f:reason": {},
"f:status": {},
"f:type": {}
}
},
"f:observedGeneration": {},
"f:replicas": {},
"f:unavailableReplicas": {},
"f:updatedReplicas": {}
}
},
"subresource": "status"
}
]
},
"spec": {
"replicas": 1,
"selector": {
"matchLabels": {
"cluster.x-k8s.io/provider": "infrastructure-openstack",
"control-plane": "capo-controller-manager"
}
},
"template": {
"metadata": {
"creationTimestamp": null,
"labels": {
"cluster.x-k8s.io/provider": "infrastructure-openstack",
"control-plane": "capo-controller-manager"
}
},
"spec": {
"volumes": [
{
"name": "cert",
"secret": {
"secretName": "capo-webhook-service-cert",
"defaultMode": 420
}
}
],
"containers": [
{
"name": "manager",
"image": "gcr.io/k8s-staging-capi-openstack/capi-openstack-controller:e2e",
"command": [
"/manager"
],
"args": [
"--leader-elect=false",
"--sync-period=1m",
"--v=4",
"--metrics-bind-addr=127.0.0.1:8080"
],
"ports": [
{
"name": "webhook-server",
"containerPort": 9443,
"protocol": "TCP"
},
{
"name": "healthz",
"containerPort": 9440,
"protocol": "TCP"
}
],
"resources": {},
"volumeMounts": [
{
"name": "cert",
"readOnly": true,
"mountPath": "/tmp/k8s-webhook-server/serving-certs"
}
],
"livenessProbe": {
"httpGet": {
"path": "/healthz",
"port": "healthz",
"scheme": "HTTP"
},
"timeoutSeconds": 1,
"periodSeconds": 10,
"successThreshold": 1,
"failureThreshold": 3
},
"readinessProbe": {
"httpGet": {
"path": "/readyz",
"port": "healthz",
"scheme": "HTTP"
},
"timeoutSeconds": 1,
"periodSeconds": 10,
"successThreshold": 1,
"failureThreshold": 3
},
"terminationMessagePath": "/dev/termination-log",
"terminationMessagePolicy": "File",
"imagePullPolicy": "IfNotPresent"
}
],
"restartPolicy": "Always",
"terminationGracePeriodSeconds": 10,
"dnsPolicy": "ClusterFirst",
"serviceAccountName": "capo-manager",
"serviceAccount": "capo-manager",
"securityContext": {},
"schedulerName": "default-scheduler",
"tolerations": [
{
"key": "node-role.kubernetes.io/master",
"effect": "NoSchedule"
}
]
}
},
"strategy": {
"type": "RollingUpdate",
"rollingUpdate": {
"maxUnavailable": "25%",
"maxSurge": "25%"
}
},
"revisionHistoryLimit": 10,
"progressDeadlineSeconds": 600
},
"status": {
"observedGeneration": 1,
"replicas": 1,
"updatedReplicas": 1,
"unavailableReplicas": 1,
"conditions": [
{
"type": "Available",
"status": "False",
"lastUpdateTime": "2022-06-22T07:08:51Z",
"lastTransitionTime": "2022-06-22T07:08:51Z",
"reason": "MinimumReplicasUnavailable",
"message": "Deployment does not have minimum availability."
},
{
"type": "Progressing",
"status": "True",
"lastUpdateTime": "2022-06-22T07:08:51Z",
"lastTransitionTime": "2022-06-22T07:08:51Z",
"reason": "ReplicaSetUpdated",
"message": "ReplicaSet \"capo-controller-manager-579b86d9c6\" is progressing."
}
]
}
}
Expected
<bool>: false
to be true
/root/go/pkg/mod/sigs.k8s.io/cluster-api/test@v1.1.3/framework/deployment_helpers.go:77
from junit.e2e_suite.1.xml
Filter through log files | View test history on testgrid
go run hack/e2e.go -v --test --test_args='--ginkgo.focus=capo\-e2e\sBeforeSuite$'
/home/prow/go/src/sigs.k8s.io/cluster-api-provider-openstack/test/e2e/suites/e2e/e2e_suite_test.go:51
BeforeSuite on Node 1 failed
/home/prow/go/src/sigs.k8s.io/cluster-api-provider-openstack/test/e2e/suites/e2e/e2e_suite_test.go:51
from junit.e2e_suite.2.xml
Filter through log files | View test history on testgrid