-
Notifications
You must be signed in to change notification settings - Fork 40k
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
add logging for enabled/disabled API Groups #32198
add logging for enabled/disabled API Groups #32198
Conversation
@sttts straightforward logging. I figure I'll open this entire pull as a pick into 1.4.1 |
Simple patch, simple one-time logging. Maybe use |
@deads2k - did you want "fixup storage examples" commit in this PR or a separate PR? |
f5d4c25
to
0935fd1
Compare
I had no real preference. I can do it separately if you like. |
done. |
We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm. |
a0a36c4
to
f04c0dd
Compare
CLAs look good, thanks! |
0935fd1
to
0e37530
Compare
GCE e2e build/test passed for commit 0e37530. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit 0e37530. |
Automatic merge from submit-queue |
hmm, I can't seem to change the milestone. @jessfraz could you set the |
I think the github api is freaking out |
Someone must've pushed changes and left for the Friday =P |
Commit found in the "release-1.4" branch appears to be this PR. Removing the "cherrypick-candidate" label. If this is an error find help to get your PR picked. |
…ck-of-#31854-kubernetes#32198-origin-release-1.4 Automatic merge from submit-queue Automated cherry pick of kubernetes#31854 kubernetes#32198 origin release 1.4 Cherry pick of kubernetes#31854 kubernetes#32198 on release-1.4. kubernetes#31854: Update glusterfs provisioner readme with endpoint/service kubernetes#32198: fixup storage examples
Adds logging to the apiserver to indicate which API groups are enabled and disabled as go through. This will make it easier to identify what's gone wrong in cases where the API server is down during diagnoses and the config is inaccessible, like in GKE tests. For example #32185 (comment) .
@wojtek-t This may have made the problem more obvious.
This change is