Skip to content

Commit

Permalink
Updated Table of Content
Browse files Browse the repository at this point in the history
  • Loading branch information
qshao-pivotal committed May 23, 2018
1 parent 1a2af9a commit e9b875c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
* [Kafka](#kafka)
+ [Uninstall / Cleanup](#uninstall-/-cleanup)
* [Operations](#operations)
+ [Scale In/Out](#scale-in/out)
+ [Monitoring](#monitoring)

## Description

Expand Down Expand Up @@ -149,7 +151,7 @@ kubectl delete pvc --selector=release=<release name>
## Operations
### Scale In/Out
> NOTE: All Scale In/Out operations should be done offline with no producer/consumer connection
####Zookeeper
#### Zookeeper
Install co-helm-charts with default 3 nodes zookeeper ensemble
```
helm install cp-helm-charts
Expand All @@ -162,7 +164,7 @@ Scale zookeeper nodes out to 5, change `servers` under `cp-zookeeper` to 3 in [v
```
helm upgrade <release name> cp-helm-charts
```
####Kafka
#### Kafka
> NOTE: Scaling in/out Kafka brokers without doing Partition Reassignment will cause data loss!!
Be sure to reassign partitions correctly before scaling in/out Kafka cluster.
Please refer: https://kafka.apache.org/documentation/#basic_ops_cluster_expansion
Expand Down Expand Up @@ -195,7 +197,7 @@ JMX Metrics are enabled by default for all components, Prometheus JMX Exporter i
![Zookeeper Dashboard](screenshots/zookeeper.png "Zookeeper")
##Work In Progress
## Work In Progress
### External Access
### Security
Expand Down

0 comments on commit e9b875c

Please sign in to comment.