Skip to content
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

Open
wants to merge 1 commit into
base: release-1.16
Choose a base branch
from

Conversation

john-a-joyce
Copy link
Collaborator

@john-a-joyce john-a-joyce commented Feb 8, 2023

Q A
Bug fix? no
New feature? no
API breaks? no
Deprecations? no
Related tickets None
License Apache 2.0

What's in this PR?

Improves the Readme

Why?

No issue created

None

Checklist

  • User guide and development docs updated (if needed)

To Do

@CLAassistant
Copy link

CLAassistant commented Feb 8, 2023

CLA assistant check
All committers have signed the CLA.

Comment on lines +77 to +78
```
```
Copy link
Member

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```
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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
Copy link
Member

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
Copy link
Member

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.

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.

3 participants