Skip to content

DeployWizard: Clarify target port label#658

Open
skoeva wants to merge 1 commit into
Azure:mainfrom
skoeva:target-port
Open

DeployWizard: Clarify target port label#658
skoeva wants to merge 1 commit into
Azure:mainfrom
skoeva:target-port

Conversation

@skoeva
Copy link
Copy Markdown
Collaborator

@skoeva skoeva commented May 12, 2026

These changes clarify the networking step terminology by labeling the Kubernetes target port as the container port.

Fixes: #622

Summary

  • Updates the target port label to Container port (target port)
  • Clarifies that this is the port the application listens on inside the container
  • Keeps the Kubernetes team visible so users can connect the UI field to Kubernetes service configuration

Testing

  • Manually verified the networking step displays the updated port label
  • Manually verified the info text explains the target port terminology
  • Verified there are no TypeScript errors in the updated component
image

@skoeva skoeva self-assigned this May 12, 2026
Copilot AI review requested due to automatic review settings May 12, 2026 17:05
@skoeva skoeva added bug Something isn't working p2 priority labels May 12, 2026
Signed-off-by: Evangelos Skopelitis <eskopelitis@microsoft.com>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the DeployWizard “Networking” step terminology to better align with Kubernetes concepts by labeling the target port field as the container/application port and clarifying the tooltip text.

Changes:

  • Renames the “Target port” field label to “Container port (target port)” and updates the explanatory info text.
  • Replaces the old i18n keys with new ones in en and all supported locale translation files.
  • Adds new translation entries for the updated label and help text across locales.

Reviewed changes

Copilot reviewed 20 out of 20 changed files in this pull request and generated 18 comments.

Show a summary per file
File Description
plugins/aks-desktop/src/components/DeployWizard/components/NetworkingStep.tsx Updates the port field label + tooltip text to clarify “target port” terminology.
plugins/aks-desktop/locales/en/translation.json Adds English strings for the new label + tooltip text and removes the old keys.
plugins/aks-desktop/locales/zh-Hant/translation.json Introduces new keys but leaves values empty (currently drops existing translations for this UI text).
plugins/aks-desktop/locales/zh-Hans/translation.json Introduces new keys but leaves values empty (currently drops existing translations for this UI text).
plugins/aks-desktop/locales/tr/translation.json Introduces new keys but leaves values empty (currently drops existing translations for this UI text).
plugins/aks-desktop/locales/sv/translation.json Introduces new keys but leaves values empty (currently drops existing translations for this UI text).
plugins/aks-desktop/locales/ru/translation.json Introduces new keys but leaves values empty (currently drops existing translations for this UI text).
plugins/aks-desktop/locales/pt-PT/translation.json Introduces new keys but leaves values empty (currently drops existing translations for this UI text).
plugins/aks-desktop/locales/pt-BR/translation.json Introduces new keys but leaves values empty (currently drops existing translations for this UI text).
plugins/aks-desktop/locales/pl/translation.json Introduces new keys but leaves values empty (currently drops existing translations for this UI text).
plugins/aks-desktop/locales/nl/translation.json Introduces new keys but leaves values empty (currently drops existing translations for this UI text).
plugins/aks-desktop/locales/ko/translation.json Introduces new keys but leaves values empty (currently drops existing translations for this UI text).
plugins/aks-desktop/locales/ja/translation.json Introduces new keys but leaves values empty (currently drops existing translations for this UI text).
plugins/aks-desktop/locales/it/translation.json Introduces new keys but leaves values empty (currently drops existing translations for this UI text).
plugins/aks-desktop/locales/id/translation.json Introduces new keys but leaves values empty (currently drops existing translations for this UI text).
plugins/aks-desktop/locales/hu/translation.json Introduces new keys but leaves values empty (currently drops existing translations for this UI text).
plugins/aks-desktop/locales/fr/translation.json Introduces new keys but leaves values empty (currently drops existing translations for this UI text).
plugins/aks-desktop/locales/es/translation.json Introduces new keys but leaves values empty (currently drops existing translations for this UI text).
plugins/aks-desktop/locales/de/translation.json Introduces new keys but leaves values empty (currently drops existing translations for this UI text).
plugins/aks-desktop/locales/cs/translation.json Introduces new keys but leaves values empty (currently drops existing translations for this UI text).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread plugins/aks-desktop/locales/zh-Hant/translation.json
Comment thread plugins/aks-desktop/locales/zh-Hans/translation.json
Comment thread plugins/aks-desktop/locales/tr/translation.json
Comment thread plugins/aks-desktop/locales/sv/translation.json
Comment thread plugins/aks-desktop/locales/ru/translation.json
Comment thread plugins/aks-desktop/locales/hu/translation.json
Comment thread plugins/aks-desktop/locales/fr/translation.json
Comment thread plugins/aks-desktop/locales/es/translation.json
Comment thread plugins/aks-desktop/locales/de/translation.json
Comment thread plugins/aks-desktop/locales/cs/translation.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working p2 priority

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deploy Application > Networking Text update

2 participants