Coder Social home page Coder Social logo

Comments (5)

mattlord avatar mattlord commented on August 25, 2024 1

@FarhanMS123 you can specify any ENV vars. Whether or not those ENV vars are used by the binary executed within the container depends on the binary. For example, mysqld supports a host of ENV variables and you could specify any of those for the tablet pod which would then get passed on to the mysql container. If you want to know what ones the operator itself uses, you can look at the operator.yml source file which you already highlighted.

This is an open source project and any documentation enhancements would be most welcome. I agree that the current documentation is lacking in a variety of ways. Thanks!

from vitess-operator.

frouioui avatar frouioui commented on August 25, 2024 1

This is an open source project and any documentation enhancements would be most welcome. I agree that the current documentation is lacking in a variety of ways. Thanks!

Totally, we are lacking documentation on this project.

from vitess-operator.

frouioui avatar frouioui commented on August 25, 2024

I do not think there is any official documentation regarding its arguments or the ENV variables.

You can always run the following command to get the --help output:

$> docker run --platform="linux/amd64" -it --entrypoint /bin/sh planetscale/vitess-operator:v2.13.0  
sh-4.4$ vitess-operator --help

from vitess-operator.

FarhanMS123 avatar FarhanMS123 commented on August 25, 2024

I still think it is not best practice to knowing about a containerized app directly by executing a binary inside it. But, Alright, I still need to know how to maximize these ENV variables,a dn what others ENV can I used.

Second, I find this in this repository:

# Please refer to the operator documentation for recommendations on

# The following example is minimalist. The security policies
# and resource specifications are not meant to be used in production.
# Please refer to the operator documentation for recommendations on
# production settings.

I believe this repo IS the operator's documentation. So where is it? I expect it looks like an examples file that define "this is exactly why we means by security in production". I know and already read ./doc/api.md and read overall of it, I just by that line, I expect it give some example. I think the operator binary (not CRDs) is lack of documentation.

from vitess-operator.

FarhanMS123 avatar FarhanMS123 commented on August 25, 2024

Alright. I just need a confirmation. Thankyou for your help. And best regards for this projects. This project is a really big help for me.

from vitess-operator.

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.