mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
Upgrade mesh definition to v1beta1
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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://raw.githubusercontent.com/weaveworks/flagger/master
|
||||
|
||||
Reference in New Issue
Block a user