Make bastion hosts reconcile/delete async#1941
Make bastion hosts reconcile/delete async#1941k8s-ci-robot merged 1 commit intokubernetes-sigs:mainfrom
Conversation
|
Hi @Jont828. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
|
/ok-to-test |
3720dc2 to
ee23959
Compare
CecileRobertMichon
left a comment
There was a problem hiding this comment.
@Jont828 are we testing the AzureBastion feature in any of the e2e test templates? i.e. are the modified code paths already covered by a test or should we run a manual test to make sure there are no issues
ee23959 to
72a2841
Compare
b35c24c to
0034635
Compare
|
@Jont828 make sure you remove WIP from the title when this is ready |
47e7d52 to
81796d1
Compare
| // Service provides operations on Azure resources. | ||
| type Service struct { | ||
| Scope BastionScope | ||
| client |
There was a problem hiding this comment.
do we still need client in this struct?
| } | ||
| return nil | ||
|
|
||
| s.Scope.UpdateDeleteStatus(infrav1.BastionHostReadyCondition, serviceName, resultingErr) |
There was a problem hiding this comment.
right now this will update the status even if there is no bastion associated with the cluster, needs to be addressed as part of #1868
c3f4b84 to
c2cd3ca
Compare
c2cd3ca to
3b583fc
Compare
|
/retest |
1 similar comment
|
/retest |
3b583fc to
5046e50
Compare
deb97db to
6f7e687
Compare
6f7e687 to
7916725
Compare
|
@Jont828: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions 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. I understand the commands that are listed here. |
CecileRobertMichon
left a comment
There was a problem hiding this comment.
/lgtm
/approve
🚀
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: CecileRobertMichon The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind feature
What this PR does / why we need it: Implementation of an async service for bastion hosts as part of an effort to make all services async. See #1610 and #1541.
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 #1710
Special notes for your reviewer:
Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.
TODOs:
Release note: