-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
Description
I tried to update a registry running in Kubernetes from version 2.8.1
to 2.8.2
. The new release image does not come up and instead fails with the following stack trace:
panic: StorageDriver not registered: gcs
goroutine 1 [running]:
github.com/docker/distribution/registry/handlers.NewApp({0xe5e8a0?, 0xc00040c180?}, 0xc0003cd880)
github.com/docker/distribution/registry/handlers/app.go:127 +0x2411
github.com/docker/distribution/registry.NewRegistry({0xe5e8a0?, 0xc00040c180?}, 0xc0003cd880)
github.com/docker/distribution/registry/registry.go:161 +0x145
github.com/docker/distribution/registry.glob..func1(0xc0000341a0?, {0xc00012d380, 0x1, 0x1})
github.com/docker/distribution/registry/registry.go:119 +0x18f
github.com/docker/distribution/vendor/github.com/spf13/cobra.(*Command).execute(0x1369f60, {0xc00012d340?, 0x2?, 0x2?})
github.com/docker/distribution/vendor/github.com/spf13/cobra/command.go:495 +0x44f
github.com/docker/distribution/vendor/github.com/spf13/cobra.(*Command).Execute(0x136a100)
github.com/docker/distribution/vendor/github.com/spf13/cobra/command.go:560 +0xaa
main.main()
github.com/docker/distribution/cmd/registry/main.go:23 +0x25
yonran and jonny08152