Skip to content

Instantly share code, notes, and snippets.

View calebamiles's full-sized avatar

caleb miles calebamiles

  • Burlington, Vermont
View GitHub Profile
@calebamiles
calebamiles / oss-development-reading-list.md
Last active June 7, 2017 22:58
reading list of research into OSS development

Introduces a modification to Softgoal Interdependency Graph (SIG) models to study software ecosystem (SECO) health. Other than the introduction of terms and a list of the practicies from KDE.

Proposes a maturity model for FLOSS communities. The paper suggests that more "traditional" metrics based approaches to studying FLOSS communities do not by themselves provide guidance regarding opportunities for improvement which is of use to FLOSS community managers. TODO: pick up reading from page 40

@calebamiles
calebamiles / k8s-leadership-summit-2017-issue-taxonomy.md
Last active January 25, 2018 18:46
issue taxonomy as of the Kubernetes leadership summit in 2017
@calebamiles
calebamiles / sig-node-feature-status-2017-06-06.md
Last active June 6, 2017 17:49
status of features for Kubernetes SIG Node 06 June 2017

Currently in 1.7 milestone

  • CRI Validation Suite
    • alpha release finished, no more work scheduled until 1.8
    • action: move feature issue to next-milestone and update stability to target beta
  • Enhance the Container Runtime Interface
    • stats endpoint added, but implementation incomplete
    • action: move feature issue to next-milestone
  • Containerd CRI Integration
    • basic support completed, tagged release created
  • rework required to consume new containerd client and binary

Keybase proof

I hereby claim:

  • I am calebamiles on github.
  • I am calebamiles (https://keybase.io/calebamiles) on keybase.
  • I have a public key ASCA-W8cq_-rA_HU69MaCHNBcnl6HOSa9ROnGxzfEtnmAgo

To claim this, I am signing this object:

@calebamiles
calebamiles / structure.md
Last active December 20, 2018 00:22
KEP contributor onboarding
├── cli                                   (example CLI)
│   └── cmd                               (the actual CLI [sub]commands)
├── helpers                               (mostly untested code intented for project maintainers)
│   ├── convert                           (convert an KEP in the current format to the new format)
│   │   └── internal                      
│   │       ├── convert
│   │       ├── extract