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
Add endpoint URL to ingress rule table; retrieve hosts on demand (#215)
* Use kubernetes context names data provider to populate chooser
* Add endpoint URL to ingress rule table; retrieve hosts on demand
* Combine and resize columns in the ingress rules table
* Determine the generated host name based on the external address
Copy file name to clipboardExpand all lines: electron/app/locales/en/electron.json
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -328,6 +328,8 @@
328
328
"kubectl-verify-vz-components-deployed-error-message": "Unable to find one or more components in namespace {{namespace}}: {{missingComponents}}",
329
329
"kubectl-get-vz-ingress-external-address-not-found": "Unable to find the External IP Address in the Istio Gateway service {{gatewayService}} in Kubernetes namespace {{gatewayNamespace}}",
330
330
"kubectl-get-vz-ingress-external-address-error-message": "Failed to find the External IP Address in the Istio Gateway service {{gatewayService}} in Kubernetes namespace {{gatewayNamespace}}: {{error}}",
331
+
"kubectl-get-vz-app-hostnames-error-message": "Unable to get Verrazzano application host names: {{error}}",
332
+
"kubectl-get-vz-app-hostnames-not-found": "Verrazzano application host names not found",
331
333
332
334
"helm-not-specified-error-message": "Helm executable path was not provided",
333
335
"helm-not-exists-error-message": "Helm executable {{filePath}} does not exist",
0 commit comments