=== RUN TestAddons/serial/GCPAuth/PullSecret
addons_test.go:614: (dbg) Run: kubectl --context addons-740523 create -f testdata/busybox.yaml
addons_test.go:621: (dbg) Run: kubectl --context addons-740523 create sa gcp-auth-test
addons_test.go:627: (dbg) TestAddons/serial/GCPAuth/PullSecret: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [13fd1a26-4217-42fc-aea1-dbfc93b6910f] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:329: TestAddons/serial/GCPAuth/PullSecret: WARNING: pod list for "default" "integration-test=busybox" returned: client rate limiter Wait returned an error: context deadline exceeded
addons_test.go:627: ***** TestAddons/serial/GCPAuth/PullSecret: pod "integration-test=busybox" failed to start within 8m0s: context deadline exceeded ****
addons_test.go:627: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-740523 -n addons-740523
addons_test.go:627: TestAddons/serial/GCPAuth/PullSecret: showing logs for failed pods as of 2024-10-09 18:59:03.735294792 +0000 UTC m=+762.391402607
addons_test.go:627: (dbg) Run: kubectl --context addons-740523 describe po busybox -n default
addons_test.go:627: (dbg) kubectl --context addons-740523 describe po busybox -n default:
Name: busybox
Namespace: default
Priority: 0
Service Account: default
Node: addons-740523/192.168.49.2
Start Time: Wed, 09 Oct 2024 18:51:03 +0000
Labels: integration-test=busybox
Annotations: <none>
Status: Pending
IP: 10.244.0.27
IPs:
IP: 10.244.0.27
Containers:
busybox:
Container ID:
Image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
Image ID:
Port: <none>
Host Port: <none>
Command:
sleep
3600
State: Waiting
Reason: ImagePullBackOff
Ready: False
Restart Count: 0
Environment:
GOOGLE_APPLICATION_CREDENTIALS: /google-app-creds.json
PROJECT_ID: this_is_fake
GCP_PROJECT: this_is_fake
GCLOUD_PROJECT: this_is_fake
GOOGLE_CLOUD_PROJECT: this_is_fake
CLOUDSDK_CORE_PROJECT: this_is_fake
Mounts:
/google-app-creds.json from gcp-creds (ro)
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-twtjn (ro)
Conditions:
Type Status
PodReadyToStartContainers True
Initialized True
Ready False
ContainersReady False
PodScheduled True
Volumes:
kube-api-access-twtjn:
Type: Projected (a volume that contains injected data from multiple sources)
TokenExpirationSeconds: 3607
ConfigMapName: kube-root-ca.crt
ConfigMapOptional: <nil>
DownwardAPI: true
gcp-creds:
Type: HostPath (bare host directory volume)
Path: /var/lib/minikube/google_application_credentials.json
HostPathType: File
QoS Class: BestEffort
Node-Selectors: <none>
Tolerations: node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 8m default-scheduler Successfully assigned default/busybox to addons-740523
Normal Pulling 6m39s (x4 over 8m) kubelet Pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"
Warning Failed 6m39s (x4 over 7m59s) kubelet Failed to pull image "gcr.io/k8s-minikube/busybox:1.28.4-glibc": Error response from daemon: Head "https://gcr.io/v2/k8s-minikube/busybox/manifests/1.28.4-glibc": unauthorized: authentication failed
Warning Failed 6m39s (x4 over 7m59s) kubelet Error: ErrImagePull
Warning Failed 6m14s (x6 over 7m59s) kubelet Error: ImagePullBackOff
Normal BackOff 2m47s (x21 over 7m59s) kubelet Back-off pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"
addons_test.go:627: (dbg) Run: kubectl --context addons-740523 logs busybox -n default
addons_test.go:627: (dbg) Non-zero exit: kubectl --context addons-740523 logs busybox -n default: exit status 1 (105.761914ms)
** stderr **
Error from server (BadRequest): container "busybox" in pod "busybox" is waiting to start: trying and failing to pull image
** /stderr **
addons_test.go:627: kubectl --context addons-740523 logs busybox -n default: exit status 1
addons_test.go:629: wait: integration-test=busybox within 8m0s: context deadline exceeded
--- FAIL: TestAddons/serial/GCPAuth/PullSecret (480.90s)