Skip to content

start requiring kubelet trust#247

Merged
openshift-merge-robot merged 1 commit intoopenshift:masterfrom
deads2k:kubelet-trust
Feb 15, 2019
Merged

start requiring kubelet trust#247
openshift-merge-robot merged 1 commit intoopenshift:masterfrom
deads2k:kubelet-trust

Conversation

@deads2k
Copy link
Copy Markdown
Contributor

@deads2k deads2k commented Feb 11, 2019

This pulls finishes the wiring for requiring proper serving certs from kubelets

@sjenning
/assign @sttts @mfojtik

@openshift-ci-robot openshift-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Feb 11, 2019
@openshift-ci-robot
Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: deads2k

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details 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 Feb 11, 2019
@deads2k
Copy link
Copy Markdown
Contributor Author

deads2k commented Feb 11, 2019

kubelets are only signed by the CSR, so if we trust the CSR bundle we should be fine.

@openshift-ci-robot openshift-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Feb 11, 2019
); err != nil {
return nil, err
}
// this ca bundle contains certs used trust kubelets
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

to trust

@sttts
Copy link
Copy Markdown
Contributor

sttts commented Feb 12, 2019

Only the typo, lgtm otherwise.

@deads2k deads2k added the lgtm Indicates that a PR is ready to be merged. label Feb 12, 2019
@openshift-ci-robot openshift-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Feb 12, 2019
@sjenning
Copy link
Copy Markdown
Contributor

/retest

@openshift-bot
Copy link
Copy Markdown
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@deads2k deads2k added lgtm Indicates that a PR is ready to be merged. and removed lgtm Indicates that a PR is ready to be merged. labels Feb 12, 2019
@openshift-ci-robot openshift-ci-robot removed the lgtm Indicates that a PR is ready to be merged. label Feb 12, 2019
@openshift-ci-robot
Copy link
Copy Markdown

New changes are detected. LGTM label has been removed.

@deads2k
Copy link
Copy Markdown
Contributor Author

deads2k commented Feb 12, 2019

I need #238 to have a conditional sync function.

@deads2k deads2k added the lgtm Indicates that a PR is ready to be merged. label Feb 15, 2019
@openshift-ci-robot openshift-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Feb 15, 2019
@deads2k
Copy link
Copy Markdown
Contributor Author

deads2k commented Feb 15, 2019

/retest

@openshift-ci-robot
Copy link
Copy Markdown

New changes are detected. LGTM label has been removed.

@openshift-ci-robot openshift-ci-robot removed the lgtm Indicates that a PR is ready to be merged. label Feb 15, 2019
@deads2k deads2k added the lgtm Indicates that a PR is ready to be merged. label Feb 15, 2019
@openshift-merge-robot openshift-merge-robot merged commit daba3bc into openshift:master Feb 15, 2019
squat added a commit to squat/cluster-monitoring-operator that referenced this pull request Feb 19, 2019
Now that openshift/cluster-kube-apiserver-operator#247
has landed, we can scrape kubelets on both master AND worker nodes. This
commit renames references from "csr-controller-ca" to "kubelet-serving-ca"
as this bundle contains the correct CA certs fo both worker and master
kubelets.
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/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants