-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Kubernetes pod/kubelet sample YAML #100
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please move purrplingbot-kubernetes.yaml to extras/ folder. This folder is for examples, config snippets, templates, text resources and etc.
In README format keys aka _VERSION_ as code inline-block like a other examples in README and UPGRADING.md
README.md
Outdated
|
||
### Run via kubelet/static POD for Kubernetes | ||
1. Download purrplingbot-kubernetes.yaml | ||
2. Replace \__VERSION__ with desired version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Format it as inline code block
purrplingbot-kubernetes.yaml
Outdated
@@ -0,0 +1,26 @@ | |||
apiVersion: v1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move this file to extras/ folder
Fixed and squished :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good for me 🐱
As title says, adds kubernetes static pod/kubelet static pod definition YAML.