| Project Name | project.yaml | maintainers.yaml | Maintainer Count | SECURITY.md | CONTRIBUTING.md | GOVERNANCE.md | Warning |
|---|---|---|---|---|---|---|---|
| Aeraki Mesh | project.yaml | maintainers.yaml | 7 | ||||
| Bank-Vaults | project.yaml | maintainers.yaml | 10 | SECURITY.md | |||
| BFE | project.yaml | maintainers.yaml | 1 | SECURITY.md | |||
| bpfman | project.yaml | [mainta |
| Project Name | project.yaml | maintainers.yaml | Maintainer Count | SECURITY.md | CONTRIBUTING.md | GOVERNANCE.md | Warning |
|---|---|---|---|---|---|---|---|
| K8up | project.yaml | maintainers.yaml | 6 | SECURITY.md | |||
| Kuadrant | maintainers.yaml | maintainers.yaml warning: maintainers must contain at least one entry (https://github.com/Kuadrant/.project/blob/main/maintainers.yaml) | |||||
| CoHDI | project.yaml | maintainers.yaml | 9 | SECURITY.md | |||
| Runme Notebooks | [project.yaml](https://github.com/container2wasm/.project/bl |
| Project Name,project.yaml,maintainers.yaml,Maintainer Count,SECURITY.md,CONTRIBUTING.md,GOVERNANCE.md,Warning | |
| Aeraki Mesh,https://github.com/aeraki-mesh/.project/blob/main/project.yaml,https://github.com/aeraki-mesh/.project/blob/main/maintainers.yaml,7,,,, | |
| Bank-Vaults,https://github.com/bank-vaults/.project/blob/main/project.yaml,https://github.com/bank-vaults/.project/blob/main/maintainers.yaml,10,https://github.com/bank-vaults/.project/blob/main/SECURITY.md,,, | |
| BFE,https://github.com/bfenetworks/.project/blob/main/project.yaml,https://github.com/bfenetworks/.project/blob/main/maintainers.yaml,1,https://github.com/bfenetworks/.project/blob/main/SECURITY.md,,, | |
| bpfman,https://github.com/bpfman/.project/blob/main/project.yaml,https://github.com/bpfman/.project/blob/main/maintainers.yaml,5,https://github.com/bpfman/.project/blob/main/SECURITY.md,,, | |
| Cadence,https://github.com/cadence-workflow/.project/blob/main/project.yaml,https://github.com/cadence-workflow/.project/blob/main/maintainers.yaml,1,https://github.c |
| Project Name,project.yaml,maintainers.yaml,Maintainer Count,SECURITY.md,CONTRIBUTING.md,GOVERNANCE.md,Warning | |
| Aeraki Mesh,https://github.com/aeraki-mesh/.project/blob/main/project.yaml,https://github.com/aeraki-mesh/.project/blob/main/maintainers.yaml,7,,,, | |
| Eraser,https://github.com/project-copacetic/.project/blob/main/project.yaml,https://github.com/project-copacetic/.project/blob/main/maintainers.yaml,4,https://github.com/project-copacetic/.project/blob/main/SECURITY.md,,, | |
| CloudNativePG,https://github.com/cloudnative-pg/.project/blob/main/project.yaml,https://github.com/cloudnative-pg/.project/blob/main/maintainers.yaml,5,https://github.com/cloudnative-pg/.project/blob/main/SECURITY.md,,, | |
| Clusterpedia,https://github.com/clusterpedia-io/.project/blob/main/project.yaml,https://github.com/clusterpedia-io/.project/blob/main/maintainers.yaml,1,https://github.com/clusterpedia-io/.project/blob/main/SECURITY.md,,, | |
| BFE,https://github.com/bfenetworks/.project/blob/main/project.yaml,https://github.com/bfenetworks/.pro |
| Project Name | project.yaml | maintainers.yaml | Maintainer Count | SECURITY.md | CONTRIBUTING.md | GOVERNANCE.md | Warning |
|---|
Instructions for installing Flux on an OKE Cluster. Start by installing the flux cli tool on the Cloud Shell which has no sudo access and a downrev version of go. The standard instructions for using the flux cli install script cannot be followed exactly but with some tweaks we can make it work for Oracle Cloud
Thanks to @scottrigby for sharing their original version of this with me!
Installs the kube-prometheus stack, a collection of Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
See the kube-prometheus README for details about components, dashboards, and alerts.
Note: This chart was formerly named prometheus-operator chart, now renamed to more clearly reflect that it installs the kube-prometheus project stack, within which Prometheus Operator is only one component.
| # Default values for kube-prometheus-stack. | |
| # This is a YAML-formatted file. | |
| # Declare variables to be passed into your templates. | |
| ## Provide a name in place of kube-prometheus-stack for `app:` labels | |
| ## | |
| nameOverride: "" | |
| ## Override the deployment namespace | |
| ## |
# This is the response to /metrics on GitHub's ARC gha-rs-controller
k get pods | grep gha | awk '{print $1}'
k port-forward cncf-gha-controller-gha-rs-controller-798bd5b854-86vmt 8080:8080
# HELP certwatcher_read_certificate_errors_total Total number of certificate read errors
# TYPE certwatcher_read_certificate_errors_total counter
certwatcher_read_certificate_errors_total 0