Skip to content

Commit 3ad773a

Browse files
committed
Private Registry - Detailing and fixing a known issue
1 parent 61f9ece commit 3ad773a

File tree

15 files changed

+180
-45
lines changed

15 files changed

+180
-45
lines changed

pages/platform/private-registry/creating-a-private-registry-through-terraform/guide.de-de.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ category_l2: Managed Private Registry
1010
category_l3: Getting started
1111
routes:
1212
canonical: 'https://docs.ovh.com/gb/en/private-registry/creating-a-private-registry-through-terraform/'
13-
updated: 2022-08-16
13+
updated: 2023-03-14
1414
---
1515

1616
<style>
@@ -35,7 +35,7 @@ updated: 2022-08-16
3535
}
3636
</style>
3737

38-
**Last updated 16th August 2022**
38+
**Last updated 14th March 2023**
3939

4040
## Objective
4141

@@ -195,10 +195,14 @@ resource "ovh_cloud_project_containerregistry_user" "myuser" {
195195
}
196196
```
197197

198-
In this resources configuration, we ask Terraform to create a private registry, in the GRA region and in the small plan.
198+
In this resources configuration, we ask Terraform to create a private registry, in the `GRA` region and in the `small` plan.
199199

200200
And we tell Terraform to create a user attached to the registry.
201201

202+
> [!primary]
203+
>
204+
> OVHcloud Managed private registries are only available in the `GRA` region for the moment and several [other regions are coming](https://github.com/ovh/public-cloud-roadmap/projects/1).
205+
202206
Finally, create a `output.tf` file with the following content:
203207

204208
```
@@ -354,6 +358,11 @@ registry-url = "https://1ab234c5.gra7.container-registry.ovh.net"
354358
user = "myuser"
355359
```
356360
361+
> [!primary]
362+
>
363+
> If after running the `terraform apply` command, you get the error message `Error: Your query returned no results. Please change your search criteria and try again`, it means you have entered an incorrect `region`.
364+
>
365+
357366
Now, log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`. <br>
358367
As you can see, your registry has been successfuly created:
359368

pages/platform/private-registry/creating-a-private-registry-through-terraform/guide.en-asia.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ kb: Public Cloud
88
category_l1: Containers & Orchestration
99
category_l2: Managed Private Registry
1010
category_l3: Getting started
11-
updated: 2022-08-16
11+
updated: 2023-03-14
1212
---
1313

1414
<style>
@@ -33,7 +33,7 @@ updated: 2022-08-16
3333
}
3434
</style>
3535

36-
**Last updated 16th August 2022**
36+
**Last updated 14th March 2023**
3737

3838
## Objective
3939

@@ -193,10 +193,14 @@ resource "ovh_cloud_project_containerregistry_user" "myuser" {
193193
}
194194
```
195195

196-
In this resources configuration, we ask Terraform to create a private registry, in the GRA region and in the small plan.
196+
In this resources configuration, we ask Terraform to create a private registry, in the `GRA` region and in the `small` plan.
197197

198198
And we tell Terraform to create a user attached to the registry.
199199

200+
> [!primary]
201+
>
202+
> OVHcloud Managed private registries are only available in the `GRA` region for the moment and several [other regions are coming](https://github.com/ovh/public-cloud-roadmap/projects/1).
203+
200204
Finally, create a `output.tf` file with the following content:
201205

202206
```
@@ -352,6 +356,11 @@ registry-url = "https://1ab234c5.gra7.container-registry.ovh.net"
352356
user = "myuser"
353357
```
354358
359+
> [!primary]
360+
>
361+
> If after running the `terraform apply` command, you get the error message `Error: Your query returned no results. Please change your search criteria and try again`, it means you have entered an incorrect `region`.
362+
>
363+
355364
Now, log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`. <br>
356365
As you can see, your registry has been successfuly created:
357366

pages/platform/private-registry/creating-a-private-registry-through-terraform/guide.en-au.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ kb: Public Cloud
88
category_l1: Containers & Orchestration
99
category_l2: Managed Private Registry
1010
category_l3: Getting started
11-
updated: 2022-08-16
11+
updated: 2023-03-14
1212
---
1313

1414
<style>
@@ -33,7 +33,7 @@ updated: 2022-08-16
3333
}
3434
</style>
3535

36-
**Last updated 16th August 2022**
36+
**Last updated 14th March 2023**
3737

3838
## Objective
3939

@@ -193,10 +193,14 @@ resource "ovh_cloud_project_containerregistry_user" "myuser" {
193193
}
194194
```
195195

196-
In this resources configuration, we ask Terraform to create a private registry, in the GRA region and in the small plan.
196+
In this resources configuration, we ask Terraform to create a private registry, in the `GRA` region and in the `small` plan.
197197

198198
And we tell Terraform to create a user attached to the registry.
199199

200+
> [!primary]
201+
>
202+
> OVHcloud Managed private registries are only available in the `GRA` region for the moment and several [other regions are coming](https://github.com/ovh/public-cloud-roadmap/projects/1).
203+
200204
Finally, create a `output.tf` file with the following content:
201205

202206
```
@@ -352,6 +356,11 @@ registry-url = "https://1ab234c5.gra7.container-registry.ovh.net"
352356
user = "myuser"
353357
```
354358
359+
> [!primary]
360+
>
361+
> If after running the `terraform apply` command, you get the error message `Error: Your query returned no results. Please change your search criteria and try again`, it means you have entered an incorrect `region`.
362+
>
363+
355364
Now, log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`. <br>
356365
As you can see, your registry has been successfuly created:
357366

pages/platform/private-registry/creating-a-private-registry-through-terraform/guide.en-ca.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ kb: Public Cloud
88
category_l1: Containers & Orchestration
99
category_l2: Managed Private Registry
1010
category_l3: Getting started
11-
updated: 2022-08-16
11+
updated: 2023-03-14
1212
---
1313

1414
<style>
@@ -33,7 +33,7 @@ updated: 2022-08-16
3333
}
3434
</style>
3535

36-
**Last updated 16th August 2022**
36+
**Last updated 14th March 2023**
3737

3838
## Objective
3939

@@ -193,10 +193,14 @@ resource "ovh_cloud_project_containerregistry_user" "myuser" {
193193
}
194194
```
195195

196-
In this resources configuration, we ask Terraform to create a private registry, in the GRA region and in the small plan.
196+
In this resources configuration, we ask Terraform to create a private registry, in the `GRA` region and in the `small` plan.
197197

198198
And we tell Terraform to create a user attached to the registry.
199199

200+
> [!primary]
201+
>
202+
> OVHcloud Managed private registries are only available in the `GRA` region for the moment and several [other regions are coming](https://github.com/ovh/public-cloud-roadmap/projects/1).
203+
200204
Finally, create a `output.tf` file with the following content:
201205

202206
```
@@ -352,6 +356,11 @@ registry-url = "https://1ab234c5.gra7.container-registry.ovh.net"
352356
user = "myuser"
353357
```
354358
359+
> [!primary]
360+
>
361+
> If after running the `terraform apply` command, you get the error message `Error: Your query returned no results. Please change your search criteria and try again`, it means you have entered an incorrect `region`.
362+
>
363+
355364
Now, log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`. <br>
356365
As you can see, your registry has been successfuly created:
357366

pages/platform/private-registry/creating-a-private-registry-through-terraform/guide.en-gb.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ kb: Public Cloud
88
category_l1: Containers & Orchestration
99
category_l2: Managed Private Registry
1010
category_l3: Getting started
11-
updated: 2022-08-16
11+
updated: 2023-03-14
1212
---
1313

1414
<style>
@@ -33,7 +33,7 @@ updated: 2022-08-16
3333
}
3434
</style>
3535

36-
**Last updated 16th August 2022**
36+
**Last updated 14th March 2023**
3737

3838
## Objective
3939

@@ -193,10 +193,14 @@ resource "ovh_cloud_project_containerregistry_user" "myuser" {
193193
}
194194
```
195195

196-
In this resources configuration, we ask Terraform to create a private registry, in the GRA region and in the small plan.
196+
In this resources configuration, we ask Terraform to create a private registry, in the `GRA` region and in the `small` plan.
197197

198198
And we tell Terraform to create a user attached to the registry.
199199

200+
> [!primary]
201+
>
202+
> OVHcloud Managed private registries are only available in the `GRA` region for the moment and several [other regions are coming](https://github.com/ovh/public-cloud-roadmap/projects/1).
203+
200204
Finally, create a `output.tf` file with the following content:
201205

202206
```
@@ -352,6 +356,11 @@ registry-url = "https://1ab234c5.gra7.container-registry.ovh.net"
352356
user = "myuser"
353357
```
354358
359+
> [!primary]
360+
>
361+
> If after running the `terraform apply` command, you get the error message `Error: Your query returned no results. Please change your search criteria and try again`, it means you have entered an incorrect `region`.
362+
>
363+
355364
Now, log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`. <br>
356365
As you can see, your registry has been successfuly created:
357366

pages/platform/private-registry/creating-a-private-registry-through-terraform/guide.en-ie.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ kb: Public Cloud
88
category_l1: Containers & Orchestration
99
category_l2: Managed Private Registry
1010
category_l3: Getting started
11-
updated: 2022-08-16
11+
updated: 2023-03-14
1212
---
1313

1414
<style>
@@ -33,7 +33,7 @@ updated: 2022-08-16
3333
}
3434
</style>
3535

36-
**Last updated 16th August 2022**
36+
**Last updated 14th March 2023**
3737

3838
## Objective
3939

@@ -193,10 +193,14 @@ resource "ovh_cloud_project_containerregistry_user" "myuser" {
193193
}
194194
```
195195

196-
In this resources configuration, we ask Terraform to create a private registry, in the GRA region and in the small plan.
196+
In this resources configuration, we ask Terraform to create a private registry, in the `GRA` region and in the `small` plan.
197197

198198
And we tell Terraform to create a user attached to the registry.
199199

200+
> [!primary]
201+
>
202+
> OVHcloud Managed private registries are only available in the `GRA` region for the moment and several [other regions are coming](https://github.com/ovh/public-cloud-roadmap/projects/1).
203+
200204
Finally, create a `output.tf` file with the following content:
201205

202206
```
@@ -352,6 +356,11 @@ registry-url = "https://1ab234c5.gra7.container-registry.ovh.net"
352356
user = "myuser"
353357
```
354358
359+
> [!primary]
360+
>
361+
> If after running the `terraform apply` command, you get the error message `Error: Your query returned no results. Please change your search criteria and try again`, it means you have entered an incorrect `region`.
362+
>
363+
355364
Now, log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`. <br>
356365
As you can see, your registry has been successfuly created:
357366

pages/platform/private-registry/creating-a-private-registry-through-terraform/guide.en-sg.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ kb: Public Cloud
88
category_l1: Containers & Orchestration
99
category_l2: Managed Private Registry
1010
category_l3: Getting started
11-
updated: 2022-08-16
11+
updated: 2023-03-14
1212
---
1313

1414
<style>
@@ -33,7 +33,7 @@ updated: 2022-08-16
3333
}
3434
</style>
3535

36-
**Last updated 16th August 2022**
36+
**Last updated 14th March 2023**
3737

3838
## Objective
3939

@@ -193,10 +193,14 @@ resource "ovh_cloud_project_containerregistry_user" "myuser" {
193193
}
194194
```
195195

196-
In this resources configuration, we ask Terraform to create a private registry, in the GRA region and in the small plan.
196+
In this resources configuration, we ask Terraform to create a private registry, in the `GRA` region and in the `small` plan.
197197

198198
And we tell Terraform to create a user attached to the registry.
199199

200+
> [!primary]
201+
>
202+
> OVHcloud Managed private registries are only available in the `GRA` region for the moment and several [other regions are coming](https://github.com/ovh/public-cloud-roadmap/projects/1).
203+
200204
Finally, create a `output.tf` file with the following content:
201205

202206
```
@@ -352,6 +356,11 @@ registry-url = "https://1ab234c5.gra7.container-registry.ovh.net"
352356
user = "myuser"
353357
```
354358
359+
> [!primary]
360+
>
361+
> If after running the `terraform apply` command, you get the error message `Error: Your query returned no results. Please change your search criteria and try again`, it means you have entered an incorrect `region`.
362+
>
363+
355364
Now, log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`. <br>
356365
As you can see, your registry has been successfuly created:
357366

pages/platform/private-registry/creating-a-private-registry-through-terraform/guide.en-us.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ kb: Public Cloud
88
category_l1: Containers & Orchestration
99
category_l2: Managed Private Registry
1010
category_l3: Getting started
11-
updated: 2022-08-16
11+
updated: 2023-03-14
1212
---
1313

1414
<style>
@@ -33,7 +33,7 @@ updated: 2022-08-16
3333
}
3434
</style>
3535

36-
**Last updated 16th August 2022**
36+
**Last updated 14th March 2023**
3737

3838
## Objective
3939

@@ -193,10 +193,14 @@ resource "ovh_cloud_project_containerregistry_user" "myuser" {
193193
}
194194
```
195195

196-
In this resources configuration, we ask Terraform to create a private registry, in the GRA region and in the small plan.
196+
In this resources configuration, we ask Terraform to create a private registry, in the `GRA` region and in the `small` plan.
197197

198198
And we tell Terraform to create a user attached to the registry.
199199

200+
> [!primary]
201+
>
202+
> OVHcloud Managed private registries are only available in the `GRA` region for the moment and several [other regions are coming](https://github.com/ovh/public-cloud-roadmap/projects/1).
203+
200204
Finally, create a `output.tf` file with the following content:
201205

202206
```
@@ -352,6 +356,11 @@ registry-url = "https://1ab234c5.gra7.container-registry.ovh.net"
352356
user = "myuser"
353357
```
354358
359+
> [!primary]
360+
>
361+
> If after running the `terraform apply` command, you get the error message `Error: Your query returned no results. Please change your search criteria and try again`, it means you have entered an incorrect `region`.
362+
>
363+
355364
Now, log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`. <br>
356365
As you can see, your registry has been successfuly created:
357366

0 commit comments

Comments
 (0)