Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save the-smooth-operator/09f71aed1858bec47e19c28ea30e589d to your computer and use it in GitHub Desktop.
Save the-smooth-operator/09f71aed1858bec47e19c28ea30e589d to your computer and use it in GitHub Desktop.
Ark logs
time="2019-01-25T13:39:03Z" level=info msg="setting log-level to INFO"
time="2019-01-25T13:39:03Z" level=info msg="Starting Ark server v0.10.0" logSource="pkg/cmd/server/server.go:127"
time="2019-01-25T13:39:03Z" level=info msg="registering plugin" command=/ark kind=BackupItemAction logSource="pkg/plugin/registry.go:98" name=pod
time="2019-01-25T13:39:03Z" level=info msg="registering plugin" command=/ark kind=BackupItemAction logSource="pkg/plugin/registry.go:98" name=pv
time="2019-01-25T13:39:03Z" level=info msg="registering plugin" command=/ark kind=BackupItemAction logSource="pkg/plugin/registry.go:98" name=serviceaccount
time="2019-01-25T13:39:03Z" level=info msg="registering plugin" command=/ark kind=BlockStore logSourcalberto@banbao ..rnetes/eks-deployment/cluster-conf/ark (git)-[Issue-121-Setup-Ark] % kubectl logs deployment/ark -n heptio-ark
time="2019-01-25T13:41:13Z" level=info msg="setting log-level to INFO"
time="2019-01-25T13:41:13Z" level=info msg="Starting Ark server v0.10.0" logSource="pkg/cmd/server/server.go:127"
time="2019-01-25T13:41:13Z" level=info msg="registering plugin" command=/ark kind=BackupItemAction logSource="pkg/plugin/registry.go:98" name=pod
time="2019-01-25T13:41:13Z" level=info msg="registering plugin" command=/ark kind=BackupItemAction logSource="pkg/plugin/registry.go:98" name=pv
time="2019-01-25T13:41:13Z" level=info msg="registering plugin" command=/ark kind=BackupItemAction logSource="pkg/plugin/registry.go:98" name=serviceaccount
time="2019-01-25T13:41:13Z" level=info msg="registering plugin" command=/ark kind=BlockStore logSource="pkg/plugin/registry.go:98" name=aws
time="2019-01-25T13:41:13Z" level=info msg="registering plugin" command=/ark kind=BlockStore logSource="pkg/plugin/registry.go:98" name=azure
time="2019-01-25T13:41:13Z" level=info msg="registering plugin" command=/ark kind=BlockStore logSource="pkg/plugin/registry.go:98" name=gcp
time="2019-01-25T13:41:13Z" level=info msg="registering plugin" command=/ark kind=ObjectStore logSource="pkg/plugin/registry.go:98" name=aws
time="2019-01-25T13:41:13Z" level=info msg="registering plugin" command=/ark kind=ObjectStore logSource="pkg/plugin/registry.go:98" name=azure
time="2019-01-25T13:41:13Z" level=info msg="registering plugin" command=/ark kind=ObjectStore logSource="pkg/plugin/registry.go:98" name=gcp
time="2019-01-25T13:41:13Z" level=info msg="registering plugin" command=/ark kind=RestoreItemAction logSource="pkg/plugin/registry.go:98" name=job
time="2019-01-25T13:41:13Z" level=info msg="registering plugin" command=/ark kind=RestoreItemAction logSource="pkg/plugin/registry.go:98" name=pod
time="2019-01-25T13:41:13Z" level=info msg="registering plugin" command=/ark kind=RestoreItemAction logSource="pkg/plugin/registry.go:98" name=restic
time="2019-01-25T13:41:13Z" level=info msg="registering plugin" command=/ark kind=RestoreItemAction logSource="pkg/plugin/registry.go:98" name=service
time="2019-01-25T13:41:13Z" level=info msg="Checking existence of namespace" logSource="pkg/cmd/server/server.go:309" namespace=heptio-ark
time="2019-01-25T13:41:13Z" level=info msg="Namespace exists" logSource="pkg/cmd/server/server.go:315" namespace=heptio-ark
time="2019-01-25T13:41:15Z" level=info msg="Checking existence of Ark custom resource definitions" logSource="pkg/cmd/server/server.go:344"
time="2019-01-25T13:41:15Z" level=info msg="All Ark custom resource definitions exist" logSource="pkg/cmd/server/server.go:378"
time="2019-01-25T13:41:15Z" level=info msg="Checking that all backup storage locations are valid" logSource="pkg/cmd/server/server.go:385"
An error occurred: some backup storage locations are invalid: error getting backup store for location "default": rpc error: code = Unknown desc = NoCredentialProviders: no valid providers in chain. Deprecated.
For verbose messaging see aws.Config.CredentialsChainVerboseErrors
@jannisba
Copy link

jannisba commented Feb 7, 2019

Hi @the-smooth-operator,
I'm running into the same problem. Did you resolve it?
Regards,
Jannis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment