将github头盔图表转换为标准的kubernetes表现出来?

发布于 2025-01-21 10:24:53 字数 283 浏览 3 评论 0原文

有此舵图( https://github.com/cdwv/bitwarden-k8s )我想转换为标准的kubernetes表现出来。

当尝试使用Helm Template时,我获得的似乎不是GZPICPECT档案。获得了“应用程序/八位字节”

我可以实现的其他方法吗?

There is this HELM chart (https://github.com/cdwv/bitwarden-k8s) that I would like to convert to standard Kubernetes manifests.

When trying to use helm template I get does not appear to be a gzipped archive; got 'application/octet-stream'

Any other way I can achieve this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

久随 2025-01-28 10:24:53

希望您喜欢您的Kubernetes之旅!

第一个问题,您的头盔图表是否被gziped/tarballed?它是私人github存储库吗?

您可以查看此帖子以解决您的PB: helm thros”似乎是gz theckive'

将您的头盔图表示为?
我的意思是,当您下载并解压缩图表时,您只需在有值和模板的目录中CD即可进行CD,然后输入:

helm template <randomName> . 

您将完成使用值的k8s文件。

等待您的答案。
Bguess。

I hope you are enjoying your Kubernetes journey !

First question, is your helm chart gziped/tarballed and Have you been able to download your chart and you unzip/untar it? Is it a private github repo?

You can check this post for maybe solving your pb: Use git as helm repo throws "does not appear to be a gzipped archive; got 'text/html; charset=utf-8'"

Which command do you use to templatize your helm chart?
I mean, when you have downloaded and unzipped your chart, you can just cd in the directory where there is the values and templates and type:

helm template <randomName> . 

and you'll get your k8s files completed with the values.

Waiting for your answer.
bguess.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文