FluxEdge
  • FluxEdge
    • ☀️Overview
    • 🏠Home
    • Projects
      • Overview
        • Machine Overview
        • Projects Overview
      • Deploy App
        • Quick Launch
        • Custom Deployment
        • Local Storage
      • Rent Machine
    • Rate and Review Machines
    • Account
      • Overview
        • Deposit Funds
      • Audit
        • Logs
        • Login
        • Machines
        • Projects
        • Balance
      • Contact Details
      • Settings
        • General Settings
        • Security Settings
          • How to Set Up an Anti-Phishing Code on FluxEdge
        • Notification Settings
    • ❓FAQs
      • Billing and Payments
      • Deployment and Management
      • Security
      • General Information
  • FluxCore
    • ☀️Overview
    • ☁️FluxCore Web
    • Installation
      • Windows Installation
        • Troubleshooting
          • WSLRun([wsl.exe -l]): exit status 0xffffffff
          • How to Download Logs
          • Efficient Steps to Safely Cleanse Your Windows System of FluxCore
      • Linux Headless Installation
      • Linux Installation
        • Troubleshooting
          • How to Uninstall Rancher on Linux via Command
          • How to Uninstall Rancher on Linux via UI
    • 🏠Home
    • 🖥️Machines
      • Discover Your Machine ID and Password
      • How to add Machines to your local FluxCore GUI
      • Connecting to Your Fluxcore Server from Another PC on Your Local Network Without Installation
      • Individual Machine
        • Overview
        • Benchmark
        • Hardware
    • ⛏️Mining
      • All about the “Mining Dashboard” Module
      • Overclocking (OC) Profiles
      • Auto-Switch
    • 🤖Services
      • Service Module Overview
      • PoUW OC Profiles
      • FAQs
    • Account
      • Overview
      • Audit
        • Logs
        • Login
        • Mining
        • Leases
        • Rewards Claimed
      • OC Profiles
        • Mining Profiles
        • PoUW Profiles
      • Modules
      • Contact Details
      • Settings
        • General Settings
        • Security Settings
          • How to Set Up an Anti-Phishing Code on FluxCore
        • Notification Settings
    • ✅FluxCore Supported NVIDIA Drivers
    • 💵Claiming Rewards
    • 💰Machine Pricing
    • ❓FAQs
      • Rewards Information
      • Provider Information
      • General Information
      • Security and Maintenance
  • Resources
    • Litepaper
    • FluxEdge Economics v1
    • Protocol Roadmap
    • Socials
      • Flux Linktree
      • Twitter
      • Discord
    • Support
Powered by GitBook
On this page
  1. FluxEdge
  2. Projects
  3. Deploy App

Local Storage

Local Storage enables deployment data to persist throughout the duration of a lease. By creating a volume on the provider's disk and mounting it to the deployment, this feature provides functionality similar to traditional container storage.


Key Features

  • Persistent During Lease: Data remains accessible for the entire duration of the lease.

  • Volume-Based Storage: A dedicated volume is created for the deployment, ensuring isolation and reliability.

Limitations

  1. Storage Duration

  • Storage exists only for the lease's lifetime.

  • If the deployment is:

    • Migrated to another provider, the storage is lost.

    • Stopped or relaunched, even on the same provider, the data does not persist across leases.

  1. No Shared Volumes

  • Shared volumes are unsupported.

  • If a deployment defines persistent storage for a single profile shared across multiple containers, each container will have its own unique volume.

  1. Single Volume Per Container

  • Each container can have only one persistent volume.

  • It is not currently possible to mount multiple volumes to a single container.

Local Storage via BUILDER

When deploying through the BUILDER interface (Quick Launch):

  • Default Configuration:

    • Each quick launch deployment has the Local Storage tile enabled by default.

    • A default mount path is provided, which can be overwritten as needed.

    • For deployments with multiple containers, each container receives its own mount path.

  • Type Selector:

    • Acts as a filter for the machine lease list based on the provider's system disk type.

    • Useful for selecting faster disk drives like NVMe.

    • Only providers capable of delivering the specified storage type will appear in the lease list.

  • Automatic Injection:

    • All provided values are automatically injected into the Kubernetes YAML file before deployment.

PreviousCustom DeploymentNextRent Machine

Last updated 5 months ago