Skip to content

Commit

Permalink
feat(node): add k3s icon (#575)
Browse files Browse the repository at this point in the history
* Added GCP Endpoints

* Added k3s

Co-authored-by: Guy Zylberberg <[email protected]>
  • Loading branch information
guyzyl and guycla authored Aug 11, 2021
1 parent 97f4e85 commit e18c69e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diagrams/onprem/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ class Gvisor(_Container):
_icon = "gvisor.png"


class K3S(_Container):
_icon = "k3s.png"


class Lxc(_Container):
_icon = "lxc.png"

Expand Down
1 change: 1 addition & 0 deletions docs/nodes/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Node classes list of onprem provider.
- **diagrams.onprem.container.Docker**
- **diagrams.onprem.container.Firecracker**
- **diagrams.onprem.container.Gvisor**
- **diagrams.onprem.container.K3S**
- **diagrams.onprem.container.Lxc**, **LXC** (alias)
- **diagrams.onprem.container.Rkt**, **RKT** (alias)

Expand Down
Binary file added resources/onprem/container/k3s.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e18c69e

Please sign in to comment.