Giter Club home page Giter Club logo

Comments (6)

jazzdan avatar jazzdan commented on May 10, 2024 2

Hey all,

The v0.5.0 release contains a built-in helm command that does exactly what @nicks' snippet does. It also has API docs. Here's a quick example of its use in a Tiltfile

yml = helm('chartdir')
k8s_yaml(yml)

Let me know if you have any questions! I'm going to close this issue in the meantime.

from tilt.

nicks avatar nicks commented on May 10, 2024 1

We've seen people use the helm template command to give Tilt their k8s configs. The Tiltfile looks something like this:

k8s_yaml(local("helm template path/to/chart"))

But I like your idea of adding an example & tutorial on how to do this! Or maybe some syntactic sugar for this pattern.

Does that work for you in the meantime, or did you have other integration ideas in mind?

from tilt.

thedrow avatar thedrow commented on May 10, 2024 1

Also, some people use https://github.com/roboll/helmfile for deploying everything with helm.
It's something you should keep in mind.

from tilt.

viveknair avatar viveknair commented on May 10, 2024

+1 for Helm, currently the local development process with minikube and Helm is a laborious process. Tilt integration would be great.

from tilt.

viveknair avatar viveknair commented on May 10, 2024

Works for me!!

from tilt.

stevenklar avatar stevenklar commented on May 10, 2024

A native helm integration would be awesome. Good job. This project rocks.

But for now the above "helper" command works for me as well. :-)

Problem is of course tilt down does not work well and no resource observation which is sad.

from tilt.

Related Issues (20)

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.