-
Notifications
You must be signed in to change notification settings - Fork 44
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
How-To: k8s pod patching #800
Conversation
Signed-off-by: Will Tsai <[email protected]>
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-800.westus2.azurestaticapps.net |
1 similar comment
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-800.westus2.azurestaticapps.net |
docs/content/guides/author-apps/kubernetes/how-to-patch-pod/index.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Will Tsai <[email protected]>
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-800.westus2.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-800.westus2.azurestaticapps.net |
Signed-off-by: Will Tsai <[email protected]>
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-800.westus2.azurestaticapps.net |
Signed-off-by: Will Tsai <[email protected]>
Signed-off-by: Will Tsai <[email protected]>
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-800.westus2.azurestaticapps.net |
Signed-off-by: Will Tsai <[email protected]>
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-800.westus2.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-bush-0cc2a4f1e-800.westus2.3.azurestaticapps.net |
Signed-off-by: Will Tsai <[email protected]>
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-bush-0cc2a4f1e-800.westus2.3.azurestaticapps.net |
Co-authored-by: Aaron Crawfis <[email protected]> Signed-off-by: Will <[email protected]>
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-bush-0cc2a4f1e-800.westus2.3.azurestaticapps.net |
Signed-off-by: Will Tsai <[email protected]>
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-bush-0cc2a4f1e-800.westus2.3.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-bush-0cc2a4f1e-800.westus2.3.azurestaticapps.net |
Signed-off-by: Will Tsai <[email protected]>
…-radius/docs into willtsai/k8s-patch-howto
Signed-off-by: Will Tsai <[email protected]>
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-bush-0cc2a4f1e-800.westus2.3.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-bush-0cc2a4f1e-800.westus2.3.azurestaticapps.net |
* add how to guide for k8s pod patching Signed-off-by: Will Tsai <[email protected]> * incremental updates Signed-off-by: Will Tsai <[email protected]> * incremental updates Signed-off-by: Will Tsai <[email protected]> * incremental updates Signed-off-by: Will Tsai <[email protected]> * incremental updates Signed-off-by: Will Tsai <[email protected]> * incremental updates Signed-off-by: Will Tsai <[email protected]> * minor changes Signed-off-by: Will Tsai <[email protected]> * complete first draft Signed-off-by: Will Tsai <[email protected]> * ready for review Signed-off-by: Will Tsai <[email protected]> * spelling overrides Signed-off-by: Will Tsai <[email protected]> * Apply suggestions from code review Co-authored-by: Aaron Crawfis <[email protected]> Signed-off-by: Will <[email protected]> * address feedback Signed-off-by: Will Tsai <[email protected]> * update line num highlighting in snippet Signed-off-by: Will Tsai <[email protected]> * update line num highlighting in snippet Signed-off-by: Will Tsai <[email protected]> --------- Signed-off-by: Will Tsai <[email protected]> Signed-off-by: Will <[email protected]> Co-authored-by: Aaron Crawfis <[email protected]> Signed-off-by: jasonviviano <[email protected]>
Thank you for helping make the Radius documentation better!
Please follow this checklist before submitting:
In addition, please fill out the following to help reviewers understand this pull request:
Description
add how to guide for k8s pod patching
Auto-generated description
🤖 Generated by Copilot at 19a8199
Summary
📝🛠️🐳
Add a new guide on patching Kubernetes resources with PodSpec. The guide explains how to create, deploy, and test an app and a container with an ephemeral volume using code snippets, screenshots, and links.
Walkthrough
Issue reference
Fixes: #526