File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -40,13 +40,13 @@ Configure `kubectl` to connect to your cluster by using `kubectl use-context my-
40
40
` gcloud container clusters get-credentials CLUSTER_NAME --zone ZONE_NAME --project PROJECT_NAME ` .
41
41
42
42
* 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 ` .
44
44
* For EKS
45
45
* [ Configure your AWS CLI] ( https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html ) to connect to your project.
46
46
* Install [ eksctl] ( https://eksctl.io/introduction/ )
47
47
* Run ` eksctl utils write-kubeconfig --cluster=<CLUSTER NAME> ` to make the context available to ` kubectl `
48
48
* 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 ` .
50
50
51
51
### Configure Logs
52
52
@@ -118,6 +118,10 @@ data:
118
118
119
119
``` text
120
120
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
121
125
# The path the GCS creds are written to. Unless you know what you are doing, use the below default value.
122
126
GOOGLE_APPLICATION_CREDENTIALS=/secrets/gcs-log-creds/gcp.json
123
127
```
You can’t perform that action at this time.
0 commit comments