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

Put initContainers to PodSpec for some statefulset examples. #45447

Merged
merged 1 commit into from
May 6, 2017

Conversation

gyliu513
Copy link
Contributor

@gyliu513 gyliu513 commented May 6, 2017

What this PR does / why we need it:
Fixed #45405

The init container is graduated to GA , so some test YAML templates needs to be updated to not use annotations.

The following are the two places that needs update:

  1. cockroachdb
  2. e2e statefulset test

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #

Special notes for your reviewer:

Release note:

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label May 6, 2017
@k8s-reviewable
Copy link

This change is Reviewable

@k8s-github-robot k8s-github-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. release-note-label-needed labels May 6, 2017
@gyliu513
Copy link
Contributor Author

gyliu513 commented May 6, 2017

/release-note-none

@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. and removed release-note-label-needed labels May 6, 2017
@gyliu513
Copy link
Contributor Author

gyliu513 commented May 6, 2017

/cc @hodovska @smarterclayton

@smarterclayton
Copy link
Contributor

/lgtm

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

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: gyliu513, smarterclayton

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 the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 6, 2017
@smarterclayton
Copy link
Contributor

@kubernetes/sig-testing-misc will we run 1.7 Kube tests against a 1.5 server? If so, this PR would cause the test to fail.

@k8s-ci-robot k8s-ci-robot added the sig/testing Categorizes an issue or PR as relevant to SIG Testing. label May 6, 2017
@k8s-github-robot
Copy link

Automatic merge from submit-queue

@k8s-github-robot k8s-github-robot merged commit dfc04ab into kubernetes:master May 6, 2017
@gyliu513 gyliu513 deleted the init-container branch May 6, 2017 23:08
@rmmh
Copy link
Contributor

rmmh commented May 8, 2017

@gyliu513
Copy link
Contributor Author

gyliu513 commented May 8, 2017

I will take a look, thanks @rmmh

a-robinson added a commit to a-robinson/kubernetes that referenced this pull request May 11, 2017
While I'm here, bring the e2e config precisely in line with the example
config.
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. sig/testing Categorizes an issue or PR as relevant to SIG Testing. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Put init-containers to PodSpec
8 participants