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

Fix CDI apiserver authentication on AKS #1300

Merged

Conversation

mhenriks
Copy link
Member

Signed-off-by: Michael Henriksen mhenriks@redhat.com

What this PR does / why we need it:

kube-apiserver was not able to communicate with cdi-apiserver on Azure. Was determined that the root cause was the lack of any value for requestheader-allowed-names in extension-apiserver-authentication configmap. Although probably not ideal, that is a valid configuration per this: https://kubernetes.io/docs/tasks/extend-kubernetes/configure-aggregation-layer/#kubernetes-apiserver-client-authentication

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #1295

Special notes for your reviewer:

Release note:

NONE

see kubevirt#1295

Signed-off-by: Michael Henriksen <mhenriks@redhat.com>
@kubevirt-bot kubevirt-bot added release-note-none Denotes a PR that doesn't merit a release note. dco-signoff: yes Indicates the PR's author has DCO signed all their commits. size/M labels Jul 14, 2020
@mhenriks
Copy link
Member Author

attn @ams0

@coveralls
Copy link

Coverage Status

Coverage increased (+0.06%) to 69.444% when pulling 2d17cb1 on mhenriks:empty-requestheader-allowed-names into dd0b5f6 on kubevirt:master.

@maya-r
Copy link
Contributor

maya-r commented Jul 15, 2020

/lgtm

@kubevirt-bot kubevirt-bot added the lgtm Indicates that a PR is ready to be merged. label Jul 15, 2020
Copy link
Member

@awels awels left a comment

Choose a reason for hiding this comment

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

/lgtm
/approve

@kubevirt-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: awels

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

@kubevirt-bot kubevirt-bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 15, 2020
@kubevirt-bot kubevirt-bot merged commit 380c86f into kubevirt:master Jul 15, 2020
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. dco-signoff: yes Indicates the PR's author has DCO signed all their commits. lgtm Indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesn't merit a release note. size/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

API server fails to discover Kubernetes API on Azure
5 participants