-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
hack/generate-deploy-scripts.sh
fails due to pathing issues
#8828
Comments
@longwuyuan related to #8824? |
I don't think so. I think there is a dependency on a python library
somwhete in that script and the name of the library required is not
ficumented in release.md. I will check and get back to you.
Thanks,
; Long
…On Mon, 18 Jul, 2022, 3:40 AM Ismayil Mirzali, ***@***.***> wrote:
@longwuyuan <https://github.com/longwuyuan> related to #8824
<#8824>?
—
Reply to this email directly, view it on GitHub
<#8828 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGZVWTPFOHVCUUDFJBDBLLVUSAERANCNFSM532NGXDQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi @Volatus I would like to know what is your OS? The problem is essentially due to the fact that the sed used under Linux is GNU sed The parameters and behavior of the two are not exactly the same. ingress-nginx/hack/generate-deploy-scripts.sh Lines 58 to 59 in 1ebb689
when we using GUN sed, we don't need Also, if you are interested, please submit a PR to fix it |
@tao12345666333 Well I have GNU sed earlier in my |
this may be something we have to check for with the MACOS test or just move the python script to run in a docker container as well. |
/triage accepted |
This issue concerns development.
What happened:
Running
hack/generate-deploy-scripts.sh
fails with the following error.What you expected to happen:
To not error out?
The scripts seem to be reading some wrong paths?
How to reproduce this issue:
Run the script?
The text was updated successfully, but these errors were encountered: