-
Notifications
You must be signed in to change notification settings - Fork 69
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(cvc): set the bind address using a go flag in cvc server config #332
fix(cvc): set the bind address using a go flag in cvc server config #332
Conversation
325df2e
to
0cb9eca
Compare
0cb9eca
to
694b330
Compare
694b330
to
dae61cd
Compare
- Remove the entrypoint.sh script in Dockerfile , used to set the bind address for cvc api server (backup/restore endpoints) reset/overwrite the other flags passed as args to the deployment container. - Updated the cvc operator deployment spec args to include the `-bind` flag to set the server IP using downward API status.podIP Signed-off-by: prateekpandey14 <prateek.pandey@mayadata.io>
dae61cd
to
7c524d1
Compare
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.
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.
provided minor comments
Signed-off-by: prateekpandey14 <prateek.pandey@mayadata.io>
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.
changes are good
Signed-off-by: prateekpandey14 prateek.pandey@mayadata.io
What this PR does ?
Remove the
entrypoint.sh
script in Dockerfile , used to set the bind address for cvc api server (backup/restore endpoints), reset/overwrite the other flags passed as args to the deployment container.Updated the cvc operator deployment spec args to include the
--bind
flag to set the server IP using downward APIstatus.podIP