You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Combine apiserver and controller-manager into a single service-catalog image (#1343)
* Combine apiserver and controller-manager into a single service-catalog image.
* Remove extraneous <<<< HEAD from pkg/kubernetes/README.md
* Remove unused constants related to etcd storage
Copy file name to clipboardExpand all lines: charts/catalog/README.md
+2-4
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,8 @@ chart and their default values.
40
40
41
41
| Parameter | Description | Default |
42
42
|-----------|-------------|---------|
43
-
|`apiserver.image`| apiserver image to use |`quay.io/kubernetes-service-catalog/apiserver:v0.1.0-rc2`|
44
-
|`apiserver.imagePullPolicy`|`imagePullPolicy` for the apiserver|`Always`|
43
+
|`image`| apiserver image to use |`quay.io/kubernetes-service-catalog/service-catalog:v0.1.0-rc2`|
44
+
|`imagePullPolicy`|`imagePullPolicy` for the service catalog|`Always`|
45
45
|`apiserver.tls.cert`| Base64-encoded x509 certificate | A self-signed certificate |
46
46
|`apiserver.tls.key`| Base64-encoded private key | The private key for the certificate above |
47
47
|`apiserver.tls.ca`| Base64-encoded CA certificate used to sign the above certificate ||
@@ -53,8 +53,6 @@ chart and their default values.
53
53
|`apiserver.storage.etcd.servers`| If storage type is `etcd`: etcd URL(s); override this if NOT using embedded etcd |`http://localhost:2379`|
54
54
|`apiserver.verbosity`| Log level; valid values are in the range 0 - 10 |`10`|
55
55
|`apiserver.auth.enabled`| Enable authentication and authorization |`false`|
56
-
|`controllerManager.image`| controller-manager image to use |`quay.io/kubernetes-service-catalog/controller-manager:v0.1.0-rc2`|
57
-
|`controllerManager.imagePullPolicy`|`imagePullPolicy` for the controller-manager |`Always`|
58
56
|`controllerManager.verbosity`| Log level; valid values are in the range 0 - 10 |`10`|
59
57
|`controllerManager.resyncInterval`| How often the controller should resync informers; duration format (`20m`, `1h`, etc) |`5m`|
60
58
|`controllerManager.brokerRelistInterval`| How often the controller should relist the catalogs of ready brokers; duration format (`20m`, `1h`, etc) |`24h`|
0 commit comments