Skip to content

Commit 5b8d087

Browse files
author
Paul Watters
committed
Paul Watters update
1 parent 93f00d9 commit 5b8d087

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

administrators.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22

33
copyright:
4-
years: 2017, 2022
5-
lastupdated: "2022-07-22"
4+
years: 2017, 2024
5+
lastupdated: "2024-07-24"
66

77
keywords: administrator, object storage, access, iam
88

@@ -27,7 +27,7 @@ If you haven't already, go ahead and read through the [getting started tutorial]
2727

2828
First, you need to have at least one Object Storage resource instance, and some buckets to store data in. How do you want to segment access to your data? Where do you want your data to physically reside? How often will the data is accessed?
2929

30-
## Segmenting access
30+
### Segmenting access
3131
{: #administrators-access}
3232

3333
You can segment access at two levels: at the resource instance level and at the bucket level.

developers.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
copyright:
44
years: 2019, 2024
5-
lastupdated: "2024-07-22"
5+
lastupdated: "2024-07-24"
66

77
keywords: developer, getting started, command line interface, cli
88

@@ -13,10 +13,10 @@ subcollection: cloud-object-storage
1313
{{site.data.keyword.attribute-definition-list}}
1414

1515

16-
# >
16+
# For developers
1717
{: #gs-dev}
1818

19-
The powerful of {{site.data.keyword.cos_full}} are available to a developer directly from the command line.
19+
The powerful features of {{site.data.keyword.cos_full}} are available to a developer directly from the command line.
2020
{: shortdesc}
2121

2222
First, ensure that you have the [{{site.data.keyword.cloud}} Platform CLI](https://cloud.ibm.com/docs/cli/index.html) and [IBM Developer Tools](https://cloud.ibm.com/docs/cloudnative/idt/index.html) installed.
@@ -32,14 +32,14 @@ First, ensure that you have the [{{site.data.keyword.cloud}} Platform CLI](https
3232
```
3333
{: pre}
3434

35-
3. Next, create an instance of {{site.data.keyword.cos_full_notm}} specifying the name for the instance Now you have a CRN for the instance.
35+
3. Next, create an instance of {{site.data.keyword.cos_full_notm}} specifying the name for the instance and the Standard plan (see [Choosing a plan and creating an instance](/docs/cloud-object-storage?topic=cloud-object-storage-provision)). Now you have a CRN for the instance.
3636

3737
```sh
3838
ibmcloud resource service-instance-create <instance-name> cloud-object-storage <plan> global
3939
```
4040
{: pre}
4141

42-
it indicates that the default resource group is not available and that a resource group must be explicitly set. A list of available resource groups can be found using `ibmcloud resource groups` and the target can be set with `ibmcloud target -g <resource-group>`.
42+
When trying to create a new instance, if you encounter the error `No resource group targeted`, it indicates that the default resource group is not available and that a resource group must be explicitly set. A list of available resource groups can be found using `ibmcloud resource groups` and the target can be set with `ibmcloud target -g <resource-group>`.
4343
{: tip}
4444

4545
The [Getting Started guide](/docs/cloud-object-storage?topic=cloud-object-storage-getting-started-cloud-object-storage) walks through the basic steps of creating buckets and objects, as well as inviting users and creating policies. A list of basic 'curl' commands can be found [here](/docs/cloud-object-storage?topic=cloud-object-storage-curl).
@@ -69,3 +69,6 @@ The [Cloud Native Computing Foundation](https://www.cncf.io) fostered [Kubernete
6969
* [Installing COS](/docs/containers?topic=containers-storage_cos_install)
7070
* [Creating COS service instance](/docs/containers?topic=containers-storage-cos-understand#create_cos_service)
7171
* [Decide on the configuration](/docs/containers?topic=containers-storage_cos_install#configure_cos)
72+
* [Creating a COS Kubernetes secret](/docs/containers?topic=containers-storage-cos-understand#create_cos_secret)
73+
* [Kubernetes back up and restore information](/docs/containers?topic=containers-storage_br)
74+
* [Kubernetes Storage Class reference](/docs/containers?topic=containers-storage_cos_reference)

0 commit comments

Comments
 (0)