- 
                Notifications
    You must be signed in to change notification settings 
- Fork 1.1k
Show current runtime configuration #7783
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
Conversation
| Hi @LenkaSeg. Thanks for your PR. I'm waiting for a cri-o member to verify that this patch is reasonable to test. If it is, they should reply with  Once the patch is verified, the new status will be reflected by the  I understand the commands that are listed here. 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. | 
| It currently produces an output like this: 
 Alternatively, instead of serializing to json like kubelet, we could serialize to toml (using ToBytes before logging), like here: Lines 799 to 811 in 91816d7 
 | 
| Still working on exposing the config flags. | 
| Codecov ReportAttention: Patch coverage is  
 Additional details and impacted files@@            Coverage Diff             @@
##             main    #7783      +/-   ##
==========================================
- Coverage   49.58%   49.34%   -0.25%     
==========================================
  Files         153      153              
  Lines       16927    17150     +223     
==========================================
+ Hits         8393     8462      +69     
- Misses       7488     7635     +147     
- Partials     1046     1053       +7      | 
| /ok-to-test | 
| Output look like this:  | 
| LGTM, is this still a draft @LenkaSeg ? | 
| /hold | 
| Adding hold for a brief moment so I can comment on the changes. | 
| 
 Still a draft. | 
| /retest | 
Signed-off-by: Lenka Segura <[email protected]>
| /retest | 
Signed-off-by: Krzysztof Wilczyński <[email protected]>
| /retest | 
| /close | 
| @kwilczynski: Closed this PR. In response to this: 
 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-sigs/prow repository. | 
| /reopen | 
| @kwilczynski: Reopened this PR. In response to this: 
 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-sigs/prow repository. | 
| Closed and re-opened to kick some tests again. | 
| /approve | 
| [APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: haircommander, kwilczynski, LenkaSeg, sohankunkerkar The full list of commands accepted by this bot can be found here. The pull request process is described here 
Needs approval from an approver in each of these files:
 
 Approvers can indicate their approval by writing  | 
| /hold We have unit test failure that needs to be looked into. | 
| /unhold | 
| /retest | 
What type of PR is this?
/kind feature
What this PR does / why we need it:
Prints configuration at a runtime.
Which issue(s) this PR fixes:
Fixes #7704.
Special notes for your reviewer:
None
Does this PR introduce a user-facing change?