-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Created getting started wtih gitops procedure module #29411
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
Created getting started wtih gitops procedure module #29411
Conversation
|
Deploy preview for osdocs ready! Built with commit 9908ec9 |
2483030 to
3bea5c8
Compare
3bea5c8 to
cca95ee
Compare
|
@Preeticp, new commit is up, addressing your feedback! I'll look into the build failure tomorrow...I suspect it's because of a doc I've deleted (outdated module). Thanks for the help. Now I'll await the dev SME review! |
1e9754f to
745d535
Compare
745d535 to
a5204c9
Compare
0496300 to
e54c02f
Compare
e54c02f to
8a77b12
Compare
|
Looks good to me! |
kalexand-rh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like two different user stories wedged into the same assembly, you have some malformed modules, and I am confused about part of the flow.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| After you create a new client in Keycloak and generate an *argocd-secret* in the Argo CD secret, you get a client secret. To configure Argo CD OIDC, store this client secret with the following instructions: | |
| . Configure Argo CD OpenID Connect (OIDC) to connect to your Keycloak instance: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| . Encode the client secret in base64: | |
| .. Encode the client secret in base64: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| $ echo -n '83083958-8ec6-47b0-a411-a8c55381fbd2' | base64 | |
| $ echo -n '<argocd-secret>' | base64 <1> |
Then after the codeblock, add something like:
<1> Enter the `<argocd-secret>` value that you obtained from your Keycloak server.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From this point on, you've completely lost me. The descriptions of the steps don't appear to correspond to the commands that you're using, and I am extremely confused what of the YAML you're showing as example is actually there and what the user needs to customize. The YAML format itself looks slightly off - I've never seen a YAML example start with a "$." Please review the rest of the module and try to be clearer. Use the annotation format from some of the other YAML examples to explain what's going on.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would not make this a separate step. I'd make these checks annotations on the YAML itself. This format is hard to follow.
8a77b12 to
d2a09ef
Compare
d2a09ef to
a90062a
Compare
|
Hi @kalexand-rh thanks a ton for your thorough review, appreciate it. |
|
Hi, few comments:
|
|
Getting started definitely needs to involve
We don't need all of it to go in together though :) |
a90062a to
07ec9f6
Compare
corrected metadata, module structure, and minor content changes revised content, made modules and assembly corrected typo to remove build error changed xref to resolve build error added module to include openshift login content and structure changes to modules and assembly fixed xref to resolve build error fixed xref to resolve build error# more content and heading changes modular and structural changes changed introduction to module minor grmmatical changes corrected UI elements
07ec9f6 to
9908ec9
Compare
sbose78
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
kalexand-rh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that this looks good and has a much better scope for a "Getting started" topic!
|
/cherrypick enterprise-4.7 |
|
@codyhoag: new pull request created: #29661 In response to this:
Instructions 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/test-infra repository. |

Adds an overview for GitOps and addresses Jira Issue, Adding documentation for configuring Curator #2475.
Targeted to OCP 4.7
Aligned team label: Dev Tools
Acknowledged by QE. See Shoubhik's "looks good to me" comment.
For easy reference, here's a preview of the rendered version.