Inveniem / nextcloud-azure-aks

Azure Container Resource Toolkit for Nextcloud
GNU Affero General Public License v3.0
11 stars 9 forks source link

Fix Rigger launch-shell to Grab the Correct Pod by Label Instead #11

Closed brandonmcwhirter closed 2 years ago

brandonmcwhirter commented 2 years ago

When launching a shell from rigger, it assumes that the backend pods will be the first pods in the list. This is not always the case. This change will select the backend pods by label instead which will ensure the correct pods are chosen every time.