diff --git a/content/en/docs/ops/app-health-check/index.md b/content/en/docs/ops/app-health-check/index.md index 66dc269f7f..5a5c7535e3 100644 --- a/content/en/docs/ops/app-health-check/index.md +++ b/content/en/docs/ops/app-health-check/index.md @@ -124,7 +124,7 @@ The configuration changes above (by Helm or by the configuration map) effect all Rather than install Istio with different Helm option, you can annotate Pod with `sidecar.istio.io/rewriteAppHTTPProbers: "true"`. {{< text yaml >}} -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: liveness-http diff --git a/content/en/docs/ops/troubleshooting/validation/index.md b/content/en/docs/ops/troubleshooting/validation/index.md index 3be57b16a0..0423cba9d5 100644 --- a/content/en/docs/ops/troubleshooting/validation/index.md +++ b/content/en/docs/ops/troubleshooting/validation/index.md @@ -29,7 +29,7 @@ metadata: app: istio-galley name: istio-galley ownerReferences: - - apiVersion: extensions/v1beta1 + - apiVersion: apps/v1 blockOwnerDeletion: true controller: true kind: Deployment diff --git a/content/en/docs/reference/config/istio.operator.v1alpha12.pb/index.html b/content/en/docs/reference/config/istio.operator.v1alpha12.pb/index.html index e16ae4f74a..521ba17819 100644 --- a/content/en/docs/reference/config/istio.operator.v1alpha12.pb/index.html +++ b/content/en/docs/reference/config/istio.operator.v1alpha12.pb/index.html @@ -128,7 +128,7 @@ components: galley: k8s: overlays: - - apiVersion: extensions/v1beta1 + - apiVersion: apps/v1 kind: Deployment name: istio-galley patches: diff --git a/content/en/docs/setup/additional-setup/sidecar-injection/index.md b/content/en/docs/setup/additional-setup/sidecar-injection/index.md index 9417a8fe3e..3c3f0e3cc4 100644 --- a/content/en/docs/setup/additional-setup/sidecar-injection/index.md +++ b/content/en/docs/setup/additional-setup/sidecar-injection/index.md @@ -171,7 +171,7 @@ value `false` to the pod template spec to override the default and disable injec The following example uses the `sidecar.istio.io/inject` annotation to disable sidecar injection. {{< text yaml >}} -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: ignored diff --git a/content/en/docs/tasks/observability/logs/fluentd/index.md b/content/en/docs/tasks/observability/logs/fluentd/index.md index ed2b892481..aa0a96d5b1 100644 --- a/content/en/docs/tasks/observability/logs/fluentd/index.md +++ b/content/en/docs/tasks/observability/logs/fluentd/index.md @@ -94,7 +94,7 @@ spec: app: elasticsearch --- # Elasticsearch Deployment -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: elasticsearch @@ -157,7 +157,7 @@ spec: app: fluentd-es --- # Fluentd Deployment -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: fluentd-es @@ -242,7 +242,7 @@ spec: app: kibana --- # Kibana Deployment -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: kibana diff --git a/content/en/docs/tasks/security/auth-sds/index.md b/content/en/docs/tasks/security/auth-sds/index.md index feb043af20..e162b4ad17 100644 --- a/content/en/docs/tasks/security/auth-sds/index.md +++ b/content/en/docs/tasks/security/auth-sds/index.md @@ -104,7 +104,7 @@ To enable the pod security policy, perform the following steps: {{< text bash >}} $ cat <}} $ cat <}} $ cat <}} $ cat <}} $ kubectl apply -f - <}} $ cat <}} $ cat <}} $ cat <