I was trying to connect to my grpc service at a custom domain like
`grpc-ping.default.IP.IP.IP.IP.xip.io` while omitting -server_host_override
and it resulted in bug https://github.com/knative/serving/issues/3307 which
took several days to figure out there was a default value for this flag.
Removing the default value as nobody's really owning grpc.knative.dev or
setting it as the custom domain in this sample.
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
* Update the example to automate IP extraction and use it as a env var.
* {} the variables for better shell
* kotlin example; numbering, same changes
* add env var for domain
* Update docs to use correct ingress gateway service.
* Update wording of knative-ingressgateway deprecation.
* Update wording of knative-ingressgateway deprecation per feeeback.
Addresses #66.
Addresses #67.
* Update test-infra to use the default build/unit test runners, which includes building go code and linting markdown files.
* Remove the integration tests, as they only start Knative Serving, which is irrelevant for this repo.
Bonuses:
* fix unbuildable `grpc-ping-go` sample
* remove test-infra import hack from `Gopack.lock` and `update-deps.sh`
* Update docs to use kubectl long flags
* adding back in the --filename flag (lost when manually merged)
* notice a few missed
* notice a few missed '-f' flags
* change -o to --output
* Rename samples to languge-specific folders
* Remove steren-app and steren-function since they aren't working
* Rename buildpack folders
* Rename buildpack-function