-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
disable dnsname when --internal #9057
disable dnsname when --internal #9057
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: baude 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 |
8fde1b6
to
63f984b
Compare
Also fixes #8483. |
LGTM |
LGTM |
63f984b
to
7f6f3dc
Compare
fixed up! thanks for the review @Luap99 |
7f6f3dc
to
227dd91
Compare
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.
The new check is failing for remote because the warning is not displayed on the remote client. I don't think we can display the warning there unless we change the api endpoint. But I guess this is a more general problem which applies to all logrus messages.
f5cbaf6
to
2c01916
Compare
/lgtm |
when doing a network creation, the dnsname plugin should be disabled when the --internal bool is set. a warning is displayed if this happens and docs are updated. Signed-off-by: baude <[email protected]>
2c01916
to
393a8f0
Compare
/lgtm |
/hold cancel |
when doing a network creation, the dnsname plugin should be disabled
when the --internal bool is set. a warning is displayed if this
happens and docs are updated.
Fixes: containers/dnsname#51
Signed-off-by: baude [email protected]