Skip to content

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".

curl https://raw.githubusercontent.com/istio/istio/master/samples/bookinfo/networking/bookinfo-gateway.yaml | sed 's/istio: ingressgateway # use istio default controller/istio: imgw-sample/g;s/number: 80/number: 9080/g' | kubectl apply -n demoapp -f -
```
```
$ 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