Closed wbyoung closed 5 years ago
The newest tag that works for me is v0.3.0-3-g9b1dc33
(Side note: I am not sure where these tags/code revisions are coming from, given that this repo has one branch which hasn't been updated since Feb 12th)
You can browse the container history here: https://console.cloud.google.com/gcr/images/managed-certs-gke/EU/managed-certificate-controller?gcrImageListsize=100
I pulled it down locally, and it's hard-panicing:
panic: codecgen version mismatch: current: 8, need 10. Re-generate file: /gopath/src/github.com/GoogleCloudPlatform/gke-managed-certs/vendor/github.com/coreos/etcd/client/keys.generated.go
goroutine 1 [running]:
github.com/GoogleCloudPlatform/gke-managed-certs/vendor/github.com/coreos/etcd/client.init.0()
/gopath/src/github.com/GoogleCloudPlatform/gke-managed-certs/vendor/github.com/coreos/etcd/client/keys.generated.go:45 +0x104
(the logs don't print on stdout, which is why you can't see them outside the container, instead they are routed to /var/log/managed_certificate_controller.log
)
same thing happening to me
Same here
same here
just verified that ~2h old (at the time of writing) eu.gcr.io/managed-certs-gke/managed-certificate-controller@sha256:6edb9b197f74bb6c1827f7fedd2b4658136e79c082603c6809b546b10be112a9
works.
only the latest images are tagged with version tag, after a new ci_latest
that appears, the old tag is eventually removed.
The ci_latest tag is applied to the newest image built by an internal CI tool.
Stable GKE releases are in gcr.io/google-containers/managed-certificate-controller:<
The current build,
docker-pullable://eu.gcr.io/managed-certs-gke/managed-certificate-controller@sha256:e9730fe05cb2827fa3c982c3ed08d3b4e7aeba2619d73dea3213b1aceb9b077a
was crashing and I didn't see anything in the container logs. I reverted to a prior revision and had success again.