Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Deploy checkpointer independently from api-server #169

Conversation

kenan435
Copy link
Contributor

Checkpointer deployed independently from api-server. Deploying it as a separate component so it can be upgraded independently.

fixes #161

namespace: kube-system
labels:
k8s-app: kube-api-checkpointer
version: v1.0.0
Copy link
Contributor

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
Copy link
Contributor

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
Copy link
Contributor

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

@aaronlevy
Copy link
Contributor

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

@kenan435 kenan435 force-pushed the deploy-checkpointer-independently branch from 1422844 to 67092cb Compare November 3, 2016 13:58
@kenan435
Copy link
Contributor Author

kenan435 commented Nov 3, 2016

Code review findings fixed. Looks like the cla check passed?

Copy link
Contributor

@aaronlevy aaronlevy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@aaronlevy aaronlevy merged commit 0eac9df into kubernetes-retired:master Nov 14, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

checkpointer should be deployed independently from api-server
2 participants