项目作者: justaugustus

项目描述 :
Kubernetes artifact promotion configurations
高级语言:
项目地址: git://github.com/justaugustus/artifacts.git
创建时间: 2020-11-22T14:36:14Z
项目社区:https://github.com/justaugustus/artifacts

开源协议:Apache License 2.0

下载


Artifacts

This repo is under construction. Please continue to use
k8s.io/k8s.io until this migration is officially announced.

The artifacts repo (k8s.io/artifacts) stores configuration files
for the Kubernetes Community’s artifact promoters:

Configurations are organized primarily in two directories:

  • registries/ (configurations for image/registry promotion)
  • stores/ (configurations for file/object store promotion)

A snippet of the repo layout:

  1. ├── registries
  2. └── k8s.gcr.io # Production container registry
  3. ├── config # Registry (GCR) promoter configurations
  4. ├── k8s-staging-releng
  5. └── promoter-manifest.yaml
  6. └── OWNERS
  7. └── images # Image manifests
  8. └── k8s-staging-releng
  9. └── OWNERS
  10. └── stores
  11. └── artifacts.k8s.io # Production object store
  12. ├── config # Object store (GCS) promoter configurations
  13. ├── k8s-staging-releng
  14. └── promoter-manifest.yaml
  15. └── OWNERS
  16. └── files # File manifests
  17. └── k8s-staging-releng
  18. └── OWNERS

Resources

Community, discussion, contribution, and support

Learn how to engage with the Kubernetes community on the community page.

You can reach the maintainers of this project at:

Extended contact information can be found here.

Code of conduct

Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.