Skip to content

Conversation

Copilot
Copy link

@Copilot Copilot AI commented Oct 1, 2025

Problem

The "Example Output" section in readme.md had kubectl commands listed as plain text without proper markdown code block formatting. This made them difficult to read and inconsistent with other command sections in the documentation.

Additionally, there was an incorrect command: minikube service kubectl describe svc plan-order-service which mixed two different commands together.

Solution

This PR fixes the formatting issues by:

  1. Wrapping commands in a proper code block: Added ````sh` code block around the kubectl and minikube commands (lines 102-111) for better readability and consistency with the "Common Commands" section
  2. Fixed command typo: Corrected minikube service kubectl describe svc plan-order-service to the proper syntax: minikube service plan-order-service

Changes

 postgres-77f8bdf45-qlshd                 1/1     Running   0          47m

+sh kubectl get deployments kubectl get service kubectl get svc kubectl logs plan-order-service-v1-6876487474-xz7jd kubectl describe svc plan-order-service -minikube service kubectl describe svc plan-order-service +minikube service plan-order-service minikube ip minikube dashboard +
+


The commands now render properly in markdown viewers and users can easily copy and paste them.

<!-- START COPILOT CODING AGENT SUFFIX -->



<details>

<summary>Original prompt</summary>

> kubectl get deployments
> kubectl get service
> kubectl get svc
> kubectl logs plan-order-service-v1-6876487474-xz7jd
> kubectl describe svc plan-order-service
> minikube service kubectl describe svc plan-order-service
> minikube ip
> minikube dashboard


</details>


<!-- START COPILOT CODING AGENT TIPS -->
---

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more [Copilot coding agent tips](https://gh.io/copilot-coding-agent-tips) in the docs.

Co-authored-by: harishmsgit <145890819+harishmsgit@users.noreply.github.com>
@Copilot Copilot AI changed the title [WIP] kubectl get deployments kubectl get service kubectl get svc kubectl logs plan-order-service-v1-6876487474-xz7jd kubectl describe svc plan-order-service minikube service kubectl describe svc plan-order-service minikube ip minikube dashboard Fix kubectl commands formatting in readme Example Output section Oct 1, 2025
@Copilot Copilot AI requested a review from harishmsgit October 1, 2025 07:24
Copilot finished work on behalf of harishmsgit October 1, 2025 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants