SUSE / doc-cap

SUSE Cloud Application Platform Documentation
https://documentation.suse.com/suse-cap/
11 stars 9 forks source link

[doc] 20.1.2 Setting Up the Environment for Minibroker Usage #1037

Closed bdekany closed 3 years ago

bdekany commented 3 years ago

20.1.2 Setting Up the Environment for Minibroker Usage:

https://documentation.suse.com/suse-cap/2.1/single-html/cap-guides/#sec-cap-minibroker-environment-setup

Hi, Some refreshing of this part is needed since 2.1.

This example enables access to the Redis service: cf enable-service-access redis -b minibroker -p 4-0-10

Should be

cf enable-service-access redis -p 5-0-5

Also

Create an instance of the Redis service. The cf marketplace or cf marketplace -s redis commands can be used to see the available plans for the service: cf create-service redis 4-0-10 redis-example-service Should be cf create-service redis 5-0-5 redis-example-service