Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't use base64 encoding with etcd v3 #41781

Conversation

wojtek-t
Copy link
Member

In #36229 we changed the default storage to etcd v3.

This in fact is a fix to that PR.

With etcd v3, the base64-encoding is no longer needed - so we use it only if etcd v2 is explicitly requested as storage format.

@lavalamp

@wojtek-t wojtek-t added the release-note-none Denotes a PR that doesn't merit a release note. label Feb 21, 2017
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Feb 21, 2017
@k8s-github-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

The following people have approved this PR: wojtek-t

Needs approval from an approver in each of these OWNERS Files:

You can indicate your approval by writing /approve in a comment
You can cancel your approval by writing /approve cancel in a comment

@k8s-github-robot k8s-github-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Feb 21, 2017
@k8s-reviewable
Copy link

This change is Reviewable

@wojtek-t
Copy link
Member Author

@k8s-bot unit test this, issue: #41768

@wojtek-t
Copy link
Member Author

@mml

@wojtek-t
Copy link
Member Author

I think it shouldn't affect migration to etcd v3, assuming we are storing JSONs in etcd v2, right?
@smarterclayton @lavalamp ^^

@smarterclayton
Copy link
Contributor

It should not

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Feb 21, 2017
@k8s-github-robot
Copy link

Automatic merge from submit-queue (batch tested with PRs 41797, 41793, 41795, 41807, 41781)

@k8s-github-robot k8s-github-robot merged commit 3e3133b into kubernetes:master Feb 23, 2017
@wojtek-t wojtek-t deleted the dont_use_base64_encoding_with-etcd3 branch March 1, 2017 01:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesn't merit a release note. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants