From ce4a3a581610db14fba5609481a27963171f38b2 Mon Sep 17 00:00:00 2001 From: Waldemar Quevedo Date: Thu, 7 Mar 2019 09:18:55 -0800 Subject: [PATCH] Update readme Signed-off-by: Waldemar Quevedo --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0bc3c38b..8be21b96 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![License Apache 2.0](https://img.shields.io/badge/License-Apache2-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0) [![Build Status](https://travis-ci.org/nats-io/nats-operator.svg?branch=master)](https://travis-ci.org/nats-io/nats-operator) -[![Version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=go&type=5&v=0.4.2)](https://github.com/nats-io/nats-operator/releases/tag/v0.4.2) +[![Version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=go&type=5&v=0.4.2)](https://github.com/nats-io/nats-operator/releases/tag/v0.4.3) NATS Operator manages NATS clusters atop [Kubernetes][k8s-home], automating their creation and administration. @@ -26,7 +26,7 @@ metadata: name: example-nats-cluster spec: size: 3 - version: "1.3.0" + version: "1.4.0" ``` NATS Operator monitors creation/modification/deletion of `NatsCluster` resources and reacts by attempting to perform the any necessary operations on the associated NATS clusters in order to align their current status with the desired one. @@ -45,8 +45,8 @@ The operation mode must be chosen when installing NATS Operator and cannot be ch To perform a namespace-scoped installation of NATS Operator in the Kubernetes cluster pointed at by the current context, you may run: ```console -$ kubectl apply -f https://github.com/nats-io/nats-operator/releases/download/v0.4.2/00-prereqs.yaml -$ kubectl apply -f https://github.com/nats-io/nats-operator/releases/download/v0.4.2/10-deployment.yaml +$ kubectl apply -f https://github.com/nats-io/nats-operator/releases/download/v0.4.3/00-prereqs.yaml +$ kubectl apply -f https://github.com/nats-io/nats-operator/releases/download/v0.4.3/10-deployment.yaml ``` This will, by default, install NATS Operator in the `default` namespace and observe `NatsCluster` resources created in the `default` namespace, alone.