Docsright arrowEdge Stackright arrow1.3right arrowUpgrading Ambassador Edge Stack

1 min • read

Upgrading Ambassador Edge Stack

Since Ambassador Edge Stack's configuration is entirely stored in Kubernetes resources, no special process is necessary to upgrade Ambassador Edge Stack. If you're using the YAML files supplied by Datawire, you'll be able to upgrade simply by repeating the following kubectl apply commands.

First, determine if Kubernetes has RBAC enabled:

If you see something like --authorization-mode=Node,RBAC in the output, then RBAC is enabled.

If RBAC is enabled:

If RBAC is not enabled:

This will trigger a rolling upgrade of Ambassador Edge Stack.

If you're using your own YAML, check the Datawire YAML to be sure of other changes, but at minimum, you'll need to change the pulled image for the Ambassador Edge Stack container and redeploy.