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

Mention that the go client reuses a running server #1440

Merged

Conversation

mgjm
Copy link
Contributor

@mgjm mgjm commented Jun 27, 2023

What type of PR is this?

/kind documentation

What this PR does / why we need it:

Mention in the documentation that the go client will connect to an already running server instance.

When a server is already listening in the same ServerRunDir, the client reuses that server.

That also means that other options of the ConmonServerConfig will be ignored. The server will keep its settings from the first invocation.

Does this PR introduce a user-facing change?

None

Signed-off-by: Martin Michaelis <code@mgjm.de>
Copy link
Member

@saschagrunert saschagrunert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

/lgtm

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jun 27, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mgjm, saschagrunert

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@codecov-commenter
Copy link

Codecov Report

Merging #1440 (f3d3988) into main (3df0d88) will decrease coverage by 0.62%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1440      +/-   ##
==========================================
- Coverage   34.00%   33.39%   -0.62%     
==========================================
  Files          13       13              
  Lines        1135     1135              
  Branches      392      393       +1     
==========================================
- Hits          386      379       -7     
- Misses        493      501       +8     
+ Partials      256      255       -1     

@openshift-merge-robot openshift-merge-robot merged commit 02a5fd0 into containers:main Jun 27, 2023
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants