-
Notifications
You must be signed in to change notification settings - Fork 100
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
Updating the Radius installation step of the long-haul workflow #7008
Conversation
4e011b1
to
edb8f15
Compare
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
edb8f15
to
301c46f
Compare
301c46f
to
ca5b247
Compare
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
ca5b247
to
66fa182
Compare
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
exit 1 | ||
fi | ||
- name: Set test run flag | ||
run: kubectl create configmap long-running-test-lock -n radius-system |
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.
What if the clean up step in previous workflow run is failed? the current run will be ignored.
echo "*** Uninstalling existing Radius installation ***" | ||
rad uninstall kubernetes | ||
|
||
echo "*** Deleting radius-system namespace ***" | ||
kubectl delete namespace radius-system --ignore-not-found |
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.
I do not think this is right approach. it is still workaround. upgrade scenario should work here.
66fa182
to
647467b
Compare
647467b
to
fd6f57d
Compare
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
fd6f57d
to
dabb402
Compare
dabb402
to
648e66b
Compare
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Signed-off-by: ytimocin <[email protected]>
648e66b
to
f0bfc10
Compare
@@ -13,7 +13,6 @@ metadata: | |||
labels: | |||
app.kubernetes.io/name: controller | |||
app.kubernetes.io/part-of: radius | |||
type: kubernetes.io/tls |
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.
Got this error: error updating the resource "ucp-cert": cannot patch "ucp-cert" with kind Secret: Secret "ucp-cert" is invalid: type: Invalid value: "kubernetes.io/tls": field is immutable
.
If we do a release with this update, it might affect customers who have previous installations and want to do a reinstall by any chance. Would like to hear more thoughts on this.
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.
Created this issue: #7035.
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
as discussed, secrets continue to be 'opaque' as they were earlier. |
…us-project#7008) # Description * Added **Report Failure** step to the workflow. * Removed the secret deletion workaround step. Details can be found here: radius-project#7007 ## Type of change - This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Radius (issue link optional). Signed-off-by: ytimocin <[email protected]> Signed-off-by: willdavsmith <[email protected]>
…us-project#7008) * Added **Report Failure** step to the workflow. * Removed the secret deletion workaround step. Details can be found here: radius-project#7007 - This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Radius (issue link optional). Signed-off-by: ytimocin <[email protected]>
…us-project#7008) * Added **Report Failure** step to the workflow. * Removed the secret deletion workaround step. Details can be found here: radius-project#7007 - This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Radius (issue link optional). Signed-off-by: ytimocin <[email protected]>
…us-project#7008) # Description * Added **Report Failure** step to the workflow. * Removed the secret deletion workaround step. Details can be found here: radius-project#7007 ## Type of change - This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Radius (issue link optional). Signed-off-by: ytimocin <[email protected]>
Description
Details can be found here: #7007
Type of change