fix: kustomize build error for examples/analysis. (#42) Signed-off-by: Hannah Troisi htroisi@pixielabs.ai Co-authored-by: Hannah Troisi htroisi@pixielabs.ai
fix: kustomize build error for examples/analysis. (#42)
Signed-off-by: Hannah Troisi htroisi@pixielabs.ai Co-authored-by: Hannah Troisi htroisi@pixielabs.ai
This repo contains the Argo Rollouts demo application source code and examples. It demonstrates the various deployment strategies and progressive delivery features of Argo Rollouts.
The following examples are provided:
Before running an example:
To run an example:
kustomize build <EXAMPLE-DIR> | kubectl apply -f -
kubectl argo rollouts get rollout <ROLLOUT-NAME> --watch kubectl argo rollouts get experiment <EXPERIMENT-NAME> --watch
kubectl argo rollouts set image <ROLLOUT-NAME> "*=argoproj/rollouts-demo:yellow"
Available images colors are: red, orange, yellow, green, blue, purple (e.g. argoproj/rollouts-demo:yellow). Also available are:
argoproj/rollouts-demo:yellow
bad
argoproj/rollouts-demo:bad-yellow
slow
argoproj/rollouts-demo:slow-yellow
To release new images:
make release IMAGE_NAMESPACE=argoproj DOCKER_PUSH=true
Argo Rollouts Demo Application
This repo contains the Argo Rollouts demo application source code and examples. It demonstrates the various deployment strategies and progressive delivery features of Argo Rollouts.
Examples
The following examples are provided:
Before running an example:
To run an example:
Images
Available images colors are: red, orange, yellow, green, blue, purple (e.g.
argoproj/rollouts-demo:yellow). Also available are:bad(e.g.argoproj/rollouts-demo:bad-yellow)slow(e.g.argoproj/rollouts-demo:slow-yellow)Releasing
To release new images: