-
Notifications
You must be signed in to change notification settings - Fork 159
Update deployment scripts and README's #8
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
Conversation
dd8a88b
to
1456cd6
Compare
/assign @msau42 |
@@ -25,18 +25,16 @@ gce-pd-driver: | |||
go build -o bin/gce-pd-csi-driver-test ./test/e2e/ | |||
|
|||
build-container: gce-pd-driver | |||
cp bin/gce-pd-csi-driver deploy/docker | |||
docker build -t $(STAGINGIMAGE):$(STAGINGVERSION) deploy/docker | |||
docker build -t $(STAGINGIMAGE):$(STAGINGVERSION) . |
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.
do you also want to remove references to your dev project and make that an env variable?
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.
done
README.md
Outdated
To modify dependencies or versions change `./Gopkg.toml` | ||
|
||
[deployREADME]: github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/deploy/kubernetes/README.md |
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.
You can do relative references here
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.
done
development project
1456cd6
to
41060b3
Compare
/lgtm |
Fixed #4 |
Improved deployment script to build in container and reduce image size from 216MB to 6.9MB. Updated READMEs