Update checkpointer with state machine impl

* https://github.com/kubernetes-incubator/bootkube/pull/759
This commit is contained in:
Dalton Hubble
2017-11-08 21:42:51 -08:00
parent 383aba4e8e
commit f76e58b56d
2 changed files with 1 additions and 2 deletions

View File

@@ -24,7 +24,6 @@ spec:
image: ${pod_checkpointer_image}
command:
- /checkpoint
- --v=4
- --lock-file=/var/run/lock/pod-checkpointer.lock
env:
- name: NODE_NAME

View File

@@ -73,7 +73,7 @@ variable "container_images" {
kubedns = "gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.14.5"
kubedns_dnsmasq = "gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64:1.14.5"
kubedns_sidecar = "gcr.io/google_containers/k8s-dns-sidecar-amd64:1.14.5"
pod_checkpointer = "quay.io/coreos/pod-checkpointer:ec22bec63334befacc2b237ab73b1a8b95b0a654"
pod_checkpointer = "quay.io/coreos/pod-checkpointer:e22cc0e3714378de92f45326474874eb602ca0ac"
}
}