kube-nextcloud
Containerized Nextcloud tailored for Kubernetes / OpenShift
파일 탐색기
- nextcloud-db-deploy.yaml
- nextcloud-db-pvc.yaml
- nextcloud-db-secret.yaml
- nextcloud-db-svc.yaml
- nextcloud-config.yaml
- nextcloud-cronjob.yaml
- nextcloud-deploy.yaml
- nextcloud-ing.yaml
- nextcloud-pvc.yaml
- nextcloud-secret.yaml
- nextcloud-svc.yaml
- apache-pretty-urls.config.php
- apcu.config.php
- apps.config.php
- autoconfig.php
- kube-nextcloud.config.php
- memcached.config.php
- redis.config.php
- nextcloud.conf
- 0001-Significantly-improve-file-download-speed-by-enablin.patch
- docker-entrypoint.sh
- run-httpd.sh
- Dockerfile
- docker-compose.yaml
- LICENSE.txt
- README.md
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
kubectl
설명 보기 ▼
kubectl
Kubernetes 클러스터에서 명령을 실행하기 위한 명령줄 인터페이스.
`run`과 같은 일부 하위 명령에는 자체 사용 설명서가 있습니다.
더 많은 정보: <https://kubernetes.io/docs/reference/kubectl/>.
kubectl get {{pods|service|deployment|ingress|...}} {{[-o|--output]}} wide
리소스에 대한 정보를 자세히 나열:
kubectl label pods {{name}} unhealthy=true
지정된 포드에 'unhealthy' 레이블과 'true' 값을 추가:
kubectl get all
다양한 유형의 모든 리소스 나열:
// repository documentation
Was this content helpful?
(0 ratings)
