Skip to content

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

Merged
merged 1 commit into from
Jun 18, 2018

Conversation

davidz627
Copy link
Contributor

Improved deployment script to build in container and reduce image size from 216MB to 6.9MB. Updated READMEs

@k8s-ci-robot k8s-ci-robot requested a review from saad-ali June 18, 2018 18:36
@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Jun 18, 2018
@davidz627 davidz627 force-pushed the fix/READMEImprove branch from dd8a88b to 1456cd6 Compare June 18, 2018 18:37
@davidz627
Copy link
Contributor Author

/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) .
Copy link
Contributor

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?

Copy link
Contributor Author

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
Copy link
Contributor

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@davidz627 davidz627 force-pushed the fix/READMEImprove branch from 1456cd6 to 41060b3 Compare June 18, 2018 20:35
@msau42
Copy link
Contributor

msau42 commented Jun 18, 2018

/lgtm
In the future, you may want to check out kompose for generating dev vs prod environments

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jun 18, 2018
@davidz627 davidz627 merged commit 95bf743 into kubernetes-sigs:master Jun 18, 2018
@davidz627 davidz627 deleted the fix/READMEImprove branch June 18, 2018 20:43
@davidz627
Copy link
Contributor Author

Fixed #4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants