-
Notifications
You must be signed in to change notification settings - Fork 47
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
chore: Update vm-console-proxy to v0.7.0 #1135
Conversation
Failures look related |
1fe9026
to
db2685b
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 0xFelix 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 |
@@ -141,12 +146,21 @@ func (v *vmConsoleProxy) Reconcile(request *common.Request) ([]common.ReconcileR | |||
return nil, err | |||
} | |||
|
|||
var cleanupResults []common.CleanupResult | |||
oldApiServiceCleanup, err := deleteOldApiService(request) |
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.
How about the v1.token.kubevirt.io APIService, is it somewhere deleted?
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.
Yes, it's deleted in Cleanup()
method, on line 234:
objectsToDelete = append(objectsToDelete,
v.clusterRoleBinding.DeepCopy(),
v.roleBinding.DeepCopy(),
v.apiService.DeepCopy())
cleanupResults, err := common.DeleteAll(request, objectsToDelete...)
I've noticed the old API service is not deleted on /hold |
This version increased API version to v1. Signed-off-by: Andrej Krejcir <akrejcir@redhat.com>
The TLS for vm-console-proxy can be configured in the ConfigMap that the project reads. This commit writes a configuration file to the ConfigMap based on the TLS configuration in the SSP object. Signed-off-by: Andrej Krejcir <akrejcir@redhat.com>
db2685b
to
64a8480
Compare
Quality Gate passedIssues Measures |
/unhold |
/lgtm |
What this PR does / why we need it:
vm-console-proxy
tov0.7.0
.vm-console-proxy
.Release note: