-
Notifications
You must be signed in to change notification settings - Fork 53
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
[Bug] Routes Controller is missing the SA #747
Comments
praveenkumar
added a commit
to praveenkumar/crc
that referenced
this issue
Jun 27, 2023
This reverts commit 7cf9765. Looks like in the bundle, route controller resource does not have the vaild service account and because of that `/etc/hosts` file not updated as expected, which become blocker issue for current 2.22.0 release. This PR revert it and we will put it back after it is resolved on snc side. - crc-org/snc#747
praveenkumar
added a commit
to crc-org/crc
that referenced
this issue
Jun 27, 2023
This reverts commit 7cf9765. Looks like in the bundle, route controller resource does not have the vaild service account and because of that `/etc/hosts` file not updated as expected, which become blocker issue for current 2.22.0 release. This PR revert it and we will put it back after it is resolved on snc side. - crc-org/snc#747
praveenkumar
added a commit
to praveenkumar/snc
that referenced
this issue
Jul 6, 2023
- This is more consistent with the naming of the container image - This allows to workaround a problem with bundle v4.13.3 which had an invalid route_controller.json file - crc-org#747
praveenkumar
added a commit
to praveenkumar/snc
that referenced
this issue
Jul 6, 2023
- This is more consistent with the naming of the container image - This allows to workaround a problem with bundle v4.13.3 which had an invalid route_controller.json file - crc-org#747
praveenkumar
added a commit
that referenced
this issue
Jul 6, 2023
- This is more consistent with the naming of the container image - This allows to workaround a problem with bundle v4.13.3 which had an invalid route_controller.json file - #747
openshift-cherrypick-robot
pushed a commit
to openshift-cherrypick-robot/snc
that referenced
this issue
Jul 6, 2023
- This is more consistent with the naming of the container image - This allows to workaround a problem with bundle v4.13.3 which had an invalid route_controller.json file - crc-org#747
praveenkumar
added a commit
that referenced
this issue
Jul 7, 2023
- This is more consistent with the naming of the container image - This allows to workaround a problem with bundle v4.13.3 which had an invalid route_controller.json file - #747
This is now fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Previously routes controller was started from crc, now the deployment has been migrated to SNC, on that migration the SA required to run the pod is missing.
Now the routes controller can not read resource on the cluster so it is not able to export those routes to the hosts files.
This was suppose to be tested during last week pre sign for the
4.13.3
bundles but those tests only included basic testing and not full e2e. Also this is only impactingwindows
andmac
as on linux url are resolved with dnsmasq and wildcards.The text was updated successfully, but these errors were encountered: