Replace deprecated api versions in EN docs (#7598)

This commit is contained in:
Fernando Ripoll 2020-06-22 16:40:39 +02:00 committed by GitHub
parent 52136f3809
commit 0a8cb8313b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 deletions

View File

@ -120,7 +120,7 @@ service/productpage patched
{{< text bash >}}
$ kubectl apply -f - <<EOF
apiVersion: extensions/v1beta1
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: bookinfo

View File

@ -63,7 +63,7 @@ proceed to [setting up your local computer](/docs/examples/microservices-istio/s
{{< text bash >}}
$ kubectl apply -f - <<EOF
apiVersion: extensions/v1beta1
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: istio-system

View File

@ -64,8 +64,8 @@ cert-manager provides direct integration with Kubernetes Ingress by configuring
Alternatively, a `Certificate` can be created as described in [Istio Gateway](#istio-gateway), then referenced in the `Ingress` object:
{{< text yaml >}}
apiVersion: extensions/v1beta1
kind: Ingress
apiVersion: networking.k8s.io/v1beta1
Kind: Ingress
metadata:
name: ingress
annotations:

View File

@ -26,7 +26,7 @@ deployments will have agents (Envoy or Mixer adapters) that produce these attrib
| `source.name` | string | Source workload instance name. | `redis-master-2353460263-1ecey` |
| `source.namespace` | string | Source workload instance namespace. | `my-namespace` |
| `source.principal` | string | Authority under which the source workload instance is running. | `service-account-foo` |
| `source.owner` | string | Reference to the workload controlling the source workload instance. | `kubernetes://apis/extensions/v1beta1/namespaces/istio-system/deployments/istio-policy` |
| `source.owner` | string | Reference to the workload controlling the source workload instance. | `kubernetes://apis/apps/v1/namespaces/istio-system/deployments/istio-policy` |
| `source.workload.uid` | string | Unique identifier of the source workload. | `istio://istio-system/workloads/istio-policy` |
| `source.workload.name` | string | Source workload name. | `istio-policy` |
| `source.workload.namespace` | string | Source workload namespace. | `istio-system` |
@ -37,7 +37,7 @@ deployments will have agents (Envoy or Mixer adapters) that produce these attrib
| `destination.name` | string | Destination workload instance name. | `istio-telemetry-2359333` |
| `destination.namespace` | string | Destination workload instance namespace. | `istio-system` |
| `destination.principal` | string | Authority under which the destination workload instance is running. | `service-account` |
| `destination.owner` | string | Reference to the workload controlling the destination workload instance.| `kubernetes://apis/extensions/v1beta1/namespaces/istio-system/deployments/istio-telemetry` |
| `destination.owner` | string | Reference to the workload controlling the destination workload instance.| `kubernetes://apis/apps/v1/namespaces/istio-system/deployments/istio-telemetry` |
| `destination.workload.uid` | string | Unique identifier of the destination workload. | `istio://istio-system/workloads/istio-telemetry` |
| `destination.workload.name` | string | Destination workload name. | `istio-telemetry` |
| `destination.workload.namespace` | string | Destination workload namespace. | `istio-system` |

View File

@ -111,7 +111,7 @@ dimensions.
{{< /tip >}}
{{< text yaml >}}
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
spec:
template: # pod template