Skip to content

Commit

Permalink
Upgrade mesh definition to v1beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Mar 27, 2019
1 parent 79a6421 commit 960d506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions artifacts/appmesh/global-mesh.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion docs/gitbook/usage/appmesh-progressive-delivery.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 960d506

Please sign in to comment.