Skip to content

Commit 67ad902

Browse files
authored
Docs: update kubernetes deploy (#11044)
1 parent 01ed0e7 commit 67ad902

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/deploying-airbyte/on-kubernetes.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ Configure `kubectl` to connect to your cluster by using `kubectl use-context my-
4040
`gcloud container clusters get-credentials CLUSTER_NAME --zone ZONE_NAME --project PROJECT_NAME`.
4141

4242
* Use `kubectl config get-contexts` to show the contexts available.
43-
* Run `kubectl use-context <gke context>` to access the cluster from `kubectl`.
43+
* Run `kubectl config use-context <gke context>` to access the cluster from `kubectl`.
4444
* For EKS
4545
* [Configure your AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html) to connect to your project.
4646
* Install [eksctl](https://eksctl.io/introduction/)
4747
* Run `eksctl utils write-kubeconfig --cluster=<CLUSTER NAME>` to make the context available to `kubectl`
4848
* Use `kubectl config get-contexts` to show the contexts available.
49-
* Run `kubectl use-context <eks context>` to access the cluster with `kubectl`.
49+
* Run `kubectl config use-context <eks context>` to access the cluster with `kubectl`.
5050

5151
### Configure Logs
5252

@@ -118,6 +118,10 @@ data:
118118

119119
```text
120120
GCS_LOG_BUCKET=<your_GCS_bucket_to_write_logs_in>
121+
```
122+
123+
4\) Modify the `.secrets` file in the `kube/overlays/stable` directory
124+
```text
121125
# The path the GCS creds are written to. Unless you know what you are doing, use the below default value.
122126
GOOGLE_APPLICATION_CREDENTIALS=/secrets/gcs-log-creds/gcp.json
123127
```

0 commit comments

Comments
 (0)