Fix formatting issues in GCP STS setup documentation#107640
Open
prithvipatil97 wants to merge 1 commit intoopenshift:mainfrom
Open
Fix formatting issues in GCP STS setup documentation#107640prithvipatil97 wants to merge 1 commit intoopenshift:mainfrom
prithvipatil97 wants to merge 1 commit intoopenshift:mainfrom
Conversation
- Google Cloud storage with the STS wrong command structure - Here is the documentation link: https://docs.redhat.com/en/documentation/openshift_container_platform/4.21/html/distributed_tracing/distr-tracing-tempo-installing#setting-up-google-cloud-storage-with-security-token-service_distr-tracing-tempo-installing Here is the updated look for all these code blocks: SERVICE_ACCOUNT_EMAIL=$(gcloud iam service-accounts create <iam_service_account_name> \ 1 --display-name="Tempo Account" \ --project <project_id> \ 2 --format='value(email)' \ --quiet) $ gcloud projects add-iam-policy-binding <project_id> \ --member "serviceAccount:$SERVICE_ACCOUNT_EMAIL" \ --role "roles/storage.objectAdmin" $ gcloud iam workload-identity-pools create-cred-config \ "projects/<project_number>/locations/global/workloadIdentityPools/<pool_id>/providers/<provider_id>" \ --service-account="$SERVICE_ACCOUNT_EMAIL" \ --credential-source-file=/var/run/secrets/storage/serviceaccount/token \1 --credential-source-type=text \ --output-file=<output_file_path>
|
🤖 Fri Feb 27 19:14:38 - Prow CI generated the docs preview: |
|
@prithvipatil97: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Here is the updated look for all these code blocks:
Version(s):
RHOCP 4.21, RHOCP 4.20, RHOCP 4.19, RHOCP 4.18
Issue:
https://issues.redhat.com/browse/OBSDOCS-3167
Link to docs preview:
https://107640--ocpdocs-pr.netlify.app/openshift-enterprise/latest/observability/distr_tracing/distr-tracing-tempo-installing.html
QE review:
Additional information: