-
Notifications
You must be signed in to change notification settings - Fork 44
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
v2 nginx adapter #19
v2 nginx adapter #19
Conversation
Signed-off-by: kumarabd <[email protected]>
Signed-off-by: kumarabd <[email protected]>
st := status.Installing | ||
|
||
if del { | ||
st = status.Removing | ||
} | ||
|
||
for _, template := range templates { | ||
contents, err := utils.ReadRemoteFile(string(template)) | ||
contents, err := readFileSource(string(template)) |
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.
@kumarabd I think we have this function in meshkit now 😅
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.
Oh that's great then, kill change them
} | ||
|
||
fmt.Println("Done") | ||
return path.Join(configRootPath, "nginx-meshctl"), nil | ||
return nil | ||
} | ||
|
||
func downloadBinary(platform string) (*http.Response, error) { |
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.
downloadBinary was actually failing after a few days I created #17 . I believe the reason for that is that the urls have changed now. Can we instead place the binaries manually?
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.
@Utkarsh-pro the binary is already in place. this is just for in-case scenarios.
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.
Is this PR antiquated? Ready for deletion?
Signed-off-by: kumarabd <[email protected]>
Signed-off-by: kumarabd <[email protected]>
Signed-off-by: kumarabd <[email protected]>
Signed-off-by: kumarabd <[email protected]>
Signed-off-by: kumarabd [email protected]
Description
This PR fixes #
Notes for Reviewers
Signed commits