Git Product home page Git Product logo

Comments (9)

howardjohn avatar howardjohn commented on June 26, 2024 1

Check SGTM.

Install -- is there a meaningful difference between "make sure you install with istioctl install --include-gateway-crds" vs "install, then run kubectl apply crds.yaml"? Or is the expectation it would be on by default as well?

The tricky thing with the CRDs is Istio doesn't own them. There are many versions, variants (experimental or not), and many implementations in the same cluster concurrently using them

from istio.

ilrudie avatar ilrudie commented on June 26, 2024 1

Seems like we should at least consider a --install-if-not-found type of behavior to prevent trampling existing CRDs

from istio.

craigbox avatar craigbox commented on June 26, 2024

is there a meaningful difference between X and Y

People seem to care about how many "steps" a "getting started" guide takes. Given we have our own utility that does the installation, I'd love to get as much as practical into that. (For example, I'm also checking if we can have it handle addons.)

from istio.

howardjohn avatar howardjohn commented on June 26, 2024

Addon removal was intentional: https://docs.google.com/document/d/1jJ4kkALCUPWIlz_Ldu6jpeelMNxyY_SZDMaZmeSpfkM/edit#heading=h.qlmnvhzb2ib2

from istio.

howardjohn avatar howardjohn commented on June 26, 2024

if we want a kitchen-sink playground to install in 1 step we can do something like https://github.com/csantanapr/knative-kind

from istio.

craigbox avatar craigbox commented on June 26, 2024

I do remember that.

Part of the reasoning behind the question was @peterj's comment that with other tools, you only need the client binary to get going, and you get a lot more in the download for Istio.

I don't like how we're judged, but if there are simple things we can do to improve the process, I'd love to consider them.

from istio.

peterj avatar peterj commented on June 26, 2024

Not sure who's maintaining it, but there's a Homebrew package for Istio CLI. Using that gets rid of a couple of steps in the installation (download the package, it creates a folder for you, copy/move the istioctl binary somewhere, put it in the path etc.).

However, if you've installed the CLI with brew you don't have any of the addon YAML files. Pointing users to install or download the YAMLs files from github URLs doesn't look pretty. My thinking was if we'd embed the Grafana/Jaeger/Kiali manifests into the istioctl binary and add a subcommand that installs those either individually or as part of some demo installation:

istioctl install --set profile=demo -y 
..
istioctl addons prometheus install
istioctl addons grafana install
..

from istio.

craigbox avatar craigbox commented on June 26, 2024

(Or just have the istioctl command download them from GitHub URLs)

from istio.

MorrisLaw avatar MorrisLaw commented on June 26, 2024

istioctl precheck should check for the correct version of the Gateway API CRDs for you, and (optionally) istioctl install should install them for you.

+1 to this and other's comments about installing the Gateway API CRDs if not found. That would be pretty helpful imo.

from istio.

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.