You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 21, 2023. It is now read-only.
Where `<build-id>` is the id of the build you just created. This will create a rollout for the build, and deploy it with the default configuration. We can verify that the rollout was create by running:
56
56
57
57
```bash
58
-
rig capsule rollout get nginx-capsule
58
+
rig capsule -c nginx-capsule rollout get
59
59
```
60
60
61
61
This will list all rollouts for the capsule, where you should see one for the deployment you just initiated.
This will create a new rollout with the updated number of replicas. In order to verify this, you can run the previous commands to see the new changes reflected in the rollout and the pods/containers.
0 commit comments