-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
hardcode componentStatus's namespace to "default" #15689
hardcode componentStatus's namespace to "default" #15689
Conversation
Labelling this PR as size/XS |
GCE e2e test build/test passed for commit 51754c247ac2e3d0e98a8d1cb486a852c9705197. |
perhaps kube-system is better than default, even for a quick hack? |
but actually, a better fix is making it not namespaced at all, as long as that doesn't break anything. |
508fd20
to
b934d7d
Compare
@lavalamp I thought you meant ComponentStatus should remain namespaced for the future. Anyway, I made it not namespaced. PTAL. Thank you! |
GCE e2e test build/test passed for commit 508fd2020cd7b9a37de9fa3c90378c264f8b8cc0. |
Labelling this PR as size/XXL |
GCE e2e test build/test passed for commit b934d7da64006836d6cb0f31d749cf3ccbf78c4e. |
@@ -1918,6 +1914,12 @@ <h3 id="_v1_nodelist">v1.NodeList</h3> | |||
|
|||
</div> | |||
<div class="sect2"> | |||
<h3 id="_unversioned_patch">unversioned.Patch</h3> | |||
<div class="paragraph"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is the patch and security context stuff changing in the definitions file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's because some other PR changed swagger but hadn't run the script that regenerates the definitions file..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll remove the changes from this PR. There is no ComponentStatus related change.
b934d7d
to
d6223a8
Compare
@@ -182,73 +166,6 @@ | |||
] | |||
}, | |||
{ | |||
"path": "/api/v1/componentstatuses", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know why this path is removed from swagger. The path still exists.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it got moved up to where the namespaced one was. git diff just can't keep up.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. Thanks.
Labelling this PR as size/XS |
GCE e2e test build/test passed for commit d6223a8. |
This LGTM, but it's not technically reverse compatible. I assume @lavalamp is ok with that, since he suggested it. Please confirm. |
Before we merge-- @roberthbailey can you verify that GKE monitors the non-namespaced path? (I think GKE is the big client for this API) |
We hit /cc @fabioy |
OK, I think everyone who cares about this is in this PR, so LGTM. We don't need to cherrypick. |
Continuous integration appears to have missed, closing and re-opening to trigger it |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e test build/test passed for commit d6223a8. |
Automatic merge from submit-queue |
Auto commit by PR queue bot
fix #15618
It's a temporary fix before @karlkfi make a replacement.
@dkorn @kalkfi @lavalamp