Skip to content

Commit

Permalink
Adding working group notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ellistarn committed Oct 28, 2021
1 parent dbfc914 commit a244e78
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions WORKING_GROUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,41 @@ Please contribute to our meeting notes by opening a PR.
2. Work Items
3. Demos

# Meeting notes (10/20/21)
## Attendees
- Brandon Wagner
- Suket Sharma
- Michael Mccune
- Felix Huang
- Jason Haugen
- Jerad Cramp
- Ellis Tarn
- Geoffrey Cline
- Alex Kestner

## Announcements

## Notes
- Capi Provider work in progress
- Inline Launch Templates
- What about CAPI?
- This corresponds to the machine template
- separate template object
- We can probably wait and do this backwards compatible
- EKS Node Group APIs
- 60% of customers want custom launch templates
- similar problems to have LTs have unnecessary fields (instance type)
- Attribute Based Selection
- Storage
- Supporting persistent volumes
- Tricky because of how we create nodes/bind pods
- WaitForFirstConsumer creates a chicken and egg problem
- Karpenter assigns the pod to the node, but the PV isn't assigned
- Scheduler puts a special label on the PV
- If the PV already exists, we need to launch the pod in that zone
- If multiple volumes are in different zones, it's never going to work
- just need to not make it worse

# Meeting notes (09/30/21)

## Attendees
Expand Down

0 comments on commit a244e78

Please sign in to comment.