Jump to content

User:Bking/Notes/Test Kubernetes Deploy

From Wikitech

Bking's notes on how to test deployment-charts changes before merging

1) Push your changes to Gerrit (no need to merge)

2) Login to the active deploy server, and clone the deployment-charts repo into your home directory using the "Anonymous HTTP" links in the Gerrit Web UI.

3)Open the CR you want to test in the Gerrit WebUI (example ), then click the ⋮ on the right-hand side and select "Download Patch." Select "Anonymous HTTP" again, then copy the "Reset to" section into your clipboard.

4)On the deployment server, navigate to the repo and paste the command you copied in the previous step.

5)