Skip to content

Commit 9ca8667

Browse files
owainlewisprydie
authored andcommitted
Add note about upgrading the CCM (#191)
1 parent 8e59a85 commit 9ca8667

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,16 @@ I0905 13:44:51.786078 7 flags.go:52] FLAG: --cloud-config="/etc/oci/cloud-
120120
I0905 13:44:51.786083 7 flags.go:52] FLAG: --cloud-provider="oci"
121121
```
122122

123+
## Upgrade
124+
125+
The following example shows how to upgrade the CCM from an older version (replace ? with the version you're upgrading to):
126+
127+
```bash
128+
$ export RELEASE=?
129+
$ kubectl apply -f https://github.com/oracle/oci-cloud-controller-manager/releases/download/${RELEASE}/oci-cloud-controller-manager-rbac.yaml
130+
$ kubectl apply -f https://github.com/oracle/oci-cloud-controller-manager/releases/download/${RELEASE}/oci-cloud-controller-manager.yaml
131+
```
132+
123133
## Examples
124134

125135
- [Service `type: LoadBalancer` basic NGINX example][8]

0 commit comments

Comments
 (0)