Skip to content

Manifest kubernetes infra images#59664

Merged
k8s-ci-robot merged 6 commits intokubernetes:masterfrom
mkumatag:manifest_infra
Sep 20, 2018
Merged

Manifest kubernetes infra images#59664
k8s-ci-robot merged 6 commits intokubernetes:masterfrom
mkumatag:manifest_infra

Conversation

@mkumatag
Copy link
Copy Markdown
Member

@mkumatag mkumatag commented Feb 9, 2018

What this PR does / why we need it:
This PR is for creating manifest for the kubernetes infra images
Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #

Special notes for your reviewer:

Release note:

NONE

@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Feb 9, 2018
@mkumatag
Copy link
Copy Markdown
Member Author

mkumatag commented Feb 9, 2018

/cc @luxas @ixdy

@k8s-ci-robot k8s-ci-robot requested review from ixdy and luxas February 9, 2018 17:22
@mkumatag mkumatag mentioned this pull request Feb 9, 2018
11 tasks
@roberthbailey roberthbailey removed their request for review February 9, 2018 23:07
@k8s-github-robot k8s-github-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Feb 13, 2018
@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Feb 16, 2018
@mkumatag
Copy link
Copy Markdown
Member Author

/test pull-kubernetes-cross

@mkumatag
Copy link
Copy Markdown
Member Author

ping @ixdy @luxas

@ixdy
Copy link
Copy Markdown
Contributor

ixdy commented Feb 23, 2018

/cc @rvkubiak

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

@ixdy: GitHub didn't allow me to request PR reviews from the following users: rvkubiak.

Note that only kubernetes members and repo collaborators can review this PR, and authors cannot review their own PRs.

Details

In response to this:

/cc @rvkubiak

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Feb 24, 2018
@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Apr 6, 2018
@mkumatag
Copy link
Copy Markdown
Member Author

mkumatag commented Apr 6, 2018

@ixdy @luxas can you please review this code?

@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Apr 14, 2018
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I was not expecting the version change here. Is there a reason we are doing that?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

lot of changes went in the latest etcd makefile, lemme rebase first.

@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jun 13, 2018
@mkumatag
Copy link
Copy Markdown
Member Author

/test all

1 similar comment
@mkumatag
Copy link
Copy Markdown
Member Author

/test all

@dims
Copy link
Copy Markdown
Member

dims commented Jun 19, 2018

/retest

@dims
Copy link
Copy Markdown
Member

dims commented Jun 19, 2018

/test pull-kubernetes-kubemark-e2e-gce-big

@spiffxp
Copy link
Copy Markdown
Contributor

spiffxp commented Aug 23, 2018

/retest
needs rebase

@jpbetz
Copy link
Copy Markdown
Contributor

jpbetz commented Sep 19, 2018

Yes 3.2.24 is new. I'm okay with overwriting it with another image that has the etcd 3.2.24 binary in it. That's safe.

The quick background is: We introduced <etcd-version>-<revision> earlier this year to enable us to rev the image independent from the (highest) etcd version in the image, but for backward compatibility, we'll been continuing to publish the <etcd-version> tags. I'd like to deprecate them, but that needs to be done carefully so that we don't break anything/anyone.

@jpbetz
Copy link
Copy Markdown
Contributor

jpbetz commented Sep 19, 2018

Just realized I didn't fully understand the manifest list replacement idea. I'm fine with kicking off the manifest use list with 3.2.24 since we just published it recently.

@spiffxp
Copy link
Copy Markdown
Contributor

spiffxp commented Sep 19, 2018

This LGTM as well but I don't have /approve rights for either of these dirs

@jbeda
Copy link
Copy Markdown
Contributor

jbeda commented Sep 19, 2018

/approve

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 19, 2018
@neolit123
Copy link
Copy Markdown
Member

@dims
do you want me to send a PR similar to this one that removes the -0 suffix in certain places WRT to manifest list?
#68318

@ixdy
Copy link
Copy Markdown
Contributor

ixdy commented Sep 19, 2018

/hold

@k8s-ci-robot k8s-ci-robot added do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. and removed lgtm "Looks good to me", indicates that a PR is ready to be merged. labels Sep 19, 2018
@ixdy
Copy link
Copy Markdown
Contributor

ixdy commented Sep 19, 2018

/hold cancel

I've pushed a commit to update the revision. PTAL?

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Sep 19, 2018
export DOCKER_CLI_EXPERIMENTAL := enabled
# golang version should match the golang version from https://github.com/coreos/etcd/releases for the current ETCD_VERSION.
GOLANG_VERSION?=1.8.7
GOLANG_VERSION?=1.11
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

good catch, let's switch this back to 1.8.7 since that's the recommendation

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

/hold cancel

I pushed another commit reverting this

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Sep 19, 2018
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Sep 20, 2018
@dims
Copy link
Copy Markdown
Member

dims commented Sep 20, 2018

w00t! thanks a ton @ixdy

@mkumatag
Copy link
Copy Markdown
Member Author

Thanks @ixdy quick fix.. can someone give LGTM ?

@dims
Copy link
Copy Markdown
Member

dims commented Sep 20, 2018

/test pull-kubernetes-local-e2e
/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Sep 20, 2018
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dims, jbeda, mkumatag

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit d1111a5 into kubernetes:master Sep 20, 2018
@mkumatag
Copy link
Copy Markdown
Member Author

Thanks all... Did anyone push the images? @ixdy @jpbetz

@ixdy
Copy link
Copy Markdown
Contributor

ixdy commented Sep 20, 2018

I don't think we want to push any new images, just run make push-manifest using the existing images. (I guess maybe we need to rebuild etcd though, since its a different tag.)

I can look into this Thursday PT.

@ixdy
Copy link
Copy Markdown
Contributor

ixdy commented Sep 20, 2018

Manifests and new etcd images have been pushed to staging-k8s.gcr.io. I'm working on promoting to k8s.gcr.io now.

I believe only kubeadm would be affected by this, since it uses the unrevisioned tag (3.2.24).
We probably want a follow-up PR to update uses of 3.2.24-0 to 3.2.24-1 as well as to use the manifest list k8s.gcr.io/etcd rather than the arch-specific suffixed images.

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. priority/critical-urgent Highest priority. Must be actively worked on as someone's top priority right now. release-note-none Denotes a PR that doesn't merit a release note. sig/cluster-lifecycle Categorizes an issue or PR as relevant to SIG Cluster Lifecycle. sig/release Categorizes an issue or PR as relevant to SIG Release. 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.