Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

lots of 'MANIFEST_UNKNOWN' errors in fluxd logs #838

Closed
rade opened this issue Nov 13, 2017 · 1 comment
Closed

lots of 'MANIFEST_UNKNOWN' errors in fluxd logs #838

rade opened this issue Nov 13, 2017 · 1 comment

Comments

@rade
Copy link
Contributor

rade commented Nov 13, 2017

In a k8s cluster on GKE I am seeing many of the following errors in the fluxd logs:

2017-11-13T17:19:40.515106619Z ts=2017-11-13T17:19:40.514852143Z caller=warming.go:148 component=warmer err="requestingmanifests: getting remote manifest: Get https://eu.gcr.io/v2/google_containers/kubernetes-dashboard-amd64/manifests/v1.4.1: http: non-successful response (status=404 body=\"{\\\"errors\\\":[{\\\"code\\\":\\\"MANIFEST_UNKNOWN\\\",\\\"message\\\":\\\"Manifest with tag 'v1.4.1' has media type 'application/vnd.docker.distribution.manifest.v1+prettyjws', but client accepts 'application/vnd.docker.distribution.manifest.v1+json'.\\\"}]}\")"

#790 looks related, but it's not clear whether it would actually fix this particular v1+prettyjws instead of v1+json condition.

@squaremo
Copy link
Member

#790 looks related, but it's not clear whether it would actually fix this particular v1+prettyjws instead of v1+json condition.

The thrust of #790 is to accommodate all the content types, including signed manifests (v1+prettyjws). So it is very much intended to fix this problem.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants