Skip to content

The VngCloud BlockStorage CSI Driver enables dynamic provisioning and management of scalable block storage in VngCloud Kubernetes clusters.

License

Notifications You must be signed in to change notification settings

vngcloud/vngcloud-blockstorage-csi-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VngCloud Blockstorage CSI Driver

DEV - Build image on DEV branch

PROD - Build image on MAIN branch

RELEASE - Release vngcloud-blockstorage-csi-driver project


Contributing

Development

  • For the development purpose, this project uses the dev branch to deploy and build the image. Followings are the steps to build and push new images to VngCloud Registry:
    # Make sure you are on the `dev` branch
    git add .
    git commit -am "[build] This is a really spectacular feature for this plugin"
    git push

Production

  • The branch main is used to trigger the release workflow via GitHub actions. To deploy your new code as the latest stable version, follow these steps:
    # Make sure you are on the `main` branch
    git add .
    git commit -am "[release] This is a really spectacular feature for this plugin"
    git tag -am "[release] This is a really spectacular feature for this plugin" v1.0.0
    git push --tags
    • The above steps also trigger to create a new Release in GitHub.

About

The VngCloud BlockStorage CSI Driver enables dynamic provisioning and management of scalable block storage in VngCloud Kubernetes clusters.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published