1
0
mirror of synced 2026-01-01 09:02:59 -05:00
Commit Graph

120 Commits

Author SHA1 Message Date
Victor Ikechukwu
44d78bcce3 Improved the Oracle cloud deployment guide (#18615)
* Update OCI VM deployment guide

* Update OCI deployment guide

* Update on oci-vm.md
2022-10-28 14:34:04 -04:00
Oyindamola Olatunji
b71ec08171 improved the digitalocean deployment guide (#18566) 2022-10-28 10:48:25 -04:00
Jagruti Tiwari
2aa3322f2a feat: deploy airbyte on kubernetes doc (#18339) 2022-10-25 13:11:46 -04:00
Salomon Marquez
0c37753213 Updated deploying Airbyte on Azure section (#18331) 2022-10-25 13:10:16 -04:00
Pragati Verma
c8943f2a75 Updated Deploy on GCP Doc (#18286)
* Updated Deploy on GCP Doc

* Added formatting changes
2022-10-25 13:09:20 -04:00
Teri Eyenike
fc2cebc9b2 Update: aws ec2 deployment guide (#18360) 2022-10-25 13:07:03 -04:00
Evan Tahler
3d053e32ee Use Nginx + Basic Auth to secure OSS Airbyte (#17694)
* Use Nginx + Basic Auth to secure OSS Airbyte

* use local passwords

* Use gradle builds

* K8s setup and source values from ENV

* note about disabling

* add back defaults

* custom 401 page

* update http message

* update docs

* remove kube files

* additional doc updates

* Add a test suite

* fix failure exit codes

* doc updates

* Add docs

* bump to re-test

* add more sleep in tests for CI

* better sleep in test

* Update docs/operator-guides/security.md

Co-authored-by: Davin Chia <davinchia@gmail.com>

* PR updates

* test comment

* change test host on CI

* update tests and nginx to boot without backend

* proxy updates for docker DNS

* simpler test for uptime

* acceptance test skips PWs

* remove resolver madness

* fixup tests

* more proxy_pass revert

* update acceptance test exit codes

* relax test expectations

* add temporal mount back for testing

* Update docs/operator-guides/security.md

Co-authored-by: swyx <shawnthe1@gmail.com>

* Update airbyte-proxy/401.html

Co-authored-by: swyx <shawnthe1@gmail.com>

* more doc updates

* Octavia CLI uses Basic Auth  (#17982)

* [WIP] Octavia CLI uses Basic Auth

* readme

* augustin: add basic auth headers to clien

* augustin: add basic auth headers to client

* tests passing

* lint

* docs

* Move monkey patch to test

* coerce headers into strings

* monkey patch get_basic_auth_token

Co-authored-by: alafanechere <augustin.lafanechere@gmail.com>

* fix launch permissions

* Keep worker port internal

* more readme

Co-authored-by: Davin Chia <davinchia@gmail.com>
Co-authored-by: swyx <shawnthe1@gmail.com>
Co-authored-by: alafanechere <augustin.lafanechere@gmail.com>
2022-10-19 15:52:01 -07:00
Cole Snodgrass
e662cf0d3a rm airbyte-scheduler; migrate existing client to airbyte-server (#17051)
* wip; move scheduler client to server package

* remove additional references to airbyte-scheduler

* removed more references to airbyte-scheduler
2022-09-22 10:25:52 -07:00
Vinicius Aguiar
c9326170ab doc(fix): update minor typo on helm deploy (#16193) 2022-09-01 15:04:47 -03:00
Jason Litowitz
7cefe2284f Correct location of AWS configuration for S3 logs (#14630)
The location of the access key id and secret key in the kubernetes config files is `.secrets`, not `.env`
2022-07-27 18:43:59 -03:00
Kyryl Skobylko
37e4453870 feat: Update docs with Helm related stuff (#15037)
* feat: Update docs with Helm related stuff

* Update docs/deploying-airbyte/on-kubernetes-via-helm.md

Co-authored-by: Topher Lubaway <asimplechris@gmail.com>

* Update docs/deploying-airbyte/on-kubernetes-via-helm.md

Co-authored-by: Topher Lubaway <asimplechris@gmail.com>

* Update docs/deploying-airbyte/on-kubernetes-via-helm.md

Co-authored-by: Topher Lubaway <asimplechris@gmail.com>

* Update docs/deploying-airbyte/on-kubernetes-via-helm.md

Co-authored-by: Topher Lubaway <asimplechris@gmail.com>

* Update docs/deploying-airbyte/on-kubernetes-via-helm.md

Co-authored-by: Topher Lubaway <asimplechris@gmail.com>

Co-authored-by: Topher Lubaway <asimplechris@gmail.com>
2022-07-26 21:06:23 +03:00
Topher Lubaway
9c6c092a22 Revert "Improving docusaurus sidebar generation (#1927) (#14369)" (#14596)
This reverts commit a2c194a11f.
2022-07-11 15:27:14 -05:00
Mykyta Serbynevskiy
a2c194a11f Improving docusaurus sidebar generation (#1927) (#14369)
* Improving docusaurus sidebar generation (#1927)

* Added "Career & open positions" folder to sidebar, adjusted "Project overview" folder

* Deleted "career-and-open-positions" folder from sidebar
2022-07-08 14:18:27 -05:00
So-shi Nakachi
806c93922f doc: fix typo in deploy on kubernetes (#14489) 2022-07-08 12:41:11 +02:00
terencecho
0ef705e65b Revert "Kustomize: Use resources since bases is deprecated (#14037)" (#14415)
This reverts commit 5c9a6a5fc6.
2022-07-05 08:30:19 -07:00
Marcos Marx
7bc27c5148 Docs: deploy on gcp use docusaurus tabs (#14401) 2022-07-05 11:28:38 -03:00
Christian Martin
5c9a6a5fc6 Kustomize: Use resources since bases is deprecated (#14037) 2022-07-04 16:57:56 +02:00
Sachin Jangid
757c797581 Fix: Docs plural login redirecting to wrong URL (#14207) 2022-06-28 08:17:12 -03:00
Lake Mossman
73034c64da Sweep old scheduler code (#13400)
* sweep all scheduler application code and new-scheduler conditional logic

* remove airbyte-scheduler from deployments and docs

* format

* remove 'v2' from github actions

* add back scheduler in delete deployment command

* remove scheduler parameters from helm chart values

* add back job cleaner + test and add comment

* remove now-unused env vars from code and docs

* format

* remove feature flags from web backend connection handler as it is no longer needed

* remove feature flags from config api as it is now longer needed

* remove feature flags input from config api test

* format + shorter url

* remove scheduler parameters from helm chart readme
2022-06-06 10:49:17 -07:00
Abhi Vaidyanatha
c96c3479c3 Updating Plural deployment doc with latest information. (#13360) 2022-06-01 16:05:18 -07:00
Topher Lubaway
3a64c25073 Fixes all broken links and enforces no broken (#13152)
* Fixes all broken links and enforces no broken

* Addresses peter's comments

removes unused summary.md: an artifact of gitbook
2022-05-25 15:59:29 -05:00
Evan Tahler
be8d8574f2 Remove M1-specific docs - Airbyte works on M1 Macs now (#11856) 2022-05-24 16:46:26 -07:00
Jared Rhizor
14dfc1d417 fix parentheses and info/warning/danger formatting in docs (#11981)
* fix parens

* fix formatting for hints

* remove hint from non-docusaurus or gitbook doc
2022-04-13 12:08:34 -07:00
Omid Rad
6adaf71547 Update on-kubernetes.md (#11962) 2022-04-13 11:30:20 -03:00
Topher Lubaway
c8337ea3ba Add docs sidebar (#11817)
* Brings pairity for doc checks from cloud

* WIP Sidebar config

It's sketchy JSON let's commit before we break i

* MVP sidebars

summary.md is no longer functional
it's higherarchy was translated into sidebar.js
as a JSON format that docusaurus likes

* Removes another unused readme
2022-04-07 14:16:35 -07:00
Topher Lubaway
17407da1e6 Add docusaurus tool not pipeline logic (#11716)
* Adds docusaurs tooling

tooling works
broken links still exist

needs the pipeline to work with GH pages
merging sooner means that we won't have forked problems from
the relatively frequently updated docs folder

* Updates readme

* Update docusaurus/README.md

Co-authored-by: Davin Chia <davinchia@gmail.com>

* Update docusaurus/README.md

Co-authored-by: Davin Chia <davinchia@gmail.com>

* Update docusaurus/README.md

Co-authored-by: Davin Chia <davinchia@gmail.com>

* Update docusaurus/README.md

Co-authored-by: Davin Chia <davinchia@gmail.com>

* Update docusaurus/docusaurus.config.js

Co-authored-by: Davin Chia <davinchia@gmail.com>

Co-authored-by: Davin Chia <davinchia@gmail.com>
2022-04-06 10:32:36 -07:00
Jared Rhizor
526c5a0c64 automatically figure out ARM-related variables (#11450)
* automatically figure out ARM-related variables

* clean up

* explicitly use amd64-prefixed versions of alpine and postgres
2022-03-31 13:58:46 -07:00
shyngysnurzhan
f77b59246a Docs: Extended guide for local deployment on windows (#11255)
Co-authored-by: Nurzhan_Shyngys <nurzhanshyngys@gmail.com>
2022-03-18 13:14:54 -03:00
Kemp Po
67ad902874 Docs: update kubernetes deploy (#11044) 2022-03-10 17:41:28 -03:00
davidbeckse
a62dbddeff Doc: deploy use variable instead of hard coded value (#10921)
Replace "airbyte" with $INSTANCE_NAME
2022-03-07 16:25:22 -03:00
Greg Solovyev
fed5a68385 Added a note about running in dev mode on M1 macs (#10776)
Currently, Macs with M1 chips can run Airbyte only in dev mode. I added a note about that.
2022-03-01 16:11:47 -08:00
rbalsick
3aa90a7fce Update deploy spelling error (#10036) 2022-02-04 09:42:01 +05:30
Harshith Mullapudi
1b1b94e705 Added an official Deploy to DigitalOcean button (#10023) (#10025)
Co-authored-by: rbalsick <rbalsick@gmail.com>
2022-02-03 10:57:20 +05:30
Harshith Mullapudi
c554322102 Include DO one-click deployment option (#9803) (#9914)
Offer users the ability to one click deploy much more quickly on DO

Co-authored-by: rbalsick <rbalsick@gmail.com>
2022-01-31 15:59:50 +05:30
michaeljguarino
0d55835d66 Polish docs for installing airbyte on Plural (#9461)
* Polish docs for installing airbyte on Plural

* addressed Abhi's comments
2022-01-13 13:27:51 -08:00
Abhi Vaidyanatha
9b1ed03fe4 Add Plural deployment instructions (#9455)
* Add initial Plural installation instructions.

* Add to SUMMARY.md
2022-01-12 13:56:42 -08:00
Shadab Mohammad
6f621a7c91 Update Oracle Deploy Instructions docs (#8164)
* Update on-oci-vm.md

- Edited sudo command for docker-compose to add version to first block
- Edited command for docker-compose to add sudo to second block
- Added OCI bastion service as a second connection option to deploy Airbyte as a fully secure service in a private subnet
- Multiple movement of blocks to ensure deployment guide has a seamless narrative for the connectivity options

* Update docs/deploying-airbyte/on-oci-vm.md

Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>

* Update docs/deploying-airbyte/on-oci-vm.md

Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>

* Update docs/deploying-airbyte/on-oci-vm.md

Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>

* Update on-oci-vm.md

* Add files via upload

Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>
2021-12-13 20:05:04 -03:00
Jared Rhizor
58475ce2a4 Revert "Update platform containers to use non-root users (#7872)" (#8611)
This reverts commit ebcaf2bcad.
2021-12-07 21:55:06 -08:00
Per-Victor Persson
ebcaf2bcad Update platform containers to use non-root users (#7872)
* Update platform containers to use non-root users

* Update kube template for the webapp container to use port 8080

After having updated the webbapp nginx image to expose port 8080 instead of 80

* missing 80 -> 8080 changes

Co-authored-by: alafanechere <augustin.lafanechere@gmail.com>
2021-12-07 21:40:32 -08:00
Davin Chia
341f505a94 Rename env vars for better readability. (#8447)
* Rename GcsStorageBucket to GcsLogBucket.

* Update all references to GCP_STORAGE_BUCKET to GCS_LOG_BUCKET.

* Undo this for configuration files for older Airbyte versions.

* Clean up Job env vars. (#8462)

* Rename MAX_SYNC_JOB_ATTEMPTS to SYNC_JOB_MAX_ATTEMPTS.

* Rename MAX_SYNC_TIMEOUT_DAYS to SYNC_JOB_MAX_TIMEOUT_DAYS.

* Rename WORKER_POD_TOLERATIONS to JOB_POD_TOLERATIONS.

* Rename WORKER_POD_NODE_SELECTORS to JOB_POD_NODE_SELECTORS.

* Rename JOB_IMAGE_PULL_POLICY to JOB_POD_MAIN_CONTAINER_IMAGE_PULL_POLICY.

* Rename JOBS_IMAGE_PULL_SECRET to JOB_POD_MAIN_CONTAINER_IMAGE_PULL_SECRET.

* Rename JOB_SOCAT_IMAGE to JOB_POD_SOCAT_IMAGE.

* Rename JOB_BUSYBOX_IMAGE to JOB_POD_BUSYBOX_IMAGE.

* Rename JOB_CURL_IMAGE to JOB_POD_CURL_IMAGE.

* Rename KUBE_NAMESPACE to JOB_POD_KUBE_NAMESPACE.

* Rename RESOURCE_CPU_REQUEST to JOB_POD_MAIN_CONTAINER_CPU_REQUEST.

* Rename RESOURCE_CPU_LIMIT to JOB_POD_MAIN_CONTAINER_CPU_LIMIT.

* Rename RESOURCE_MEMORY_REQUEST to JOB_POD_MAIN_CONTAINER_MEMORY_REQUEST.

* Rename RESOURCE_MEMORY_LIMIT to JOB_POD_MAIN_CONTAINER_MEMORY_LIMIT.

* Remove worker suffix from created pods to reduce confusion with actual worker pods.

* Use sync instead of worker to name job pods.
2021-12-03 23:28:48 +08:00
Lake Mossman
93c63a3fc1 improve documentation around logging in kubernetes (#8072)
* improve documentation around logging in kubernetes

* add placeholders in env vars

* add extra clause
2021-11-19 09:30:31 -08:00
Shadab Mohammad
70bd193395 Update on-oci-vm.md (#8081)
1. Editing docker-compose command to include sudo and full path :

sudo /usr/local/bin/docker-compose up -d

2. Specify shape of VM as Intel

Tezt : Ensure you select shape as 'Intel'
2021-11-18 13:44:42 -08:00
Harshith Mullapudi
51bf42abe6 🚀 Digital Ocean deployment (#7192)
* Started digital ocean documentation

* fix: instructions according to ubuntu 20.04

* chore: added to summary

* fix: text change
2021-11-17 13:33:14 +05:30
Shadab Mohammad
f4e3687496 Update on-oci-vm.md (#7890)
Fixes
- URL fix for Airbyte docker image
- URL fix for Docker compose download
- Text Formatting Fix
2021-11-14 21:00:35 -08:00
Jared Rhizor
154ecceda0 improve link checker (#6797)
* improve link checker

* use ref instead of base_ref

* remove base, always compare to master for modified

* add failing to test

* don't do quiet for testing

* switch error to 404 not 403

* yes to both

* turn off verbose mode

* fix

* actually check things

* fix outstanding link problems

* revet change to run for everything

* use new format

* ignore gitbook failures

* switch back to only running on master
2021-11-07 23:01:08 -08:00
Abhi Vaidyanatha
ed78937c3b Add instructions to chmod private key in Azure Setup (#7467) 2021-10-28 13:15:17 -07:00
Abhi Vaidyanatha
4bc5005a9a Add note about host name issue with Azure Cloud (#7462)
* Add note about host name issue with Azure Cloud

* Update SSH Tunnel instructions.
2021-10-28 13:09:37 -07:00
Abhi Vaidyanatha
922bfd08a9 Add recommendation for disk size in GCP/AWS deployment guide. (#7018)
* Add note about Airbyte disk recommendations on GCP.

* Add note for AWS/
2021-10-13 12:49:20 -07:00
Abhi Vaidyanatha
ae32ecbb27 GitBook: [master] 186 pages and 77 assets modified 2021-10-08 21:17:47 +00:00
Harshith Mullapudi
86ee2ad05b fix(docs): remove #4232 since it is fixed (#6789) 2021-10-06 15:33:53 +05:30