Skip to content

Commit

Permalink
Verify pod-checkpointer image patch
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Nov 26, 2018
1 parent dbf67da commit 3491284
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
12 changes: 12 additions & 0 deletions resources/manifests/pod-checkpointer-cluster-role-binding.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: pod-checkpointer
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: pod-checkpointer
subjects:
- kind: ServiceAccount
name: pod-checkpointer
namespace: kube-system
10 changes: 10 additions & 0 deletions resources/manifests/pod-checkpointer-cluster-role.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: pod-checkpointer
rules:
- apiGroups: [""]
resources:
- nodes
verbs:
- get
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ variable "container_images" {
flannel_cni = "quay.io/coreos/flannel-cni:v0.3.0"
hyperkube = "k8s.gcr.io/hyperkube:v1.12.2"
coredns = "k8s.gcr.io/coredns:1.2.6"
pod_checkpointer = "quay.io/coreos/pod-checkpointer:018007e77ccd61e8e59b7e15d7fc5e318a5a2682"
pod_checkpointer = "quay.io/dghubble/pod-checkpointer:55f0b95cf1471d8179b083c031f43a3a3bcabd0a"
}
}

Expand Down

0 comments on commit 3491284

Please sign in to comment.