-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bdf3ed4
commit 36ce476
Showing
7 changed files
with
116 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -186,7 +186,7 @@ | |
same "printed page" as the copyright notice for easier | ||
identification within third-party archives. | ||
|
||
Copyright [yyyy] [name of copyright owner] | ||
Copyright 2024 Michele Zanotti <[email protected]> | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
Output ./docs/demo.gif | ||
|
||
Set Width 1500 | ||
Set LineHeight 1.7 | ||
|
||
Set Shell zsh | ||
|
||
Type "kubesafe context add" | ||
Enter | ||
Sleep 500ms | ||
Type "j" | ||
Sleep 1.5s | ||
Enter | ||
# Show commands | ||
Sleep 1s | ||
Enter | ||
Sleep 200ms | ||
|
||
Type 'alias k="kubesafe kubectl"' | ||
Enter | ||
Sleep 200ms | ||
Type 'alias helm="kubesafe helm"' | ||
Enter | ||
Sleep 200ms | ||
|
||
# Kubectl example | ||
Type "k delete pod my-pod --context prod-cluster" | ||
Enter | ||
Sleep 1s | ||
Type "n" | ||
Enter | ||
|
||
# Helm example | ||
Type "helm install my-release my-chart --context prod-cluster" | ||
Enter | ||
Sleep 1s | ||
Type "n" | ||
Enter | ||
|
||
Sleep 3s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters