-
Notifications
You must be signed in to change notification settings - Fork 218
Deploy checkpointer independently from api-server #169
Deploy checkpointer independently from api-server #169
Conversation
namespace: kube-system | ||
labels: | ||
k8s-app: kube-api-checkpointer | ||
version: v1.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you drop this version label
metadata: | ||
labels: | ||
k8s-app: kube-api-checkpointer | ||
version: v1.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Drop version label
CheckpointerTemplate = []byte(`apiVersion: "extensions/v1beta1" | ||
kind: DaemonSet | ||
metadata: | ||
name: kube-api-checkpointer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We may want to name this checkpoint-installer
to match what it is actually doing. /cc @derekparker
Couple minor comments. Can you also be sure to sign the CLA so that check passes. And also will wait on a review from @derekparker |
1422844
to
67092cb
Compare
Code review findings fixed. Looks like the cla check passed? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Checkpointer deployed independently from api-server. Deploying it as a separate component so it can be upgraded independently.
fixes #161