Giter VIP home page Giter VIP logo

Comments (5)

nicks avatar nicks commented on June 14, 2024

aw thanks ❤️

Would a k3d configuration just include the flags here?
https://k3d.io/v5.2.0/usage/commands/k3d_cluster_create/
or alternatively, we could add a CreateFlags array like we did for minikube (https://pkg.go.dev/github.com/tilt-dev/[email protected]/pkg/api#MinikubeCluster)

is this mainly to add volumes, or are there other flags that are important?

from ctlptl.

krancour avatar krancour commented on June 14, 2024

@nicks thanks for the response.

I hadn't thought through implementation much, tbh, but the specific use case that made me request this was adding port forwards.

from ctlptl.

nicks avatar nicks commented on June 14, 2024

ooh that's good to know. are you using the portforwards to test an ingress? i've been thinking about better "standard" setups for dev clusters with ingresses.

from ctlptl.

krancour avatar krancour commented on June 14, 2024

I'm using Tilt to hack on several different projects, but most of these projects have dependencies I'm not actively hacking on and don't care to build/deploy from source since helm charts are readily available. So I'll have a make target like dev-cluster-up that uses ctlptl to launch the cluster and then immediately installs those prereqs. In many of those cases, it's also useful for me to also be able to connect directly to those dependencies from the physical host.

Right now I can do all of this with ctlptl + kind, but k3d comes up a bit faster, so I'd be entertaining the switch if this worked.

from ctlptl.

mjgallag avatar mjgallag commented on June 14, 2024

@nicks I'd love to be able to disable traefik. It could be the default for ctlptl if you're looking to "standardize".

apiVersion: k3d.io/v1alpha4
kind: Simple
options:
  k3s:
    extraArgs:
      - arg: --disable=traefik
        nodeFilters:
          - server:*

from ctlptl.

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.