mirror of
https://github.com/philippemerle/KubeDiagrams.git
synced 2026-05-21 09:52:47 +00:00
14 lines
283 B
Bash
Executable File
14 lines
283 B
Bash
Executable File
#! /bin/sh
|
|
|
|
#TODO: extract all k0s resources including custom resources
|
|
|
|
generate_kar()
|
|
{
|
|
../../bin/kube-diagrams -c KubeDiagrams.yml $@
|
|
}
|
|
|
|
# Generate the k0s architecture diagrams.
|
|
generate_kar k0s.yml
|
|
generate_kar k0s-without-rbac.yml
|
|
generate_kar k0s-without-rbac-corrected.yml
|