-
Notifications
You must be signed in to change notification settings - Fork 93
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
Some small README improvements #886
base: release-1.16
Are you sure you want to change the base?
Some small README improvements #886
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.
I think this was deliberately one section. First the command and then the output of the command in one section.
kubectl get pods -n istio-system | ||
NAME READY STATUS RESTARTS AGE | ||
istio-operator-controller-manager-7875df958d-v4h7l 2/2 Running 0 17h | ||
istiod-icp-v116x-sample-7b499b7d-gps2b 1/1 Running 0 17h``` |
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.
istiod-icp-v116x-sample-7b499b7d-gps2b 1/1 Running 0 17h``` | |
istiod-icp-v116x-sample-7b499b7d-gps2b 1/1 Running 0 17h |
istio-operator-controller-manager-7875df958d-v4h7l 2/2 Running 0 17h | ||
istiod-icp-v116x-sample-7b499b7d-gps2b 1/1 Running 0 17h``` | ||
``` | ||
Note the `icp-v116x-sample` string in both outputs |
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.
What do u mean by "both" here exactly? I can only see the string in "istiod-icp-v116x-sample-7b499b7d-gps2b", but not in "istio-operator-controller-manager-7875df958d-v4h7l".
``` | ||
``` | ||
$ kubectl -n demoapp apply -f bookinfo-gateway.yaml |
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 don't think this should be deleted.
What's in this PR?
Improves the Readme
Why?
No issue created
None
Checklist
To Do