https://github.com/berquerant/kindutil
https://github.com/berquerant/kindutil
kind kubernetes rust
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/berquerant/kindutil
- Owner: berquerant
- Created: 2023-03-26T08:51:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T04:19:15.000Z (about 2 years ago)
- Last Synced: 2024-04-01T05:27:14.792Z (about 2 years ago)
- Topics: kind, kubernetes, rust
- Language: Rust
- Homepage:
- Size: 184 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kindutil
```
❯ kindutil -h
Create kind cluster
Usage: kindutil [OPTIONS]
Options:
-n, --name Cluster name [default: kindutil]
-c, --control-plane [default: 1]
-w, --worker [default: 1]
-d, --dir Kind config directory [default: .kindutil]
--delete Delete cluster only
-h, --help Print help (see more with '--help')
-V, --version Print version
```