Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Minio
  3. etcd for minio

etcd for minio

Scheduled Pinned Locked Moved Minio
8 Posts 4 Posters 2.1k Views 4 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ? Offline
      ? Offline
      A Former User
      wrote on last edited by A Former User
      #1

      Hi Team,

      github.com/minio/.../sts/etcd.md-- here i can see like

      export minio_etcd_endpoints=ipaddress-----so here what exactly ip address will do means how would i know, my minio application sts username and pwd stored in etcd.

      fbartelsF girishG 2 Replies Last reply
      0
      • ? A Former User

        Hi Team,

        github.com/minio/.../sts/etcd.md-- here i can see like

        export minio_etcd_endpoints=ipaddress-----so here what exactly ip address will do means how would i know, my minio application sts username and pwd stored in etcd.

        fbartelsF Offline
        fbartelsF Offline
        fbartels
        App Dev
        wrote on last edited by fbartels
        #2

        Hi @baswaraj,

        in your last post you were not entirely clear if you are using minio on Cloudron, or of you are using Cloudron at all.

        @baswaraj said in etcd for minio:

        minio_etcd_endpoints

        This is defined in the following way in the Minio documentation:

        MINIO_ETCD_ENDPOINTS
        This is comma separated list of etcd servers that you want to use as the MinIO federation back-end. This should
        be same across the federated deployment, i.e. all the MinIO instances within a federated deployment should use same
        etcd back-end.

        So this is the ip of the etcd service that you have already installed.

        PS: the link you posted does not work

        ? 1 Reply Last reply
        0
        • fbartelsF fbartels

          Hi @baswaraj,

          in your last post you were not entirely clear if you are using minio on Cloudron, or of you are using Cloudron at all.

          @baswaraj said in etcd for minio:

          minio_etcd_endpoints

          This is defined in the following way in the Minio documentation:

          MINIO_ETCD_ENDPOINTS
          This is comma separated list of etcd servers that you want to use as the MinIO federation back-end. This should
          be same across the federated deployment, i.e. all the MinIO instances within a federated deployment should use same
          etcd back-end.

          So this is the ip of the etcd service that you have already installed.

          PS: the link you posted does not work

          ? Offline
          ? Offline
          A Former User
          wrote on last edited by
          #3

          @fbartels
          i have installed the minio in kubernetes cluster so i wanted to enable the etcd for storing the username and password
          we have like
          etcd:
          endpoints: ipaddress(here which ip address , do i need to put and how it works)

          fbartelsF 1 Reply Last reply
          0
          • ? A Former User

            @fbartels
            i have installed the minio in kubernetes cluster so i wanted to enable the etcd for storing the username and password
            we have like
            etcd:
            endpoints: ipaddress(here which ip address , do i need to put and how it works)

            fbartelsF Offline
            fbartelsF Offline
            fbartels
            App Dev
            wrote on last edited by
            #4

            @baswaraj said in etcd for minio:

            here which ip address , do i need to put and how it works

            The ip address/fqdn where you installed etcd

            ? 1 Reply Last reply
            0
            • fbartelsF fbartels

              @baswaraj said in etcd for minio:

              here which ip address , do i need to put and how it works

              The ip address/fqdn where you installed etcd

              ? Offline
              ? Offline
              A Former User
              wrote on last edited by A Former User
              #5

              @fbartels

              Can you please share example?

              we have deployed minio application and in values file etcd property is available like below

              etcd:
              endpoints: here i am bit confusion, which ip address i need to give
              clientCert:
              clientCertKey:

              BrutalBirdieB 1 Reply Last reply
              0
              • ? A Former User

                @fbartels

                Can you please share example?

                we have deployed minio application and in values file etcd property is available like below

                etcd:
                endpoints: here i am bit confusion, which ip address i need to give
                clientCert:
                clientCertKey:

                BrutalBirdieB Offline
                BrutalBirdieB Offline
                BrutalBirdie
                Partner
                wrote on last edited by BrutalBirdie
                #6

                @baswaraj
                First of all your URL is broken https://github.com/minio/.../sts/etcd.md--

                export minio_etcd_endpoints=ipaddress-----so here what exactly ip address will do means how would i know, my minio application sts username and pwd stored in etcd.

                Without any context this text is just complete gibberish.


                Please remember, this is the Cloudron forum not a general Linux HelpDesk.
                And as @fbartels pointed out, your are not even using minio on Cloudron which makes this support request taste even worse.

                If you expect people to help you out, you should deliver a certain level of information quality.

                Like my work? Consider donating a drink. Cheers!

                1 Reply Last reply
                1
                • ? A Former User

                  Hi Team,

                  github.com/minio/.../sts/etcd.md-- here i can see like

                  export minio_etcd_endpoints=ipaddress-----so here what exactly ip address will do means how would i know, my minio application sts username and pwd stored in etcd.

                  girishG Offline
                  girishG Offline
                  girish
                  Staff
                  wrote on last edited by
                  #7

                  @baswaraj https://github.com/minio/minio/discussions is the correct place to ask your question. This is the minio forum for the Cloudron app package and not about general minio questions.

                  ? 1 Reply Last reply
                  0
                  • girishG girish

                    @baswaraj https://github.com/minio/minio/discussions is the correct place to ask your question. This is the minio forum for the Cloudron app package and not about general minio questions.

                    ? Offline
                    ? Offline
                    A Former User
                    wrote on last edited by
                    #8

                    @girish
                    Thanks girish

                    1 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Bookmarks
                      • Search