Skip to content

Commit

Permalink
Upgrade instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
alok87 committed Jul 1, 2020
1 parent aa7d099 commit 6f48bbd
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ Check the wpa resource is accessible using kubectl
kubectl get wpa
```

### Upgrade

Please follow [this document](UPGRADE.md) for upgrading Worker Pod Autoscaler.

# Example
Do install the wpa crd and wpa deployment before going with the example. (Please check above.)

Expand Down
18 changes: 18 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Upgrade Worker Pod Autoscaler

## Upgrade from v0.2 to v1

### Breaking Changes
There is no backward breaking change from `v0.2` to `v1`.

### Recommended Actions
Update the WorkerPodAutoScaler CRD from `v1alpha1` to `v1` using below:
```
kubectl apply -f ./artifacts/crd.yaml
```

Note: Support for `v1alpha1` CRD version is still there, but it would be discontinued in the future releases.

### Changes
- [v1.0.0](https://github.com/practo/k8s-worker-pod-autoscaler/releases/tag/v1.0.0)
- [v1.0.0-beta](https://github.com/practo/k8s-worker-pod-autoscaler/releases/tag/v1.0.0-beta)

0 comments on commit 6f48bbd

Please sign in to comment.