crc-org/crc

CRC is a tool to help you run containers. It manages local VMs to run a OpenShift 4.x cluster, Microshift or Podman optimized for testing and development...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 26 minutes ago
Added to GitGenius on April 7th, 2021
Created on January 11th, 2019
Open Issues & Pull Requests: 328 (+0)
Number of forks: 261
Total Stargazers: 1,385 (+0)
Total Subscribers: 36 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 11.6 hours
Mean response time: 119.9 days
90th percentile: 468.8 days
Tracked items: 345

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 86% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "kind/task" is answered fastest, typically in under an hour, while "points/1" waits about 6 days. Only 4% of issues opened in the past year have been closed. Three people close 54% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 104
New in 7 days: 0
Closed in 7 days: 1
Avg open age: 613 days
Stale 30+ days: 99
Stale 90+ days: 96

Recent activity

Opened in 7 days: 0
Closed in 7 days: 1
Comments in 7 days: 3
Events in 7 days: 6

Top labels

  • kind/bug (146)
  • os/windows (50)
  • kind/task (48)
  • status/need triage (45)
  • QE (33)
  • kind/enhancement (29)
  • os/linux (29)
  • os/macos (27)

Detailed Description

CRC is a Go-based tool designed to manage local virtual machines for running OpenShift 4.x clusters, Microshift, or Podman environments optimized for testing and development purposes. The project serves developers and teams who need lightweight, local Kubernetes-compatible environments without the overhead of full production deployments. It abstracts away the complexity of VM management, allowing users to focus on containerized application development and testing.

The repository is actively maintained with significant community engagement.

CRC's functionality centers on managing local OpenShift clusters optimized for development workflows. The tool handles VM provisioning and lifecycle management, eliminating manual setup steps. Users can download CRC binaries with embedded OpenShift disk images from the Red Hat console, and the project provides comprehensive documentation through its Getting Started Guide hosted at crc.dev. For developers wanting to contribute or work on CRC itself, the project maintains engineering documentation in a separate repository covering development practices.

The project incorporates Red Hat's telemetry collection program, which users can opt into on first run. CRC collects pseudonymized usage data to help improve products and services, with users able to manually configure their preferences through the crc config set consent-telemetry command. The specific data points collected are documented in the repository's usage-data.adoc file.

CRC is classified across multiple domains including container orchestration, Kubernetes environments, virtualization platforms, development tools, and local testing infrastructure. The tool bridges the gap between local development and production OpenShift deployments, making it valuable for CI/CD pipeline testing and cloud-native application development.

The community welcomes contributions, questions, and comments through multiple channels including the #codeready IRC channel on Freenode. The project maintains contribution guidelines to ensure quality submissions. For users seeking OpenShift 3.x solutions, CRC documentation directs them to alternative tools like oc cluster up, Minishift, or CDK, acknowledging that CRC is specifically designed for OpenShift 4.x and newer versions.