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

Add ServiceAccount doc #2574

Merged
merged 2 commits into from
Jan 30, 2024

Conversation

yuriolisa
Copy link
Contributor

Description:

Added documentation for use ServiceAccount imagePullSecrets
Link to tracking Issue:
Resolves #2521
Testing:

Documentation:

Signed-off-by: Yuri Sa <[email protected]>
@yuriolisa yuriolisa requested a review from a team January 29, 2024 13:40
@@ -0,0 +1,16 @@
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: 'enhancement'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we remove the entry. We are not adding any new feature in this patch

README.md Outdated
@@ -665,6 +665,55 @@ spec:
exporters: [debug]
```

#### Using imagePullSecrets
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is being added under TA. It should rather belong to the general collector section.

README.md Outdated
mode: deployment
image:
serviceAccount: <service-account-name>
config: |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would skip this section as it is irrelevant in this context

README.md Outdated
kubectl create secret docker-registry <secret-name> --docker-server=<registry name> \
--docker-username=DUMMY_USERNAME --docker-password=DUMMY_DOCKER_PASSWORD \
--docker-email=DUMMY_DOCKER_EMAIL

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove empty line

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pavolloffay , I made all the requested changes.

Signed-off-by: Yuri Sa <[email protected]>
@yuriolisa yuriolisa added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Jan 29, 2024
@pavolloffay pavolloffay merged commit 0450be4 into open-telemetry:main Jan 30, 2024
27 checks passed
ItielOlenick pushed a commit to ItielOlenick/opentelemetry-operator that referenced this pull request May 1, 2024
* Add ServiceAccount doc

Signed-off-by: Yuri Sa <[email protected]>

* Add ServiceAccount doc

Signed-off-by: Yuri Sa <[email protected]>

---------

Signed-off-by: Yuri Sa <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[opentelemetry-operator] - Add support for imagePullSecrets for collectors
3 participants