Last active
June 9, 2018 14:51
-
-
Save mhiro2/0918d4b793e4177beb764b9da17903c8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ istioctl get gateway -o yaml | |
apiVersion: networking.istio.io/v1alpha3 | |
kind: Gateway | |
metadata: | |
creationTimestamp: null | |
name: bookinfo-gateway | |
namespace: default | |
resourceVersion: "4308" | |
spec: | |
selector: | |
istio: ingressgateway | |
servers: | |
- hosts: | |
- '*' | |
port: | |
name: http | |
number: 80 | |
protocol: HTTP |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment