Git Product home page Git Product logo

k8s-charts's Introduction

Helm Charts

Charts are application definitions for Kubernetes Helm. For more information about installing and using Helm, see Helm README.md. For a quick introduction to Charts, see this chart document.

Note

The repo is inspired by official Kubernetes Helm charts repo https://github.com/kubernetes/charts

k8s-charts's People

Contributors

ahalberkamp avatar ahmetoz avatar andrii-kovalenko-ct avatar butenkor avatar heshammassoud avatar jortizsao avatar judeniroshan avatar junajan avatar leqada avatar lojzatran avatar svenmueller avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

k8s-charts's Issues

Set defaults for startingDeadlineSeconds which ensures that cron jobs do not get stuck

By default if job misses 100 times it's scheduled successful execution (due to jobs's unexpectedly long run or temporal network error) then cronjob gets stuck and do not schedule new jobs anymore. startingDeadlineSeconds setting ensures that failed job executions are only counted within last 600 seconds and thus not reaching the limit. For cron schedules below 1 minutes one should consider to override default with lower value.

More info:

Extend example deployment scripts with possibility to deploy multiple jobs

In the Travis example scripts we have a file gcloud-deploy.sh which is currently able to deploy only one job.

The name of this job is taken from env variable HELM_CHART_TEMPLATE_NAME configured here in travis.yaml.

It would be cool if we can extend the script so it can deploy multiple services or to accept the job name via parameter so we can call it like this:

bash $CI_SCRIPTS/gcloud-deploy.sh "production" job1
bash $CI_SCRIPTS/gcloud-deploy.sh "production" job2

Instead of this:

HELM_CHART_TEMPLATE_NAME=cronjob_1 bash $CI_SCRIPTS/gcloud-deploy.sh "production"
HELM_CHART_TEMPLATE_NAME=cronjob_2 bash $CI_SCRIPTS/gcloud-deploy.sh "production"

Helm parses commit hash when using --set-string

We had a problem before that was explained in this PR: #32

The PR above should have fixed the problem, but it did not. The problem is still here and it failed us on commit with hash 574985703c044b969a5e8bd3231351a5d8e59e6c. It produces a image tag 5.749857e+07, which is not valid.

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.