mirror of
https://github.com/philippemerle/KubeDiagrams.git
synced 2026-05-18 09:46:33 +00:00
10 lines
264 B
Bash
Executable File
10 lines
264 B
Bash
Executable File
#! /bin/sh
|
|
|
|
BIN=../../bin
|
|
|
|
# Generate the Kubernetes architecture diagrams.
|
|
$BIN/kube-diagrams ts-deployment-part1.yml
|
|
$BIN/kube-diagrams ts-deployment-part2.yml
|
|
$BIN/kube-diagrams ts-deployment-part3.yml
|
|
$BIN/kube-diagrams -o train-ticket ts-deployment-part*.yml
|