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

Feature/cosi 11 deploy cosi resources in ci #10

Open
wants to merge 3 commits into
base: feature/COSI-6-add-kube-ci
Choose a base branch
from

Conversation

anurag4DSB
Copy link
Collaborator

Details

  • Updated Makefile - added GO env for go build command
  • update-kustomize-files-for-COSI-driver
  • deploy-COSI-resources-in-CI

Next steps:

  • Add S3 and IAM to COSI CI
  • Added E2E test for COSI

- Updated Makefile - added GO env for `go build` command
  - CGO_ENABLED = 0 - disable cgo ie. to produce fully static binary
    that doesn’t rely on system-specific C libraries
  - GOOS - operating system
  - GOARCH - architecture
- added a new target in Makefile for building container
- restructured and re-organized kustomize files for COSI driver
- possibility of expandability using overlays in the future
- deleted forked kustomize files from resources directory
- added a script for setting up the COSI driver
- added a new workflow step to run the script
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.

1 participant