Skip to content

Instantly share code, notes, and snippets.

@nrb
Created February 26, 2018 20:19
Show Gist options
  • Select an option

  • Save nrb/bc1d2a8fb4f2a3f8d8217aae7eecdd09 to your computer and use it in GitHub Desktop.

Select an option

Save nrb/bc1d2a8fb4f2a3f8d8217aae7eecdd09 to your computer and use it in GitHub Desktop.
Testing https://github.com/heptio/ark/pull/333 w/ Ark master image
x1c in /home/nrb/go/src/github.com/heptio/ark (git) ncdc-add-force-delete-backup U
% k -n heptio-ark-server get all
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
deploy/ark 1 1 1 0 1m
NAME DESIRED CURRENT READY AGE
rs/ark-596d9885d4 1 1 0 1m
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
deploy/ark 1 1 1 0 1m
NAME DESIRED CURRENT READY AGE
rs/ark-596d9885d4 1 1 0 1m
NAME READY STATUS RESTARTS AGE
po/ark-596d9885d4-9tfjx 0/1 CrashLoopBackOff 3 1m
x1c in /home/nrb/go/src/github.com/heptio/ark (git) ncdc-add-force-delete-backup U
% k -n heptio-ark-server logs po/ark-596d9885d4-9tfjx
time="2018-02-26T20:17:33Z" level=info msg="setting log-level to INFO"
time="2018-02-26T20:17:33Z" level=info msg="Starting Ark server v0.7.1" logSource="pkg/cmd/server/server.go:88"
time="2018-02-26T20:17:33Z" level=info msg="Ensuring namespace exists for backups" logSource="pkg/cmd/server/server.go:253" namespace=heptio-ark
time="2018-02-26T20:17:33Z" level=info msg="Namespace already exists" logSource="pkg/cmd/server/server.go:265" namespace=heptio-ark
time="2018-02-26T20:17:33Z" level=info msg="Retrieving Ark configuration" logSource="pkg/cmd/server/server.go:270"
time="2018-02-26T20:17:33Z" level=info msg="Successfully retrieved Ark configuration" logSource="pkg/cmd/server/server.go:288"
time="2018-02-26T20:17:33Z" level=info msg="Using default resource priorities" logSource="pkg/cmd/server/server.go:322" priorities="[namespaces persistentvolumes persistentvolumeclaims secrets configmaps serviceaccounts]"
time="2018-02-26T20:17:33Z" level=info msg="Configuring cloud provider for backup service" logSource="pkg/cmd/server/server.go:362"
An error occurred: rpc error: code = Unknown desc = invalid character 'd' looking for beginning of value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment