1
0
Fork 0
mirror of https://github.com/kastenhq/kubestr.git synced 2024-12-14 11:57:56 +00:00

logo change (#42)

This commit is contained in:
Sirish Bathina 2020-12-10 12:07:43 -10:00 committed by GitHub
parent c74b721578
commit 4bc94d8039
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -23,11 +23,12 @@ type Kubestr struct {
const Logo = `
**************************************
__ __ ______ _______ _______ ______
| |/ | __ | __|_ _| __ \
| <| __ |__ | | | | <
|__|\__|______|_______| |___| |___|__|
_ ___ _ ___ ___ ___ _____ ___
| |/ / | | | _ ) __/ __|_ _| _ \
| ' <| |_| | _ \ _|\__ \ | | | /
|_|\_\\___/|___/___|___/ |_| |_|_\
Explore your kuberntes storage options
**************************************
`

View file

@ -153,7 +153,6 @@ func (v *Provisioner) Print() {
fmt.Println()
fmt.Println(" To perform a FIO test, run-")
fmt.Println(" ./kubestr fio -s <storage class>")
fmt.Println(" Validate the results against our benchmarks at <website>. For more options try '-h'.")
switch {
case len(v.VolumeSnapshotClasses) == 0 && v.CSIDriver != nil && v.CSIDriver.SupportsSnapshots():
fmt.Println()