Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update AWS IAM Role related pages/screenshots #769

Merged
merged 9 commits into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,24 @@ Tiers is a `string` of tier separated by a space
# Page heading<TiersList tiers="Scale Self-Hosted" />
```

### Image

Since many of our images are used across multiple versions, if a screenshot is updated but should only apply to certain versions, please create a new image with the version number included in the filename. For example, `my-image-v1.22+.png`.

##### Usage

```mdx
import Image from "@theme/Image";

<p align="center">
<Image
src={require("@site/static/img/my-image-v1.22+.png").default}
alt="Movies app architecture"
width="850"
/>
</p>
```

## Contributors

<a href="https://github.com/okteto/docs/graphs/contributors">
Expand Down
1 change: 1 addition & 0 deletions src/content/admin/registry-credentials/amazon-ecr.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: Get Private Registry credentials from Amazon ECR
sidebar_label: Amazon ECR
id: amazon-ecr
---
import Image from "@theme/Image";

This tutorial will guide you on how to use your private Elastic Container Registry (ECR) with Okteto.
It's recommended that you have the [AWS CLI installed](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html#getting-started-install-instructions) to follow this tutorial.
Expand Down
10 changes: 5 additions & 5 deletions src/content/admin/registry-credentials/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Additionally, you have the option to manage these credentials via [Kubernetes CR

<p align="center">
<Image
src={require("@site/static/img/registry_credentials_view.png").default}
src={require("@site/static/img/registry_credentials_view-v1.22+.png").default}
alt="Registry credentials view"
width="900"
/>
Expand All @@ -26,9 +26,9 @@ A dialog will let you choose the type of credentials, your registry hostname, an

<p align="center">
<Image
src={require("@site/static/img/registry_credentials_add.png").default}
src={require("@site/static/img/registry_credentials_add-v1.22+.png").default}
alt="Registry credentials add"
width="900"
width="700"
/>
</p>

Expand Down Expand Up @@ -56,7 +56,7 @@ For sensitive data you will only see the last few characters as a hint to verify

<p align="center">
<Image
src={require("@site/static/img/registry_credentials_edit.png").default}
src={require("@site/static/img/registry_credentials_edit-v1.22+.png").default}
alt="Registry credentials detail"
width="700"
/>
Expand All @@ -71,7 +71,7 @@ Click on the **Remove** button on the right of every registry credential. A conf

<p align="center">
<Image
src={require("@site/static/img/registry_credentials_remove.png").default}
src={require("@site/static/img/registry_credentials_remove-v1.22+.png").default}
alt="Registry credentials detail"
width="700"
/>
Expand Down
Binary file modified static/img/amazon-ecr-oidc-config.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/registry_credentials_add-v1.22+.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/registry_credentials_edit-v1.22+.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/registry_credentials_view-v1.22+.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.