Skip to content

Commit

Permalink
Updating Readme files
Browse files Browse the repository at this point in the history
  • Loading branch information
nitishdsharma committed Jul 26, 2021
1 parent d5ba449 commit 770188b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions v1.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ See the CloudCasa [Getting Started Guide](https://cloudcasa.io/get-started) for
2. Execute the following helm commands, replacing ```<ClusterID>``` with the Cluster ID obtained above:
```
$ helm repo add cloudcasa-repo https://catalogicsoftware.github.io/cloudcasa-helmchart
$ helm install cloudcasa.io cloudcasa-repo/cloudcasa-helmchart --set cluster_id=<Cluster ID>
$ helm install cloudcasa.io cloudcasa-repo/cloudcasa --set cluster_id=<Cluster ID>
```
This will install the CloudCasa agent and complete registration of the cluster with the CloudCasa service.

Expand All @@ -40,7 +40,7 @@ This will install the CloudCasa agent and complete registration of the cluster w
2. Execute the following commands to update the agent:
```
$ helm repo update
$ helm upgrade cloudcasa.io cloudcasa-repo/cloudcasa-helmchart --set cluster_id=<Cluster ID>
$ helm upgrade cloudcasa.io cloudcasa-repo/cloudcasa --set cluster_id=<Cluster ID>
```

## Uninstalling the CloudCasa Agent
Expand Down
4 changes: 2 additions & 2 deletions v2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ See the CloudCasa [Getting Started Guide](https://cloudcasa.io/get-started) for
2. Execute the following helm commands, replacing ```<ClusterID>``` with the Cluster ID obtained above:
```
$ helm repo add cloudcasa-repo https://catalogicsoftware.github.io/cloudcasa-helmchart
$ helm install cloudcasa.io cloudcasa-repo/cloudcasa-helmchart --set cluster_id=<Cluster ID>
$ helm install cloudcasa.io cloudcasa-repo/cloudcasa --set cluster_id=<Cluster ID>
```
This will install the CloudCasa agent and complete registration of the cluster with the CloudCasa service.

Expand All @@ -40,7 +40,7 @@ This will install the CloudCasa agent and complete registration of the cluster w
2. Execute the following commands to update the agent:
```
$ helm repo update
$ helm upgrade cloudcasa.io cloudcasa-repo/cloudcasa-helmchart --set cluster_id=<Cluster ID>
$ helm upgrade cloudcasa.io cloudcasa-repo/cloudcasa --set cluster_id=<Cluster ID>
```

## Uninstalling the CloudCasa Agent
Expand Down
4 changes: 2 additions & 2 deletions v2.0.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ See the CloudCasa [Getting Started Guide](https://cloudcasa.io/get-started) for
2. Execute the following helm commands, replacing ```<ClusterID>``` with the Cluster ID obtained above:
```
$ helm repo add cloudcasa-repo https://catalogicsoftware.github.io/cloudcasa-helmchart
$ helm install cloudcasa.io cloudcasa-repo/cloudcasa-helmchart --set cluster_id=<Cluster ID>
$ helm install cloudcasa.io cloudcasa-repo/cloudcasa --set cluster_id=<Cluster ID>
```
This will install the CloudCasa agent and complete registration of the cluster with the CloudCasa service.

Expand All @@ -40,7 +40,7 @@ This will install the CloudCasa agent and complete registration of the cluster w
2. Execute the following commands to update the agent:
```
$ helm repo update
$ helm upgrade cloudcasa.io cloudcasa-repo/cloudcasa-helmchart --set cluster_id=<Cluster ID>
$ helm upgrade cloudcasa.io cloudcasa-repo/cloudcasa --set cluster_id=<Cluster ID>
```

## Uninstalling the CloudCasa Agent
Expand Down

0 comments on commit 770188b

Please sign in to comment.