Make product variables for Enterprise translation-friendly (#31628)
Co-authored-by: Laura Coursen <lecoursen@github.com> Co-authored-by: Evan Bonsignori <ebonsignori@github.com>
This commit is contained in:
@@ -113,7 +113,7 @@ You can use these steps to create and share a support bundle if you can access t
|
||||
|
||||
### Creating a support bundle using SSH
|
||||
|
||||
You can use these steps to create and share a support bundle if you have SSH access to {% data variables.product.product_location %} and have outbound internet access.
|
||||
You can use these steps to create and share a support bundle if you have SSH access to {% data variables.location.product_location %} and have outbound internet access.
|
||||
|
||||
{% data reusables.enterprise_enterprise_support.use_ghe_cluster_support_bundle %}
|
||||
|
||||
@@ -142,8 +142,8 @@ You can use these steps to create and share a support bundle if you have SSH acc
|
||||
### Uploading a support bundle directly using SSH
|
||||
|
||||
You can directly upload a support bundle to our server if:
|
||||
- You have SSH access to {% data variables.product.product_location %}.
|
||||
- Outbound HTTPS connections over TCP port 443 are allowed from {% data variables.product.product_location %} to _enterprise-bundles.github.com_ and _esbtoolsproduction.blob.core.windows.net_.
|
||||
- You have SSH access to {% data variables.location.product_location %}.
|
||||
- Outbound HTTPS connections over TCP port 443 are allowed from {% data variables.location.product_location %} to _enterprise-bundles.github.com_ and _esbtoolsproduction.blob.core.windows.net_.
|
||||
|
||||
1. Upload the bundle to our support bundle server:
|
||||
```shell
|
||||
@@ -158,7 +158,7 @@ To prevent bundles from becoming too large, bundles only contain logs that haven
|
||||
|
||||
### Creating an extended support bundle using SSH
|
||||
|
||||
You can use these steps to create and share an extended support bundle if you have SSH access to {% data variables.product.product_location %} and you have outbound internet access.
|
||||
You can use these steps to create and share an extended support bundle if you have SSH access to {% data variables.location.product_location %} and you have outbound internet access.
|
||||
|
||||
1. Download the extended support bundle via SSH by adding the `-x` flag to the `ghe-support-bundle` command:
|
||||
```shell
|
||||
@@ -170,8 +170,8 @@ You can use these steps to create and share an extended support bundle if you ha
|
||||
### Uploading an extended support bundle directly using SSH
|
||||
|
||||
You can directly upload a support bundle to our server if:
|
||||
- You have SSH access to {% data variables.product.product_location %}.
|
||||
- Outbound HTTPS connections over TCP port 443 are allowed from {% data variables.product.product_location %} to _enterprise-bundles.github.com_ and _esbtoolsproduction.blob.core.windows.net_.
|
||||
- You have SSH access to {% data variables.location.product_location %}.
|
||||
- Outbound HTTPS connections over TCP port 443 are allowed from {% data variables.location.product_location %} to _enterprise-bundles.github.com_ and _esbtoolsproduction.blob.core.windows.net_.
|
||||
|
||||
1. Upload the bundle to our support bundle server:
|
||||
```shell
|
||||
|
||||
Reference in New Issue
Block a user