From 960d506360cea2fd308f994598d86148c12adbd7 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Wed, 27 Mar 2019 09:40:11 +0200 Subject: [PATCH] Upgrade mesh definition to v1beta1 --- artifacts/appmesh/global-mesh.yaml | 3 +-- docs/gitbook/usage/appmesh-progressive-delivery.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/artifacts/appmesh/global-mesh.yaml b/artifacts/appmesh/global-mesh.yaml index d03c06dbb..01d6c8ff2 100644 --- a/artifacts/appmesh/global-mesh.yaml +++ b/artifacts/appmesh/global-mesh.yaml @@ -1,7 +1,6 @@ -apiVersion: appmesh.k8s.aws/v1alpha1 +apiVersion: appmesh.k8s.aws/v1beta1 kind: Mesh metadata: name: global - namespace: appmesh-system spec: serviceDiscoveryType: dns diff --git a/docs/gitbook/usage/appmesh-progressive-delivery.md b/docs/gitbook/usage/appmesh-progressive-delivery.md index 9f006e1e4..416671dc0 100644 --- a/docs/gitbook/usage/appmesh-progressive-delivery.md +++ b/docs/gitbook/usage/appmesh-progressive-delivery.md @@ -11,7 +11,7 @@ then creates a series of objects (Kubernetes deployments, ClusterIP services, Ap These objects expose the application on the mesh and drive the canary analysis and promotion. The only App Mesh object you need to create by yourself is the mesh resource. -Create a mesh called `global` in the `appmesh-system` namespace: +Create a mesh called `global`: ```bash export REPO=https://github.com/raw/weaveworks/flagger/master