Closed BXJC closed 6 months ago
@BXJC if I understand correctly, all containers are running fine, except for the adservice?
@BXJC, thanks for reporting this. :) Could you please try these old adservice images:
gcr.io/google-samples/microservices-demo/adservice:v0.10.0
gcr.io/google-samples/microservices-demo/adservice:v0.9.0
gcr.io/google-samples/microservices-demo/adservice:v0.8.1
gcr.io/google-samples/microservices-demo/adservice:v0.8.0
You would need to:
- image: adservice
context: src/adservice
from https://github.com/GoogleCloudPlatform/microservices-demo/blob/main/skaffold.yaml#L47
@BXJC, thanks for reporting this. :) Could you please try these old adservice images:
gcr.io/google-samples/microservices-demo/adservice:v0.10.0
gcr.io/google-samples/microservices-demo/adservice:v0.9.0
gcr.io/google-samples/microservices-demo/adservice:v0.8.1
gcr.io/google-samples/microservices-demo/adservice:v0.8.0
You would need to:
- Specify the URL to the image here: https://github.com/GoogleCloudPlatform/microservices-demo/blob/main/kubernetes-manifests/adservice.yaml#L46
- Comment out the following
- image: adservice context: src/adservice
from https://github.com/GoogleCloudPlatform/microservices-demo/blob/main/skaffold.yaml#L47
Thank you for your reply! I attempted to address the issue with the old adservice images and successfully resolved it by utilizing adservice:v0.9.0.
@NimJay I genuinely think there's an issue with some (but not all) Kubernetes environments with the adservice, which was introduced sometime between we released 0.9.0 and 0.10.0, which we try to pinpoint. Let's keep the current releasing GKE cluster alive since we can reproduce this issue there.
hi guys, i have the same problem on my setup and he's the same of the relator there, for me the solution to change the version of release will make worked, i hope this helping another persons, tks.
I re-pushed the tags, this crash should not happen with v0.10.0
anymore. May require force-pulling the image if it had already been pulled on your cluster (imagePullPolicy: Always
).
Describe the bug
Unable to build / deploy on Windows11
To Reproduce
Logs
Screenshots
Environment
OS: Windows 11 Enterprise 23H2 Kubernetes distribution, version: minikube version: v1.33.0 relevant tool version: Docker Desktop 4.29.0, skaffold: v2.11.0