nixkube
CSI driver for Nixxing Kubernetes, see develop branch!
파일 탐색기
최종 버전 다운로드 (.zip)- dynamist-logo.png
- SKILL.md
- project-notes.md
- action.yaml
- ssh-config
- ci.yaml
- test-nixos.yaml
- pynixd-nixkube-improvements.md
- maintenance.md
- execworker
- findstuckpods
- getworkerip
- poddebug
- workerlogs
- .gitignore
- flake.nix
- nixos.nix
- pod.nix
- default.nix
- options.md
- conf.py
- index.md
- default.nix
- gc.nix
- logger.nix
- nix-daemon.nix
- setup.nix
- users.nix
- default.nix
- .gitignore
- default.nix
- nri.nix
- test-workloads.nix
- config.nix
- csidriver.nix
- daemonset.nix
- default.nix
- namespace.nix
- nixOptions.nix
- options.nix
- pynixd.nix
- rbac.nix
- secret.nix
- undeploy.nix
- default.nix
- improvements.md
- improvements2.md
- nixos-tests.md
- 0.4.3.md
- CHANGELOG-0.5.0.md
- next.md
- docs.nix
- default.nix
- id_ed25519
- id_ed25519.pub
- default.nix
- pyproject.toml
- README.md
- default.nix
- pyproject.toml
- README.md
- go.mod
- go.sum
- main.go
- __init__.py
- mux.py
- plugin.py
- server.py
- __init__.py
- conftest.py
- dummy_plugin.py
- test_nri_server.py
- default.nix
- pyproject.toml
- go.mod
- go.sum
- main.go
- __init__.py
- _messages.py
- _stream_buffer.py
- client.py
- protocol.py
- py.typed
- server.py
- __init__.py
- conftest.py
- dummy_pb2.py
- helpers.py
- test_functional.py
- test_protocol.py
- test_server_integration.py
- test_server_stream.py
- default.nix
- pyproject.toml
- __init__.py
- cleanup.py
- identity.py
- server.py
- __init__.py
- build.py
- closure.py
- database.py
- gc.py
- system.py
- verify.py
- __init__.py
- annotations.py
- cleanup.py
- mount.py
- server.py
- zmq.py
- __init__.py
- builders.py
- cache.py
- cli.py
- constants.py
- cri.py
- errors.py
- events.py
- gc_task.py
- hardlinks.py
- nix_daemon.py
- startup.py
- store.py
- subprocessing.py
- supervision.py
- volume.py
- __init__.py
- test_annotations.py
- test_cache.py
- test_csi_volume_checks.py
- test_events.py
- test_hardlinks.py
- test_store.py
- test_subprocessing.py
- test_volume.py
- .pyrightconfig.json
- default.nix
- pyproject.toml
- README.md
- default.nix
- pyproject.toml
- README.md
- __init__.py
- __main__.py
- default.nix
- pyproject.toml
- __init__.py
- __main__.py
- builder_main.py
- builder_manager.py
- central_main.py
- config.py
- setup.py
- ssh_keys.py
- default.nix
- pyproject.toml
- default.nix
- pyproject.toml
- README.md
- default.nix
- kr8s.nix
- python-jsonpath.nix
- shellous.nix
- cluster-module.nix
- integration.nix
- TODO.md
- testpod.nix
- .envrc
- .gitignore
- CLAUDE.md
- default.nix
- flake.lock
- flake.nix
- justfile
- LICENSE
- niximage.nix
- README.md
- scratchimage.nix
- shell.nix
- TODO.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/Lillecarl/nixkube
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd nixkube
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Python
쉬움 추천사전 준비물
⚠️ 이 프로젝트는 규모가 큰 저장소라, 이 방법이 실제 핵심 제품이 아니라 내부 하위 패키지를 가리키는 것일 수 있습니다. README 전체를 함께 확인해보세요.
pip install .
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
python <실행할 파일명>.py # README에서 정확한 실행 파일명을 확인하세요
파이썬 스크립트(또는 모듈)를 실행합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
3. Go
보통
⚠️ 이 프로젝트는 규모가 큰 저장소라, 이 방법이 실제 핵심 제품이 아니라 내부 하위 패키지를 가리키는 것일 수 있습니다. README 전체를 함께 확인해보세요.
cd pkgs/grpclib-nri/go
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
go build ./...
Go 프로그램을 컴파일해 실행 파일을 만듭니다.
go run .
따로 빌드하지 않고 바로 Go 프로그램을 실행합니다.
빌드가 에러 없이 끝나면 성공입니다. go run . 을 썼다면 터미널 출력을 확인하세요.
// repository documentation
Was this content helpful?
(0 ratings)
