我想在不执行 curl 命令的情况下第一次访问浏览器,注意 - 初始命令(如导出 IP 地址和 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 时,我的 pod 想要自动创建。