Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 24069fd

Browse files
committed
olivers feedback
1 parent 9575546 commit 24069fd

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

workshop/Lab7/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ With the IBM Cloud Kubernetes Service clusters at version 1.16 and later, the Op
7474
7575
We will configure the IBM Cloud Operator to manage resources on your personal IBM Cloud Account. You will be able to create and manage a Cloudant DB lite service that only you will have access to.
7676
77-
Note: The account that your Cloudant service will be created on MAY be different than the account where your Kubernetes account, so please keep that in mind. If you are participating in a workshop with the IBM Developer Advocacy team, we do this to avoid creating multiple lite cloudantDB services on the shared account where all the k8s clusters are running (IBM Cloud accounts are limited to 1 lite instance per service)
77+
Note: The account that your Cloudant service will be created on MAY be different than the account where your Kubernetes cluster is located, so please keep that in mind. If you are participating in a workshop with the IBM Developer Advocacy team, we do this to avoid creating multiple lite cloudantDB services on the shared account where all the k8s clusters are running (IBM Cloud accounts are limited to 1 lite instance per service)
7878
7979
1. Login to your personal IBM Cloud account. Use `--sso` if using single-sign-on. Select your personal account when asked upon logging in.
8080
@@ -117,6 +117,12 @@ Note: The account that your Cloudant service will be created on MAY be different
117117
ibmcloud iam service-policy-create serviceid-ico --roles Manager --resource-group-name default --region us-south
118118
```
119119
120+
1. We will also need to provide Account Management to allow us to create an cloudant service on our IBM Cloud account:
121+
122+
```
123+
ibmcloud iam service-policy-create serviceid-ico --account-management --roles Administrator
124+
```
125+
120126
1. Create an API key for the service ID.
121127
122128
```
@@ -186,7 +192,7 @@ For an application running within a Kubernetes cluster to be able to access an I
186192
1. Change into the `yaml` directory. apply the `cloudant-ibmcloud.yaml` file.
187193
188194
```console
189-
cd $HOME/guestbook-nodejs-config/src/yaml
195+
cd $HOME/guestbook-nodejs-config/storage/lab7
190196
```
191197
192198
1. Apply the `cloudant-ibmcloud.yaml` file using kubectl. This file defines a **Service** and **Binding** resource:

0 commit comments

Comments
 (0)