curl コマンドを実行せずに初めてブラウザにアクセスしたいのですが、注 - export IP address や config-map コマンドなどの初期コマンドは正常に実行されます。
apiVersion: serving.knative.dev/v1alpha1
kind: Service
metadata:
name: helloworld-go # The name of the app
namespace: default # The namespace the app will use
spec:
runLatest:
configuration:
revisionTemplate:
spec:
container:
image: gcr.io/knative-samples/helloworld-go
env:
- name: TARGET
value: "Go Sample v1"
エラーは発生しません。ブラウザを使用して URL を要求しているときに、ポッドが自動的に作成されることを期待しています。