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

Make kubelet handleRun work for pods in non-default namespace #1873

Merged

Conversation

derekwaynecarr
Copy link
Member

Updated kubelet server to take a podNamespace as input.

Did not find any other internal callers of this in k8s, but if reviewer is aware of some, I can update.

@erictune
Copy link
Member

Why did this even work for the default namespace. Shouldn't it have had a path: like: blah/default/blah/blah/blah

@erictune
Copy link
Member

LGTM, but would like @dchen1107 to look too.

@erictune erictune assigned erictune and dchen1107 and unassigned erictune Oct 17, 2014
@derekwaynecarr
Copy link
Member Author

It worked because it always passed the default namespace when looking up the bound pod. There were a number of these placeholders that were blocked until the boundPods work went in.

Sent from my iPhone

On Oct 17, 2014, at 5:05 PM, Eric Tune notifications@github.com wrote:

Why did this even work for the default namespace. Shouldn't it have had a path: like: blah/default/blah/blah/blah


Reply to this email directly or view it on GitHub.

@dchen1107
Copy link
Member

LGTM

dchen1107 added a commit that referenced this pull request Oct 17, 2014
…ace_aware

Make kubelet handleRun work for pods in non-default namespace
@dchen1107 dchen1107 merged commit 7611c83 into kubernetes:master Oct 17, 2014
@derekwaynecarr derekwaynecarr deleted the kubelet_handleRun_namespace_aware branch April 17, 2015 17:56
deads2k pushed a commit to deads2k/kubernetes that referenced this pull request Feb 13, 2024
…erry-pick-1871-to-release-4.15

[release-4.15] OCPBUGS-28209: UPSTREAM <carry>: use snyk file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants