Skip to content

Commit d6f6557

Browse files
malikdiarraharrytou
authored andcommitted
Remove obsolete Kustomize documentation (airbytehq#29641)
1 parent 53a7a14 commit d6f6557

File tree

5 files changed

+4
-287
lines changed

5 files changed

+4
-287
lines changed

docs/deploying-airbyte/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
- [On Azure VM Cloud Shell](on-azure-vm-cloud-shell.md)
99
- [On Digital Ocean Droplet](on-digitalocean-droplet.md)
1010
- [On GCP.md](on-gcp-compute-engine.md)
11-
- [On Kubernetes](on-kubernetes.md)
12-
- [Using Helm](on-kubernetes-via-helm.md)
11+
- [On Kubernetes](on-kubernetes-via-helm.md)
1312
- [On OCI VM](on-oci-vm.md)
1413
- [On Restack](on-restack.md)
1514
- [On Plural](on-plural.md)

docs/deploying-airbyte/on-kubernetes.md

-277
This file was deleted.

docs/operator-guides/configuring-airbyte.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Set to empty values, e.g. "" to disable basic auth. **Be sure to change these va
119119

120120
#### Data Retention
121121

122-
1. `TEMPORAL_HISTORY_RETENTION_IN_DAYS` - Define the retention period of the job history in Temporal, defaults to 30 days. When running in docker,
122+
1. `TEMPORAL_HISTORY_RETENTION_IN_DAYS` - Define the retention period of the job history in Temporal, defaults to 30 days. When running in docker,
123123
this same value is applied to the log retention.
124124

125125
### Docker-Only
@@ -162,7 +162,7 @@ A job specific variable overwrites the default sync job variable defined above.
162162

163163
Note that Airbyte does not support logging to separate Cloud Storage providers.
164164

165-
Please see [here](https://docs.airbyte.com/deploying-airbyte/on-kubernetes#configure-logs) for more information on configuring Kubernetes logging.
165+
Please see [here](https://docs.airbyte.com/deploying-airbyte/on-kubernetes-via-helm#configure-logs) for more information on configuring Kubernetes logging.
166166

167167
1. `GCS_LOG_BUCKET` - Define the GCS bucket to store logs.
168168
2. `S3_BUCKET` - Define the S3 bucket to store logs.

docs/operator-guides/upgrading-airbyte.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ If you need help from our team for your upgrades, we offer premium support to ou
1212

1313
Airbyte intelligently performs upgrades automatically based off of your version defined in your `.env` file and will handle data migration for you.
1414

15-
If you are running [Airbyte on Kubernetes](../deploying-airbyte/on-kubernetes.md), you will need to use one of the two processes defined [here](#upgrading-on-k8s-0270-alpha-and-above) that differ based on your Airbyte version.
15+
If you are running [Airbyte on Kubernetes](../deploying-airbyte/on-kubernetes-via-helm.md), you will need to use one of the two processes defined [here](#upgrading-on-k8s-0270-alpha-and-above) that differ based on your Airbyte version.
1616

1717
## Mandatory Intermediate Upgrade
1818

docusaurus/sidebars.js

-5
Original file line numberDiff line numberDiff line change
@@ -331,11 +331,6 @@ const deployAirbyte = {
331331
label: "On Google (GCP)",
332332
id: "deploying-airbyte/on-gcp-compute-engine",
333333
},
334-
{
335-
type: "doc",
336-
label: "On Kubernetes using Kustomize",
337-
id: "deploying-airbyte/on-kubernetes",
338-
},
339334
{
340335
type: "doc",
341336
label: "On Kubernetes using Helm",

0 commit comments

Comments
 (0)