https://github.com/salaboy/kubectl-kcon
Kubectl KubeCon Plugin
https://github.com/salaboy/kubectl-kcon
Last synced: about 2 months ago
JSON representation
Kubectl KubeCon Plugin
- Host: GitHub
- URL: https://github.com/salaboy/kubectl-kcon
- Owner: salaboy
- License: apache-2.0
- Created: 2019-11-05T16:50:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-07T10:54:49.000Z (over 5 years ago)
- Last Synced: 2025-03-24T22:43:03.205Z (2 months ago)
- Language: Shell
- Size: 9.65 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kubectl KubeCon Plugin / aka CowCtl
This plugin allows you to keep track how much time remains to the next KubeCon. It gives you a friendly reminder about the conference date and the C4P deadline.
In order to work you need to export the following variables:
- **KUBECON** : Set the date for the next KubeCon.
You can do this by running `export KUBECON=2020/03/30`
- **KUBECONC4P** : Set the date for the KubeCon C4P deadline.
You can do this by running `export KUBECONC4P=2019/12/04`

# Depends on
- Core Utils: `brew install coreutils` for gdate
- Cowsay: `brew install cowsay`# Roadmap
- Read Conference List from GitHub
- Enable Character selection with Env Variable
- Change color on deadlines approaching
- Support windows (??)# Kudos
Kudos to [@esteban-aliverti](http://github.com/esteban-aliverti) for the Bash/Shell knowledge, Linux `date` check contributions and CowSay reference.