diff --git a/docs/content/en/docs/configuration/command-line.md b/docs/content/en/docs/configuration/command-line.md index 4e794aa7d..533a104c6 100644 --- a/docs/content/en/docs/configuration/command-line.md +++ b/docs/content/en/docs/configuration/command-line.md @@ -148,7 +148,7 @@ remove old configuration files. If `0`, the default value, a single `haproxy.cfg Some infrastructure tools like `external-DNS` relay in the ingress status to created access routes to the services exposed with ingress object. ``` -apiVersion: extensions/v1beta1 +apiVersion: networking.k8s.io/v1beta1 kind: Ingress ... status: diff --git a/docs/content/en/docs/examples/blue-green.md b/docs/content/en/docs/examples/blue-green.md index 8d2cda9d3..13409b91e 100644 --- a/docs/content/en/docs/examples/blue-green.md +++ b/docs/content/en/docs/examples/blue-green.md @@ -79,7 +79,7 @@ Configure the ingress resource. No need to change the host below, `bluegreen.exa ``` $ kubectl create -f - <