Coder Social home page Coder Social logo

thg-ice / cloud-provider-openstack-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from giantswarm/cloud-provider-openstack-app

0.0 0.0 0.0 130 KB

License: Apache License 2.0

Shell 16.42% Makefile 28.49% Smarty 22.67% Mustache 32.42%
catalog-app

cloud-provider-openstack-app's Introduction

How to install

Modify values.yaml files

emacs /helm/openstack-cinder-csi/values.yaml

Run helm command

export KUBECONFIG=./<cluster>.kubeconfig 

helm install cloud-provider -n kube-system ./helm/cloud-provider-openstack-app/

Metrics

https://github.com/kubernetes/cloud-provider-openstack/blob/master/docs/metrics.md

Support cinder csi features :

https://github.com/kubernetes/cloud-provider-openstack/blob/master/docs/cinder-csi-plugin/using-cinder-csi-plugin.md#supported-features

How to Update upstream charts

These charts are located under helm/cloud-provider-openstack-app/charts/ and use git subtrees to track the changes.

  • Please Note* git subtree uses git commit comments to track changes so a PR commit squash will break the below.

Step 1

Navigate to https://github.com/giantswarm/cloud-provider-openstack/ and update the Giantswarm fork by clicking the fetch upstream button.

You also need to sync the tags on the fork.


git clone [email protected]:giantswarm/cloud-provider-openstack.git /tmp/cloud-provider-openstack

cd /tmp/cloud-provider-openstack

git remote add upstream [email protected]:kubernetes/cloud-provider-openstack.git

git fetch upstream

git push origin --tags

rm -rf /tmp/cloud-provider-openstack

Step 2

export CLOUD_PROVIDER_VERSION=v1.23.1
export CHART_FOLDER=helm/cloud-provider-openstack-app/
./update_charts.sh --merge

Step 2B ( if step 2 above failed )

You will need to reset the subtree because the commit message subtree is looking for is not present or overrriten in a squash.

export CLOUD_PROVIDER_VERSION=release-1.23
export CHART_FOLDER=helm/cloud-provider-openstack-app/

#Cleanup
git branch -D temp-split-branch
git remote remove upstream-copy

git rm -rf ${CHART_FOLDER}charts/openstack-cinder-csi
git rm -rf ${CHART_FOLDER}charts/openstack-cloud-controller-manager
git add ${CHART_FOLDER}charts/
git commit -m "Cleanup upstream chart folder"


./update-charts.sh --add

Step 3

Push code to git repo

Step 4

Merge PR without squash

cloud-provider-openstack-app's People

Contributors

ericgraf avatar architectbot avatar github-actions[bot] avatar eugene-eeo avatar tfussell avatar bavarianbidi avatar kopiczko avatar averagemarcus avatar marians avatar vxav avatar actions-user avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.