kubernetes-sigs/kubespray

Publish a collection artifact

开放

#12,731 创建于 2025年11月20日

 (17 条评论) (0 个反应) (1 位负责人)HTML (4,419 个派生)batch import
help wantedkind/feature

仓库指标

星标
 (10,380 个星标)
PR 合并指标
 (平均合并 25天) (30 天内合并 26 个 PR)

描述

/kind feature

We need to publish somewhere a collection artifacts for our releases.

This should be automated as much as possible, given the already manual release process.

Possible automation source:

  • prow post-submits (see kubernetes/test-infra)
  • github workflows
  • gitlab-ci -> not sure if viable

Possible place to upload the artefact (at least once initially, multiple could be possible):

  • Ansible galaxy (pro: integration with the wider ansible ecosystem, cons: probably more work)
  • github releases

Not needed for a start but nice to have:

  • sign the artifacts, using sigstore -> via k/test-infra ? Not sure how artificat signing / promotion works for project under k-sigs, but I'd rather avoid handling keys ourselves if we can delegate to a trusted build service.

贡献者指南