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
Squashed 'cmd/service-catalog/go/src/github.com/kubernetes-incubator/service-catalog/' changes from 3aacfedec6..aa27078754
aa27078754 origin build: add origin tooling
bcf37fd 0.1.0-rc2 chart updates (#1410)
4ab0a0a add back 'Processing' message for instance deletion (#1332)
0ecbcb1 Update logs for Cluster service plans. (#1389)
8b491ef Fix a quoting nit (#1400)
63685e4 add orphan mitigation-specific conditions for instances (#1378)
adee662 Updated missed fields in service and plan specs (#1406)
2095919 Handle default plan setting when using k8s names (#1405)
607ba66 Document rbacEnable. (#1404)
268294e Adding rbac definition for v1 api endpoint. (#1284)
103288d differentiate between failed updates and provisions during deletion (#1383)
eba8ba4 enable API aggregation and Service Catalog RBAC on Jenkins (#1333)
5a93315 Validate relistDuration is non-negative (#1395)
e279d21 Fix log messages for secrets (#1385)
87fa8c9 fix status update when starting orphan mitigation (#1372)
11f18f3 Switch to wget for integration apiserver checks (#1384)
8c44a7d update OSB client to 2.13 (#1392)
e64bbd1 default plan admission controller: filter list of service plans/service classes by the class name (#1351)
6648c0e Check field names. Fix issue 1291 (#1379)
5319841 update comment for instance generation check (#1382)
7d5823f remove internal poll method (#1381)
07d3068 Rework the logging for controller_instance. (#1371)
5f4ca01 address PR comment as a followup (#1380)
485d5e6 Add support for specifying plan using K8S names. (#1377)
662bba8 Log number of secret keys created for binding credential (#1375)
8ad6a31 Move controller constants into correct files (#1373)
7bd66dd Adding type to log. (#1339)
1ce5c4d Remove k8s/k8s dependency (#1355)
b458323 Adding log formatting for BindingController. (#1352)
275eb11 rename test variables to be consistent (#1315)
ffd6b8b travis: skip cleanup before deploy (#1368)
d5ecc04 fix travis tag checker (#1365)
2cae0ee Minor updates to README (#1360)
REVERT: 3aacfedec6 carry: Set external plan name for service-catalog walkthrough
REVERT: 3ec9e5b07a origin build: add origin tooling
git-subtree-dir: cmd/service-catalog/go/src/github.com/kubernetes-incubator/service-catalog
git-subtree-split: aa2707875461dd51be3731b1d94b5cfc3b9a3976
Copy file name to clipboardExpand all lines: charts/catalog/README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ 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-rc1`|
43
+
|`apiserver.image`| apiserver image to use |`quay.io/kubernetes-service-catalog/apiserver:v0.1.0-rc2`|
44
44
|`apiserver.imagePullPolicy`|`imagePullPolicy` for the apiserver |`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 |
@@ -53,12 +53,13 @@ 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-rc1`|
56
+
|`controllerManager.image`| controller-manager image to use |`quay.io/kubernetes-service-catalog/controller-manager:v0.1.0-rc2`|
57
57
|`controllerManager.imagePullPolicy`|`imagePullPolicy` for the controller-manager |`Always`|
58
58
|`controllerManager.verbosity`| Log level; valid values are in the range 0 - 10 |`10`|
59
59
|`controllerManager.resyncInterval`| How often the controller should resync informers; duration format (`20m`, `1h`, etc) |`5m`|
60
60
|`controllerManager.brokerRelistInterval`| How often the controller should relist the catalogs of ready brokers; duration format (`20m`, `1h`, etc) |`24h`|
61
61
|`useAggregator`| whether or not to set up the controller-manager to go through the main Kubernetes API server's API aggregator (requires setting `apiserver.tls.ca` to work) |`false`|
62
+
|`rbacEnable`| If true, create & use RBAC resources |`true`|
62
63
63
64
Specify each parameter using the `--set key=value[,key=value]` argument to
0 commit comments