-
Notifications
You must be signed in to change notification settings - Fork 307
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
docs(website): added tutorials for running a kube cluster and deployng a kube application #8893
Conversation
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.
Can't run website:dev on my machine, got an error, is it on my side ?
@jeffmaury I need to update the docusaurus config file to get the tutorial preview. The content adds a new tutorial. The preview is now working. |
487d1b9
to
fe9e9a5
Compare
@cdrage, Thank you for your suggestions. I have incorporated them. Please verify and confirm. |
@cdrage, Could you please verify the changes and provide an ACK over the PR? Thanks |
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.
We are missing verification checks / how to access the service after deployment.
We have information on how to create pods / deployment / etc, but no way to verify it.
Should show on the CLI or even (go to your browser and to localhost:8080
) to verify that it worked.
You will have to either use port forwarding on the CLI, or use something like the built-in Ingress with kind.
Thank you, @cdrage, for your valuable suggestions. I have incorporated them. please verify and confirm. |
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.
thank for for providing the post-deployment verification steps!
…ng a kube application Signed-off-by: Shipra Singh <shipsing@redhat.com>
Signed-off-by: Shipra Singh <shipsing@redhat.com>
Signed-off-by: Shipra Singh <shipsing@redhat.com>
Signed-off-by: Shipra Singh <shipsing@redhat.com>
Signed-off-by: Shipra Singh <shipsing@redhat.com>
Signed-off-by: Shipra Singh <shipsing@redhat.com>
Signed-off-by: Shipra Singh <shipsing@redhat.com>
Signed-off-by: Shipra Singh <shipsing@redhat.com>
Signed-off-by: Shipra Singh <shipsing@redhat.com>
Signed-off-by: Shipra Singh <shipsing@redhat.com>
Signed-off-by: Shipra Singh <shipsing@redhat.com>
aa53f74
to
612e3be
Compare
Signed-off-by: Shipra Singh shipsing@redhat.com
What does this PR do?
Add two tutorials:
Screenshot / video of UI
PR preview:
What issues does this PR fix or reference?
#8869
How to test this PR?