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

openshift-kube-apiserver: use in-process loopback client config from Kube #20074

Conversation

sttts
Copy link
Contributor

@sttts sttts commented Jun 22, 2018

The loopback config from the master config might reference the master service. It is meant to be used by components which run out-of-process. The openshift-kube-apiserver though talks to itself and should use Kube's "magic" loopback client config instead, which also uses its own self-generated CA and cert (without the need to add 127.0.0.1 to the main server cert and without the need to know the master IP in advance).

Fixes #20060

@openshift-ci-robot openshift-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Jun 22, 2018
@jim-minter
Copy link
Contributor

I don't have the knowledge to sign off on this ;)
Once this is merged, please can it be cherry-picked to release-3.10?

@mfojtik
Copy link
Contributor

mfojtik commented Jun 26, 2018

LGTM

Will defer to @deads2k to tag.

@mfojtik
Copy link
Contributor

mfojtik commented Jun 26, 2018

/cherrypick release-3.10

@openshift-cherrypick-robot

@mfojtik: once the present PR merges, I will cherry-pick it on top of release-3.10 in a new PR and assign it to you.

In response to this:

/cherrypick release-3.10

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.

@0xmichalis
Copy link
Contributor

/cc deads2k

@deads2k
Copy link
Contributor

deads2k commented Jul 3, 2018

It's not pretty, but the flow is very confusing already, so I suppose it's ok.

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Jul 3, 2018
@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: deads2k, sttts

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

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 3, 2018
@0xmichalis
Copy link
Contributor

/test all

@0xmichalis
Copy link
Contributor

#20203

/retest

@openshift-cherrypick-robot

@mfojtik: new pull request created: #20207

In response to this:

/cherrypick release-3.10

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants