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
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CODEOWNERS for .project metadata repository
# Changes to project metadata require maintainer review.
# TODO: Add CODEOWNERS
# * @maintainer-handle
* @kube-bind/kube-bind-maintainers
2 changes: 0 additions & 2 deletions maintainers.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Maintainer roster for kbind
# Documentation: https://github.com/cncf/automation/tree/main/utilities/dot-project

# TODO: Add maintainer GitHub handles

# Maintainers: Please connect your GitHub handle to your LFID on openprofile.dev to enable automatic access to CNCF resources. The system will use your primary email address for setup.
maintainers:
- project_id: "kbind"
Expand Down
27 changes: 11 additions & 16 deletions project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,33 +12,28 @@ slug: "kbind"
name: "kbind"
description: "An open source project that aims to provide better support for service providers and consumers that reside in distinct Kubernetes clusters"
type: "project"
# TODO: Set project lead GitHub handle
# project_lead: "github-handle"
# TODO: Set CNCF Slack channel(s)
# slack_channels:
# - name: "#kbind"
# primary: true
project_lead: "sttts"
slack_channels:
- name: "#kbind"
primary: true

maturity_log:
- phase: "sandbox"
date: "2026-07-10T16:23:27Z"
issue: "https://github.com/cncf/sandbox/issues/496" # TODO: AUTO-DETECTED — please verify

repositories:
- "https://github.com/kube-bind/kube-bind"
- "https://github.com/kbind-dev/kbind"

website: "https://kube-bind.io"
website: "https://kbind.dev"

artwork: "https://docs.kube-bind.io/main/logo.png"
artwork: "https://kbind.dev/icons/logo.svg"

# TODO: Add ADOPTERS.md if your project tracks adopters
# adopters:
# path: "https://github.com/kbind-dev/kbind/blob/main/ADOPTERS.md"
adopters:
path: "https://github.com/kbind-dev/kbind/blob/main/ADOPTERS.md"


# TODO: Add package manager identifiers if your project is distributed via registries
# package_managers:
# docker: "kbind-dev/kbind"
package_managers:
docker: "ghcr.io/kbind-dev"


security:
Expand Down
Loading