Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 221 for example (0.17 sec)

  1. docs/federation/lookup/Corefile.example

    Ashish Kumar Sinha <******@****.***> 1569948788 +0530
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Oct 01 16:53:08 GMT 2019
    - 216 bytes
    - Viewed (0)
  2. docs/screenshots/Example-2.png

    Example-2.png...
    PNG Image
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue May 09 02:22:34 GMT 2017
    - 105.6K bytes
    - Viewed (0)
  3. docs/screenshots/Example-3.jpg

    Example-3.jpg...
    JPEG Image
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Jun 29 16:10:47 GMT 2017
    - 288.5K bytes
    - Viewed (0)
  4. docs/screenshots/Example-3.png

    Example-3.png...
    PNG Image
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue May 09 02:22:34 GMT 2017
    - 265.4K bytes
    - Viewed (0)
  5. docs/screenshots/Example-1.png

    Example-1.png...
    PNG Image
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue May 09 02:22:34 GMT 2017
    - 97.2K bytes
    - Viewed (0)
  6. docs/screenshots/Example-1.jpg

    Example-1.jpg...
    JPEG Image
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Jun 29 16:10:47 GMT 2017
    - 88.5K bytes
    - Viewed (0)
  7. docs/screenshots/Example-2.jpg

    Example-2.jpg...
    JPEG Image
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Jun 29 16:10:47 GMT 2017
    - 134.5K bytes
    - Viewed (0)
  8. helm/minio/values.yaml

        # nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
        # nginx.ingress.kubernetes.io/whitelist-source-range: 0.0.0.0/0
      path: /
      hosts:
        - minio-example.local
      tls: []
      #  - secretName: chart-example-tls
      #    hosts:
      #      - chart-example.local
    
    consoleService:
      type: ClusterIP
      clusterIP: ~
      port: "9001"
      nodePort: 32001
      loadBalancerIP: ~
      externalIPs: []
      annotations: {}
    Others
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun Apr 28 10:14:37 GMT 2024
    - 18.4K bytes
    - Viewed (0)
  9. docs/sts/web-identity.md

    possible that after redirection the browser may land on a different MinIO server. For example, the domain `console.minio.example.org` may resolve to `console-X.minio.example.org`, where `X` is `1`, `2`, `3` or `4`. For the login to work, if the user first landed on `console-1.minio.example.org`, they must be redirected back to the same place after logging in at the OpenID provider's web-page. To ensure this, set the `MINIO_IDENTITY_OPENID_REDIRECT_URI_DYNAMIC=on` parameter - this lets MinIO set the redirect...
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Jan 18 07:03:17 GMT 2024
    - 19.2K bytes
    - Viewed (1)
  10. docs/throttle/README.md

    Example: Limit a MinIO cluster to accept at max 1600 simultaneous S3 API requests across all nodes of the cluster.
    
    ```sh
    export MINIO_API_REQUESTS_MAX=1600
    export MINIO_ROOT_USER=your-access-key
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sat Feb 12 00:51:25 GMT 2022
    - 2.4K bytes
    - Viewed (0)
Back to top