helm search hub
helm search hub (Artifact Hub 또는 자체 hub에서 차트 검색)
Artifact Hub 또는 자체 hub 인스턴스에서 Helm 차트를 검색하는 명령입니다.
출처: 문서
본문
Artifact Hub 또는 자체 hub 인스턴스에서 Helm 차트를 검색합니다.
Artifact Hub는 CNCF 프로젝트를 위한 패키지와 구성을 찾고, 설치하고, 게시할 수 있게 해주는 웹 기반 애플리케이션으로, 공개적으로 배포된 Helm 차트를 포함합니다. Cloud Native Computing Foundation 샌드박스 프로젝트입니다. hub는 https://artifacthub.io/에서 둘러볼 수 있습니다.
[KEYWORD] 인자는 키워드 문자열 또는 풍부한 검색 옵션의 인용된 문자열을 받습니다. 풍부한 검색 옵션 문서는 다음을 참조하세요: https://artifacthub.github.io/hub/api/?urls.primaryName=Monocular%20compatible%20search%20API#/Monocular/get_api_chartsvc_v1_charts_search
이전 버전의 Helm은 기본 'endpoint'로 Monocular 인스턴스를 사용했으므로, 하위 호환성을 위해 Artifact Hub는 Monocular 검색 API와 호환됩니다. 마찬가지로 'endpoint' 플래그를 설정할 때 지정하는 endpoint도 Monocular 호환 검색 API endpoint를 구현해야 합니다. 'endpoint'로 Monocular 인스턴스를 지정할 때는 풍부한 검색이 지원되지 않는다는 점에 유의하세요. API 상세는 다음을 참조하세요: https://github.com/helm/monocular
helm search hub [KEYWORD] [flags]
옵션 (Options)
--endpoint string Hub instance to query for charts (default "https://hub.helm.sh")
--fail-on-no-result search fails if no results are found
-h, --help help for hub
--list-repo-url print charts repository URL
--max-col-width uint maximum column width for output table (default 50)
-o, --output format prints the output in the specified format. Allowed values: table, json, yaml (default table)
부모 명령에서 상속된 옵션 (Options inherited from parent commands)
--burst-limit int client-side default throttling limit (default 100)
--color string use colored output (never, auto, always) (default "auto")
--colour string use colored output (never, auto, always) (default "auto")
--content-cache string path to the directory containing cached content (e.g. charts) (default "~/.cache/helm/content")
--debug enable verbose output
--kube-apiserver string the address and the port for the Kubernetes API server
--kube-as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups.
--kube-as-user string username to impersonate for the operation
--kube-ca-file string the certificate authority file for the Kubernetes API server connection
--kube-context string name of the kubeconfig context to use
--kube-insecure-skip-tls-verify if true, the Kubernetes API server's certificate will not be checked for validity. This will make your HTTPS connections insecure
--kube-tls-server-name string server name to use for Kubernetes API server certificate validation. If it is not provided, the hostname used to contact the server is used
--kube-token string bearer token used for authentication
--kubeconfig string path to the kubeconfig file
-n, --namespace string namespace scope for this request
--qps float32 queries per second used when communicating with the Kubernetes API, not including bursting
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
--repository-cache string path to the directory containing cached repository indexes (default "~/.cache/helm/repository")
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
더 알아보기 (Learn more)
- helm search - 차트에서 키워드 검색