File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,21 +28,14 @@ See [here](docs/source.md) on how to build gscloud from source.
2828
2929You can use ` gscloud make-config ` to generate a new config file. Make sure to add your user ID and API token here.
3030
31- Default locations:
32- - Linux: ` ~/.kube/config `
33- - Mac: ` ~/Library/Application Support/gscloud/config.yaml `
34- - Windows: ` %APPDATA% ` or ` "C:\\Users\\%USER%\\AppData\\Roaming" `
35-
3631Example config:
3732
3833``` yml
39- accounts :
40- - account :
41- name : default
34+ projects :
35+ - name : default
4236 userId : 2727b9ab-65ff-4d1e-af5e-d08d682bd1fa
4337 token : 6eb139b3b6515515a6f358d3a635e9b38f05935782602d4fd5c1b5716af54526
44- - account :
45- name : liveaccount
38+ - name : liveaccount
4639 userId : 2727b9ab-65ff-4d1e-af5e-d08d682bd1fa
4740 token : 6eb139b3b6515515a6f358d3a635e9b38f05935782602d4fd5c1b5716af54526
4841 url : https://api.gridscale.io
7669 args:
7770 - "--config"
7871 - "$HOME/.config/gridscale/config.yaml"
79- - "--account "
72+ - "--project "
8073 - "test"
8174 - "kubernetes"
8275 - "cluster"
You can’t perform that action at this time.
0 commit comments