You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.
I'm deploying an etcd-operator on ARM64 (compiled and built my own images) but when trying to deploy the etcd cluster with the Google provided etcd images from gcr.io/google-containers/etcd-arm64, I specify the image version "3.2.18" but etcd-operator adds a "v" to the version trying to pull gcr.io/google-containers/etcd-arm64:v3.2.18 failing because gcr doesn't prefix the versions with "v".
I understand this was modeled after CoreOS image store on Quay where the images have the "v" after before the SemVer but it would be more flexible if the repository and version could just be concatenated.
The text was updated successfully, but these errors were encountered:
Which is not taken care of in the PodPolicy spec of the etcdCluster (I could provide a patch for this and the v issue above if maintainers agree for this change.
I'm deploying an etcd-operator on ARM64 (compiled and built my own images) but when trying to deploy the etcd cluster with the Google provided etcd images from gcr.io/google-containers/etcd-arm64, I specify the image version "3.2.18" but etcd-operator adds a "v" to the version trying to pull
gcr.io/google-containers/etcd-arm64:v3.2.18
failing because gcr doesn't prefix the versions with "v".I understand this was modeled after CoreOS image store on Quay where the images have the "v" after before the SemVer but it would be more flexible if the repository and version could just be concatenated.
The text was updated successfully, but these errors were encountered: