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:
├── registries
│ └── k8s.gcr.io # Production container registry
│ ├── config # Registry (GCR) promoter configurations
│ │ ├── k8s-staging-releng
│ │ │ └── promoter-manifest.yaml
│ │ └── OWNERS
│ └── images # Image manifests
│ └── k8s-staging-releng
│ └── OWNERS
└── stores
└── artifacts.k8s.io # Production object store
├── config # Object store (GCS) promoter configurations
│ ├── k8s-staging-releng
│ │ └── promoter-manifest.yaml
│ └── OWNERS
└── files # File manifests
└── k8s-staging-releng
└── OWNERS
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.
Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.