KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#claude-code
#codex
#cli
#developer-tools
#react
#windows
local-storage-operator
★ 103
Open GitHub ↗
Operator for local storage
Download README (.md)
Explore Similar Repositories
firebase-functions-typescript-starter
:
Create & test Firebase Cloud Functions in TypeScript
OnionArch
:
A .NET Core demo application which uses the Onion Architecture
nuxt-compress
:
A simple static asset compression module for Nuxt that runs Gzip and Brotli compression during the build process
changelog-generator
:
Generate a markdown changelog document from a GitHub milestone.
option
:
Rust like Option and Result types in Python
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
local-storage-operator
?
Download (.md)
# local-storage-operator Operator for local storage > [!Warning] > Due to an OLM catalog update, branches 4.12 through 4.17 have transitioned to catalog version 4.18. > > Please direct all future backports, bug fixes, and enhancements to version 4.18 or newer. We are no longer accepting updates for versions 4.12 – 4.17. ## Deploying with OLM Instructions to deploy on OCP >= 4.2 using OLM can be found [here](docs/deploy-with-olm.md) ## Using the must-gather image with the local storage operator Instructions for using the local storage's must-gather image can be found [here](docs/must-gather.md) ## Bumping OCP version in CSV and OLM metadata This updates the package versions in `config/manifests/local-storage-operator.package.yaml` and `config/manifests/stable/local-storage-operator.clusterserviceversion.yaml` to 4.20: ``` ./hack/update-metadata.sh 4.20 ```