rawfile-localpv
Dynamically deploy Stateful Persistent Node-Local Volumes & Filesystems for Kubernetes that is provisioned from RAW-device file loop mounted Local-Hostpath storage.
파일 탐색기
최종 버전 다운로드 (.zip)- rawfile-driver.yaml
- setup.sh
- test.sh
- values.test.yaml
- build.sh
- common
- deployer.sh
- gh-release-exists.sh
- helm-lint.sh
- smoke.sh
- trivy.sh
- bug-report.yml
- small-feature-request.yml
- ci.yml
- docs-only.yml
- fossa.yml
- helm-chart.yml
- images.yml
- k8s.yml
- nightly-ci.yml
- release.yml
- stale.yaml
- trivy.yml
- CODEOWNERS
- dependabot.yml
- mergify.yml
- _helpers.tpl
- csi-volume-snapshot-class.yaml
- csi-volume-snapshot-content.yaml
- csi-volume-snapshot.yaml
- Chart.yaml
- README.md
- values.yaml
- deployment.yaml
- service.yaml
- daemonset.yaml
- service.yaml
- servicemonitor.yaml
- _helpers.tpl
- driver.yaml
- rbac.yaml
- secret.yaml
- snapshotclass.yaml
- storageclass.yaml
- .helmignore
- Chart.yaml
- README.md
- README.md.gotmpl
- values.yaml
- shell.nix
- taskmanager.md
- cloning.md
- resize.md
- snapshots.md
- storage-pools.md
- volumes.md
- architecture.md
- contributor.md
- examples.md
- features.md
- install-guide.md
- monitoring.md
- quickstart.md
- README.md
- release.md
- storageclass.md
- sources.json
- sources.nix
- __init__.py
- client.py
- event.py
- ping.py
- usage.py
- version_set.py
- __init__.py
- __init__.py
- nodes.py
- __init__.py
- tasks.py
- volumes.py
- __init__.py
- __init__.py
- __init__.py
- model.py
- __init__.py
- csi_pb2.py
- csi_pb2.pyi
- csi_pb2_grpc.py
- __init__.py
- base.py
- btrfs.py
- ext4.py
- types.py
- utils.py
- xfs.py
- __init__.py
- internal_pb2.py
- internal_pb2.pyi
- internal_pb2_grpc.py
- __init__.py
- k8s.py
- csi.proto
- internal.proto
- __init__.py
- helm.py
- k8s_deployer.py
- pytest.ini
- smoke.feature
- test_net.py
- test_smoke.py
- __init__.py
- build.py
- __init__.py
- commands.py
- devices.py
- errors.py
- lock.py
- logs.py
- modeltypes.py
- net.py
- rawfile.py
- remote.py
- snapshot_manager.py
- storage_pool.py
- task_manager.py
- units.py
- volume_manager.py
- bd2fs.py
- consts.py
- declarative.py
- internal_svc.py
- metrics.py
- rawfile.py
- rawfile_servicer.py
- volume_schema.py
- .dockerignore
- .envrc
- .gitignore
- .kube-version
- .pre-commit-config.yaml
- .pre-commit.sh
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- docker-entrypoint.sh
- Dockerfile
- GOVERNANCE.md
- LICENSE
- MAINTAINERS.md
- poetry.lock
- pyproject.toml
- README.md
- SECURITY.md
- shell.nix
- vm.nix
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/openebs/rawfile-localpv
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd rawfile-localpv
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Docker
쉬움 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Docker Desktop 컨테이너를 빌드하고 실행하려면 필요합니다. 설치 후 실행해서 백그라운드에 켜두세요.
docker build -t rawfile-localpv .
Dockerfile을 기반으로 실행 가능한 이미지를 빌드합니다.
docker run -p 8080:80 rawfile-localpv
빌드된 이미지를 실제 컨테이너로 실행합니다.
터미널에 docker compose ps 를 입력해 컨테이너들이 Up 상태인지 확인하세요. README에 포트 번호가 적혀있다면 브라우저에서 http://localhost:포트번호 로 접속해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
