Update README.md

This commit is contained in:
Prasad Ghangal 2018-12-28 15:04:31 +05:30 committed by GitHub
parent 670cf48dd5
commit e2b23bc7dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,25 @@ communications:
channel: 'SLACK_CHANNEL_NAME' channel: 'SLACK_CHANNEL_NAME'
token: 'SLACK_API_TOKEN_FOR_THE_BOT' token: 'SLACK_API_TOKEN_FOR_THE_BOT'
``` ```
Supported resources:
- pods
- nodes
- services
- namespaces
- replicationcontrollers
- persistentvolumes
- persistentvolumeclaims
- secrets
- configmaps
- deployments
- daemonsets
- replicasets
- ingresses
- jobs
- roles
- rolebindings
- clusterroles
- clusterrolebindings
## Installing ## Installing
### Using helm ### Using helm
@ -63,6 +82,6 @@ git clone https://github.com/infracloudio/kubeops.git
- Update default `kubeopsconfig` in `helm/kubeops/values.yaml` to watch the resources you want. - Update default `kubeopsconfig` in `helm/kubeops/values.yaml` to watch the resources you want.
- Deploy kubeops using `helm install` in your cluster. - Deploy kubeops using `helm install` in your cluster.
``` ```
helm install --name kubeops11 --namespace kubeops --set kubeopsconfig.communications.slack.channel={SLACK_CHANNEL_NAME} --set kubeopsconfig.communications.slack.token={SLACK_API_TOKEN_FOR_THE_BOT} helm/kubeops/ helm install --name kubeops --namespace kubeops --set kubeopsconfig.communications.slack.channel={SLACK_CHANNEL_NAME} --set kubeopsconfig.communications.slack.token={SLACK_API_TOKEN_FOR_THE_BOT} helm/kubeops/
``` ```
- Send `@kubeops help` in the channel to see if `kubeops` is responding. - Send `@kubeops help` in the channel to see if `kubeops` is responding.