Skip to content

Commit

Permalink
checkpointer: bump default checkpointer version.
Browse files Browse the repository at this point in the history
Also use new flag (in this checkpointer version) to vastly shorten the
grace period in the checkpoint tests.
  • Loading branch information
diegs committed Jan 8, 2018
1 parent 3cd0827 commit 5414b8b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions e2e/checkpointer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ spec:
image: %s
command:
- /checkpoint
- --checkpoint-grace-period=5s
- --lock-file=/var/run/lock/test-checkpointer.lock
- --kubeconfig=/etc/checkpointer/kubeconfig
env:
Expand Down
2 changes: 1 addition & 1 deletion pkg/asset/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ var DefaultImages = ImageVersions{
KubeDNS: "gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.14.5",
KubeDNSMasq: "gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64:1.14.5",
KubeDNSSidecar: "gcr.io/google_containers/k8s-dns-sidecar-amd64:1.14.5",
PodCheckpointer: "quay.io/coreos/pod-checkpointer:08fa021813231323e121ecca7383cc64c4afe888",
PodCheckpointer: "quay.io/coreos/pod-checkpointer:3cd08279c564e95c8b42a0b97c073522d4a6b965",
}
1 change: 0 additions & 1 deletion pkg/asset/internal/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,6 @@ spec:
dnsPolicy: Default # Don't use cluster DNS.
`)


var ControllerManagerServiceAccount = []byte(`apiVersion: v1
kind: ServiceAccount
metadata:
Expand Down

0 comments on commit 5414b8b

Please sign in to comment.