Skip to content

Commit fea09bb

Browse files
informalictajanikow
authored andcommitted
Change documentation according to GKE environment (#485)
1 parent 46a2b14 commit fea09bb

File tree

4 files changed

+3
-45
lines changed

4 files changed

+3
-45
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ covers individual newer features separately.
3333

3434
| Platform | Kubernetes version | ArangoDB version | ArangoDB K8s Operator Version | State | Production ready | Remarks |
3535
|----------------------|--------------------|------------------|-------------------------------|-------|------------------|-----------------------|
36-
| Google GKE | 1.10 | >= 3.3.13 | | Runs | Yes | Don't use micro nodes |
37-
| Google GKE | 1.11 | >= 3.3.13 | | Runs | Yes | Don't use micro nodes |
36+
| Google GKE | 1.12 | >= 3.3.13 | | Runs | Yes | Don't use micro nodes |
37+
| Google GKE | 1.13 | >= 3.3.13 | | Runs | Yes | Don't use micro nodes |
3838
| Amazon EKS | 1.11 | >= 3.3.13 | | Runs | Yes | |
3939
| Pivotal PKS | 1.11 | >= 3.3.13 | | Runs | Yes | |
4040
| IBM Cloud | 1.11 | >= 3.4.5 | >= 0.3.11 | Runs | Yes | |

docs/Manual/Tutorials/Kubernetes/GKE.md

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -40,59 +40,17 @@ permissions, you need "administrator" permissions.
4040

4141
To get these permissions, do the following.
4242

43-
Prepare your `~/.kube/config` with the following content:
44-
45-
```yaml
46-
apiVersion: v1
47-
clusters:
48-
- cluster:
49-
certificate-authority-data:
50-
server: https://
51-
name: my_cluster
52-
contexts:
53-
- context:
54-
cluster: my_cluster
55-
user: my_cluster
56-
name: my_cluster
57-
current-context: my_cluster
58-
kind: Config
59-
preferences: {}
60-
users:
61-
- name: my_cluster
62-
user:
63-
username: admin
64-
password:
65-
```
66-
67-
Click on the `Edit` button (pencil image) next to your cluster.
68-
This will lead you to the following page.
69-
70-
![edit cluster](./gke-edit-cluster.png)
71-
72-
Copy the `Endpoint` IP address and paste it after `server: https://`.
73-
74-
The click on `Show credentials`.
75-
The following popup will appear.
76-
77-
![show credentials](./gke-show-credentials.png)
78-
79-
Copy the `Password` and paste it after `password:`.
80-
81-
Close the popup and then return to the cluster list.
82-
8343
Click on `Connect` next to your cluster.
8444
The following popup will appear.
8545

8646
![connect to cluster](./gke-connect-to-cluster.png)
8747

8848
Click on `Run in Cloud Shell`.
49+
8950
It will take some time to launch a shell (in your browser).
9051

9152
Once ready, run the `gcloud` command that is already prepare in your commandline.
9253

93-
The run `cat ~/.kube/config` and copy the line that starts with `certificate-authority-data:`.
94-
Override the corresponding line in your local `~/.kube.config` file.
95-
9654
You should now be able to access your cluster using `kubectl`.
9755

9856
To verify try a command like:
-52.5 KB
Binary file not shown.
-29.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)