You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I copied and ran the GatewayConfiguration for On-Prem and got the following error.
Warning Failed 14s (x3 over 53s) kubelet Failed to pull image "kong:3.9.0": rpc error: code = NotFound desc = failed to pull and unpack image "docker.io/library/kong:3.9.0": failed to resolve reference "docker.io/library/kong:3.9.0": docker.io/library/kong:3.9.0: not found
The following tag is incorrect.
containers:
- name: proxyimage: kong:3.9.0
What did you expect to happen?
It should be stated as follows
containers:
- name: proxyimage: kong/kong:3.9.0
Code of Conduct and Community Expectations
I agree to follow this project's Code of Conduct
I agree to abide by the Community Expectations
The text was updated successfully, but these errors were encountered:
Where is the problem?
https://docs.konghq.com/gateway-operator/1.4.x/get-started/kic/create-gateway/
What happened?
I copied and ran the GatewayConfiguration for On-Prem and got the following error.
The following tag is incorrect.
What did you expect to happen?
It should be stated as follows
Code of Conduct and Community Expectations
The text was updated successfully, but these errors were encountered: