Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/content/contribute/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ title: Contribute

Use these resources to contribute to HyperShift.

- [Repositories](repositories.md)
- [Contributing guidelines (GitHub)](https://github.com/openshift/hypershift/blob/main/.github/CONTRIBUTING.md)
- [Release Process](release-process.md)
- [Custom Images](custom-images.md)
Expand Down
16 changes: 16 additions & 0 deletions docs/content/contribute/repositories.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: Repositories
---

# Repositories

The HyperShift team owns and maintains the following repositories.

| Repository | Description | Upstream |
|---|---|---|
| [openshift/hypershift](https://github.com/openshift/hypershift) | Main repository containing the HyperShift Operator, Control Plane Operator, CLI, API definitions, and tests. | |
| [hypershift-community/hypershift](https://github.com/hypershift-community/hypershift) | Community fork synced from openshift/hypershift. | |
| [openshift/hypershift-oadp-plugin](https://github.com/openshift/hypershift-oadp-plugin) | OADP (OpenShift API for Data Protection) plugin for HostedControlPlane backup and restore. | |
| [openshift/aws-encryption-provider](https://github.com/openshift/aws-encryption-provider) | API server encryption provider backed by AWS KMS. | [kubernetes-sigs/aws-encryption-provider](https://github.com/kubernetes-sigs/aws-encryption-provider) |
| [openshift/azure-kubernetes-kms](https://github.com/openshift/azure-kubernetes-kms) | Azure Key Vault KMS plugin for the Kubernetes API server. | [Azure/kubernetes-kms](https://github.com/Azure/kubernetes-kms) |
| [openshift/apiserver-network-proxy](https://github.com/openshift/apiserver-network-proxy) | Konnectivity proxy enabling secure communication between the API server and cluster nodes. | [kubernetes-sigs/apiserver-network-proxy](https://github.com/kubernetes-sigs/apiserver-network-proxy) |
23 changes: 23 additions & 0 deletions docs/content/reference/aggregated-docs.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ nav:
- reference/service-publishing-strategies.md
- 'Contribute':
- contribute/index.md
- 'Repositories': contribute/repositories.md
- 'HO/CPO Release Process': contribute/release-process.md
- 'OCP Branching Tasks': contribute/branch-process.md
- 'Custom Images': contribute/custom-images.md
Expand Down