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 Jul 24, 2019. It is now read-only.
Is this a bug report or feature request? (choose one): bug
Kubernetes Version (output of kubectl version): 1.5.2
Helm Client and Tiller Versions (output of helm version): 2.2.3
Development or Deployment Environment?: Development
Release Tag or Master: Master
Expected Behavior: Running helm install --name=rabbitmq local/rabbitmq --namespace=rabbitmq should result in a successful release
What Actually Happened: Pod fails to start with an ImagePullBackOff. Appears to be due to an invalid rabbitmq image tag
How to Reproduce the Issue (as minimally as possible): Follow standard development flow up to installing rabbitmq
Any Additional Comments:
Log output:
29s 15s 2 {kubelet ip-172-31-8-127} Warning FailedSync Error syncing pod, skipping: failed to "StartContainer" for "rabbitmq" with ErrImagePull: "image pull failed for registry.mcp.fuel-infra.org/mcp/rabbitmq:ocata-unstable, this may be because there are no credentials on this request. details: (Error: image mcp/rabbitmq:ocata-unstable not found)"
Is this a bug report or feature request? (choose one): bug
Kubernetes Version (output of
kubectl version
): 1.5.2Helm Client and Tiller Versions (output of
helm version
): 2.2.3Development or Deployment Environment?: Development
Release Tag or Master: Master
Expected Behavior: Running
helm install --name=rabbitmq local/rabbitmq --namespace=rabbitmq
should result in a successful releaseWhat Actually Happened: Pod fails to start with an ImagePullBackOff. Appears to be due to an invalid rabbitmq image tag
How to Reproduce the Issue (as minimally as possible): Follow standard development flow up to installing rabbitmq
Any Additional Comments:
Log output:
29s 15s 2 {kubelet ip-172-31-8-127} Warning FailedSync Error syncing pod, skipping: failed to "StartContainer" for "rabbitmq" with ErrImagePull: "image pull failed for registry.mcp.fuel-infra.org/mcp/rabbitmq:ocata-unstable, this may be because there are no credentials on this request. details: (Error: image mcp/rabbitmq:ocata-unstable not found)"
This should tie in to issue #246.
The text was updated successfully, but these errors were encountered: