Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
albertofaria committed Dec 18, 2021
1 parent a578910 commit 3c68b64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</a>
<!-- latest release as of current commit -->
<a href="https://github.com/albertofaria/pav/releases">
<img src="https://img.shields.io/badge/version-0.1.0-yellow.svg" />
<img src="https://img.shields.io/badge/version-0.1.1-yellow.svg" />
</a>
<!-- license -->
<a href="LICENSE.txt">
Expand Down Expand Up @@ -47,7 +47,7 @@ For more information on PaV's applicability and design, please see the paper [__
To install PaV onto a Kubernetes cluster, run:

```console
kubectl create -f https://raw.githubusercontent.com/albertofaria/pav/v0.1.0/deployment.yaml
kubectl create -f https://raw.githubusercontent.com/albertofaria/pav/v0.1.1/deployment.yaml
```

It can take a few seconds for PaV's components to start running, during which time the creation of [`PavProvisioner` objects](#pavprovisioner-objects) will fail with a "connection refused" error.
Expand All @@ -57,7 +57,7 @@ To uninstall PaV from a Kubernetes cluster, run:

```console
kubectl delete crd pavprovisioners.pav.albertofaria.github.io
kubectl delete --ignore-not-found -f https://raw.githubusercontent.com/albertofaria/pav/v0.1.0/deployment.yaml
kubectl delete --ignore-not-found -f https://raw.githubusercontent.com/albertofaria/pav/v0.1.1/deployment.yaml
```

The first command will cause the deletion of all existing `PavProvisioner` objects and block until they are fully removed.
Expand Down
4 changes: 2 additions & 2 deletions deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ spec:
serviceAccountName: controller-agent
containers:
- name: agent
image: &image albertofaria/pav:0.1.0
image: &image albertofaria/pav:0.1.1
args:
- agent
- controller
Expand Down Expand Up @@ -322,7 +322,7 @@ spec:
serviceAccountName: node-agent
containers:
- name: agent
image: albertofaria/pav:0.1.0
image: albertofaria/pav:0.1.1
args:
- agent
- node
Expand Down

0 comments on commit 3c68b64

Please sign in to comment.