Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danopia committed Aug 10, 2020
1 parent 8209abe commit 6cf241e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,17 @@ I'm just tryina run some high-resource stuff out of the cloud so it's cheaper.
* [x] image pulling
* [ ] container lifecycle
* [ ] image pull backoff
* [ ] restart failed containers
* [ ] restart failed/finished containers
* [ ] support imagepullsecrets
* [x] require as few permissions as possible - non-root, plus CAP_NET_ADMIN and access to a root podman
* [ ] support configmap volumes
* [ ] support secrets volumes
* [ ] reasonable volume support
* [x] HostPath volumes
* [ ] ConfigMap volumes
* [ ] Secret volumes
* [ ] EmptyDir volumes
* [ ] NFS volumes
* [ ] support downward IP in envars
* [ ] include build version in our Node resources
* [x] support self-upgrading the node itself, on demand (e.g. update target version in a configmap)

### stretch goals
Expand Down

0 comments on commit 6cf241e

Please sign in to comment.