Skip to content
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

fix bug for istio locality illegal characters #405

Merged
merged 1 commit into from
Jul 21, 2023

Conversation

tanjunchen
Copy link
Contributor

@tanjunchen tanjunchen commented Jul 20, 2023

fixed #404

bin/publish.sh Outdated
@@ -102,7 +102,7 @@ for action in $actions; do
case "$action" in
build)
echo "go build submodules ${MOD}"
CGO_ENABLED="${CGO_ENABLED}" GOOS="${TARGET_GOOS}" GOARCH=${TARGET_GOARCH} go build -o manager.exe
CGO_ENABLED="${CGO_ENABLED}" GOOS="${TARGET_GOOS}" GOARCH=${TARGET_GOARCH} go build -o manager
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this needs to be modified

With .ignore, avoid binary uploads.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK,I will remove it.

@believening
Copy link
Contributor

Not sure if there are other places where labels have been added by slime that haven't been validated. The current fix is effective for the problems encountered by #404.

@tanjunchen
Copy link
Contributor Author

Not sure if there are other places where labels have been added by slime that haven't been validated. The current fix is effective for the problems encountered by #404.

updated. @believening @MouceL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The MeshRegistry cannot work
4 participants