-
Notifications
You must be signed in to change notification settings - Fork 430
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
Issues when upgrading Controller to a version that include the backendPool.name
feature
#3252
Comments
/milestone v1.8 |
/help |
@CecileRobertMichon: GuidelinesPlease ensure that the issue body includes answers to the following questions:
For more details on the requirements of such an issue, please see here and ensure that they are met. If this request no longer meets these requirements, the label can be removed In response to this:
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. |
/assign @sonasingh46 |
Well here is what is happening:
What is the fix?
|
Ref issue kubernetes-sigs#3252 Signed-off-by: Ashutosh Kumar <[email protected]>
Ref issue kubernetes-sigs#3252 Signed-off-by: Ashutosh Kumar <[email protected]>
Ref issue kubernetes-sigs#3252 Signed-off-by: Ashutosh Kumar <[email protected]>
Ref issue kubernetes-sigs#3252 Signed-off-by: Ashutosh Kumar <[email protected]>
Ref issue kubernetes-sigs#3252 Signed-off-by: Ashutosh Kumar <[email protected]>
Ref issue kubernetes-sigs#3252 Signed-off-by: Ashutosh Kumar <[email protected]>
Ref issue kubernetes-sigs#3252 Signed-off-by: Ashutosh Kumar <[email protected]>
Ref issue kubernetes-sigs#3252 Signed-off-by: Ashutosh Kumar <[email protected]>
Ref issue kubernetes-sigs#3252 Signed-off-by: Ashutosh Kumar <[email protected]>
Ref issue kubernetes-sigs#3252 Signed-off-by: Ashutosh Kumar <[email protected]>
/kind bug
What steps did you take and what happened:
When upgrading controller to a version that include backendPool.name there is an issue with
AzureCluster
resources that were created before and did not include the required fieldrequired fields backendPool.name
when the resource is Created / Updatedcontroller
any exisitingAzurecluster
will not be updated by the webhook ( since no event happened ) and the requests to Azure will fail with""
Adding the fields to the AzureClusters CR fixes the issue and everything is clean
What did you expect to happen:
Upgrade would not require to modify the CRs , ideally the code should be backward compatible
Anything else you would like to add:
Discussion in slack https://kubernetes.slack.com/archives/CEX9HENG7/p1678370754712279
Environment:
1.6.1
to1.7.0
( and 1.7.2 and 1.8.0 )kubectl version
): 1.24.11/etc/os-release
):The text was updated successfully, but these errors were encountered: