Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wallyqs authored Jul 26, 2018
1 parent be467f8 commit 1b108b1
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ Operator for managing NATS Streaming clusters running on [Kubernetes](http://kub
## Getting Started

The NATS Streaming Operator makes available a `NatsStreamingCluster` [Custom Resources Definition](https://kubernetes.io/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions/)
that can be used to quickly assemble a NATS Streaming cluster on top of a Kubernetes clusters.

The current version of the operator creates a `NatsCluster`
(CRD) under the `nats.io` API group, to which you can make requests to
create NATS clusters.
that can be used to quickly assemble a NATS Streaming cluster on top of a Kubernetes cluster.

To add the `NatsStreamingCluster` CRD and running NATS Streaming Operator to your cluster you can run:

Expand All @@ -29,8 +25,8 @@ kubectl -n nats-io apply -f https://raw.githubusercontent.com/nats-io/nats-opera
kubectl -n nats-io apply -f https://raw.githubusercontent.com/nats-io/nats-streaming-operator/master/deploy/deployment-rbac.yaml
```

You will then be able to confirm that there is a new CRD registered
in the cluster:
You will then be able to confirm that there is a new `natsstreamingclusters.streaming.nats.io` CRD
registered in the cluster:

```
$ kubectl get crd
Expand Down

0 comments on commit 1b108b1

Please sign in to comment.