File tree Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ Infrastucture][1] (OCI).
66
77[ ![ wercker status] ( https://app.wercker.com/status/17a52304e0309d138ad41f7ae9f9ea49/s/master " wercker status ")] ( https://app.wercker.com/project/byKey/17a52304e0309d138ad41f7ae9f9ea49 )
88
9- ** WARNING** : this project is under active development and may not be production
10- ready.
9+ ** WARNING** : this project is under active development and should be considered alpha.
1110
1211## Introduction
1312
@@ -83,17 +82,6 @@ Remember to restart any components that you have reconfigured before continuing.
8382
8483# ## Authentication and Configuration
8584
86- We publish the `oci-cloud-controller-mananger` to a private Docker registry. You
87- will need a [Docker registry secret][6] to pull images from it.
88-
89- ` ` ` bash
90- $ kubectl -n kube-system create secret docker-registry wcr-docker-pull-secret \
91- --docker-server="wcr.io" \
92- --docker-username="$DOCKER_REGISTRY_USERNAME" \
93- --docker-password="$DOCKER_REGISTRY_PASSWORD" \
94- --docker-email="[email protected] " 95- ` ` `
96-
9785An example configuration file can be found [here][7]. Download this file and
9886populate it with values specific to your chosen OCI identity and tenancy.
9987Then create the Kubernetes secret with the following command :
Original file line number Diff line number Diff line change 3434 operator : Exists
3535 effect : NoSchedule
3636 serviceAccountName : cloud-controller-manager
37- imagePullSecrets :
38- - name : wcr-docker-pull-secret
3937 containers :
4038 - name : oci-cloud-controller-manager
4139 image : wcr.io/oracle/oci-cloud-controller-manager:0.1.1
You can’t perform that action at this time.
0 commit comments