Skip to content

Commit 39723b8

Browse files
authored
Merge pull request #106 from oracle/update-readme-for-public-registries
Update documentation and remove Docker pull secret from manifest
2 parents 0037545 + c038c55 commit 39723b8

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff 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-
9785
An example configuration file can be found [here][7]. Download this file and
9886
populate it with values specific to your chosen OCI identity and tenancy.
9987
Then create the Kubernetes secret with the following command:

manifests/oci-cloud-controller-manager.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ spec:
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

0 commit comments

Comments
 (0)