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

Finalize Kube items 3.2 #6766

Closed
78 of 85 tasks
liggitt opened this issue Jan 21, 2016 · 76 comments
Closed
78 of 85 tasks

Finalize Kube items 3.2 #6766

liggitt opened this issue Jan 21, 2016 · 76 comments
Assignees
Milestone

Comments

@liggitt
Copy link
Contributor

liggitt commented Jan 21, 2016

Placeholder to track upstream pulls that need to be included in 3.2.
Link to upstream pulls with a comment.
After rebases are completed, we'll look at which ones need to be cherry-picked and track them here.

Upstream release branch cherry pick candidates:
https://github.com/kubernetes/kubernetes/pulls?utf8=%E2%9C%93&q=is%3Apr+label%3Acherrypick-candidate+milestone%3Av1.2+

Other items:

In master upstream:

Proposed for v1.2.3:

In v1.2.2:

In v1.2.1:

In v1.2.0 (Origin PR #8072):

In the v1.2-beta.1 rebase (Origin PR #7975):

Not in 1.2:

@liggitt
Copy link
Contributor Author

liggitt commented Jan 29, 2016

From #6881 (comment)

@ncdc
Copy link
Contributor

ncdc commented Jan 29, 2016

@timothysc
Copy link

@ncdc
Copy link
Contributor

ncdc commented Jan 29, 2016

There will probably need to be another cadvisor bump too. It's currently part of kubernetes/kubernetes#19354. It has fixes for https://bugzilla.redhat.com/show_bug.cgi?id=1300570.

@timothysc which metrics changes are you referring to? We aren't going to need cadvisor changes for custom metrics until 3.3.

@0xmichalis
Copy link
Contributor

kubernetes/kubernetes#19970

Fixes namescoping in a bunch of cachers.

@ncdc
Copy link
Contributor

ncdc commented Feb 1, 2016

Use Openstack os-ext-ips extension to qualify IP address types kubernetes/kubernetes#18829

For bug https://bugzilla.redhat.com/show_bug.cgi?id=1303085

@ncdc
Copy link
Contributor

ncdc commented Feb 1, 2016

Follow-up from 19354: kubernetes/kubernetes#20395

@timothysc
Copy link

E2E libraryzation - kubernetes/kubernetes#19624 for #6541 /cc @jayunit100

@DirectXMan12
Copy link
Contributor

AWS EBS Volume Limit Scheduler Predicate - kubernetes/kubernetes#19880

@derekwaynecarr
Copy link
Member

Quantity can lose formatting: kubernetes/kubernetes#20505

@pweil-
Copy link
Contributor

pweil- commented Feb 8, 2016

Carry for SCC describer: #7127 (fork pull: openshift/kubernetes#5)

@timothysc
Copy link

@pweil - if there is a final rebase I believe you can drop most of the items I have listed above.

@derekwaynecarr
Copy link
Member

Make container runtime's cgroup configurable
kubernetes/kubernetes#20687

Fixes bootstrapping of the kubelet on systemd to no longer move docker daemon.

@pweil-
Copy link
Contributor

pweil- commented Feb 10, 2016

namespace deletion improvements: kubernetes/kubernetes#20076 (for #7166)

@liggitt
Copy link
Contributor Author

liggitt commented Feb 11, 2016

nice to have (allows running oc in pods without any manual setup): kubernetes/kubernetes#21095

@smarterclayton
Copy link
Contributor

No-op changes: kubernetes/kubernetes#20897

@timothysc
Copy link

Don't rate limit watches: kubernetes/kubernetes#21104

Still pending, but the root of several issues...

@jsafrane
Copy link
Contributor

Fixes for BZ#1305546: #7258 #7260 Already merged

@liggitt
Copy link
Contributor Author

liggitt commented Feb 12, 2016

subresource proxy for nodes/services:
kubernetes/kubernetes#17493
kubernetes/kubernetes#18010

@timothysc
Copy link

nice to have: kubernetes/kubernetes#20726

@smarterclayton
Copy link
Contributor

@deads2k
Copy link
Contributor

deads2k commented Feb 15, 2016

kubernetes/kubernetes#21266 needed for #6804

@liggitt liggitt added this to the 1.2.0 milestone Feb 16, 2016
@derekwaynecarr
Copy link
Member

Kubelet stats is wrong on systemd
kubernetes/kubernetes#22656

@ncdc
Copy link
Contributor

ncdc commented Mar 9, 2016

Add user-agent default for discovery client: kubernetes/kubernetes#22746

@derekwaynecarr
Copy link
Member

In case this does not make kube 1.2, we should carry the following for cadvisor:

google/cadvisor#1152

cAdvisor hangs for 20s on startup when not on GCE/AWS.

This means that the kubelet also hangs for 20s on startup.

@liggitt
Copy link
Contributor Author

liggitt commented Mar 10, 2016

API changes to scale subresources
kubernetes/kubernetes#22769
kubernetes/kubernetes#22724

API change to replicaset:
kubernetes/kubernetes#22758

@deads2k
Copy link
Contributor

deads2k commented Mar 10, 2016

ThirdPartyResources is still targeted for 1.2 and is big enough to impact whether future patches apply cleanly: kubernetes/kubernetes#18835

@derekwaynecarr
Copy link
Member

Loosen LimitRange validation @aveshagarwal

kubernetes/kubernetes#22766

This is not targeted 1.2, but is just a small change to validation.

@deads2k
Copy link
Contributor

deads2k commented Mar 11, 2016

If kubernetes/kubernetes#22853 merges, then we'll need to pick it to get consistent client tool capability.

@deads2k
Copy link
Contributor

deads2k commented Mar 11, 2016

kubernetes/kubernetes#22865 secrets in envvars don't obey SA limits

@ncdc
Copy link
Contributor

ncdc commented Mar 11, 2016

kubernetes/kubernetes#22802 ensures that spdystream goroutines are cleaned up when the exec/attach/portforward spdy connection is closed. Requires kubernetes/kubernetes#22804 to function 100% properly.

@ncdc
Copy link
Contributor

ncdc commented Mar 14, 2016

google/cadvisor#1158 to reduce high cpu load from collecting network stats

@liggitt
Copy link
Contributor Author

liggitt commented Mar 15, 2016

kubernetes/kubernetes#22847 for API change

@deads2k
Copy link
Contributor

deads2k commented Mar 15, 2016

kubernetes/kubernetes#21373 would help integration with manageiq and is contained. I'd like to pick it even though kube 1.2 will not have it. Testing has been discussed.

@0xmichalis
Copy link
Contributor

oc edit fix: kubernetes/kubernetes#22634. related issue: #7811

@deads2k
Copy link
Contributor

deads2k commented Mar 15, 2016

kubernetes/kubernetes#23003 fixes #7694

@jsafrane
Copy link
Contributor

kubernetes/kubernetes#22942 helps with bz#1316095

@ncdc
Copy link
Contributor

ncdc commented Mar 16, 2016

kubernetes/kubernetes#23020 (contains cadvisor 1158), part of a round of 1.2 cherrypicks here kubernetes/kubernetes#23024

@childsb
Copy link
Contributor

childsb commented Mar 16, 2016

@liggitt
Copy link
Contributor Author

liggitt commented Mar 16, 2016

anything in the kube v1.2.0 release tag is in origin as of #8072

@smarterclayton
Copy link
Contributor

Potentially kubernetes/kubernetes#23035 -
controller failover can flush the endpoints list (make them zero)

On Wed, Mar 16, 2016 at 3:01 PM, bradley childs notifications@github.com
wrote:

kubernetes/kubernetes#21738
kubernetes/kubernetes#21738


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#6766 (comment)

@ghost
Copy link

ghost commented Mar 17, 2016

@derekwaynecarr
Copy link
Member

cpu limits must be >= 10m

kubernetes/kubernetes#23143

@pweil-
Copy link
Contributor

pweil- commented Mar 22, 2016

provide best effort generation for struct fields (required for SCC generation)

kubernetes/kubernetes#23213

pick #8194

@smarterclayton
Copy link
Contributor

Need to be aware of kubernetes/kubernetes#21741 - I'm hitting this on a daily basis

@derekwaynecarr
Copy link
Member

Pods stuck in terminating state if the registry is unavailable:

kubernetes/kubernetes#23746

pick #8378

@jsafrane
Copy link
Contributor

jsafrane commented Apr 7, 2016

Containerized OpenShift should be able to mount volumes

kubernetes/kubernetes#23435
https://bugzilla.redhat.com/show_bug.cgi?id=1313210

Now tracked as merged as #8501

@liggitt
Copy link
Contributor Author

liggitt commented Apr 13, 2016

kubernetes/kubernetes#24208 for etcd watch cache event delivery

@liggitt
Copy link
Contributor Author

liggitt commented Apr 14, 2016

^^^^ everything above this point it now in the checklist ^^^^

@liggitt
Copy link
Contributor Author

liggitt commented Apr 16, 2016

closing, will track items individually from here on

@liggitt liggitt closed this as completed Apr 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests