File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,16 @@ I0905 13:44:51.786078 7 flags.go:52] FLAG: --cloud-config="/etc/oci/cloud-
120120I0905 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]
You can’t perform that action at this time.
0 commit comments