Helm 搜索中心
helm search hub
在 Artifact Hub 或你自己的中心实例中搜索图表
概要
在 Artifact Hub 或你自己的中心实例中搜索 Helm 图表。
Artifact Hub 是一款基于 Web 的应用程序,允许查找、安装和发布 CNCF 项目的包和配置,包括公开可用的分布式图表 Helm 图表。它是云原生计算基金会的一个沙盒项目。你可以在 https://artifacthub.io/ 浏览中心。
[KEYWORD] 参数接受关键字字符串或包含丰富查询选项的引号字符串。有关丰富查询选项文档,请参阅 https://artifacthub.github.io/hub/api/?urls.primaryName=Monocular%20compatible%20search%20API#/Monocular/get_api_chartsvc_v1_charts_search
以前版本的 Helm 使用 Monocular 实例作为默认“端点”,因此为了向后兼容,Artifact Hub 与 Monocular 搜索 API 兼容。类似地,在设置“端点”标志时,指定的端点也必须实现 Monocular 兼容的搜索 API 端点。请注意,在将 Monocular 实例指定为“端点”时,不支持丰富查询。有关 API 详细信息,请参阅 https://github.com/helm/monocular
helm search hub [KEYWORD] [flags]
选项
--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)
从父命令继承的选项
--burst-limit int client-side default throttling limit (default 100)
--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 file 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")
另请参阅
- helm search - 在图表中搜索关键字