Skip to content

Commit

Permalink
GCEPD Docker Plugin ENV Variables
Browse files Browse the repository at this point in the history
This update changes the available GCEPD Docker Plugin environment variables.
  • Loading branch information
Chris Duchesne authored and akutz committed Feb 24, 2017
1 parent 2500f0b commit 0f6418b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
17 changes: 0 additions & 17 deletions .docker/plugins/gcepd/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,23 +43,6 @@
],
"Value": ""
},
{
"Description": "",
"Name": "GCEPD_PROJECTID",
"Settable": [
"value"
],
"Value": ""
},

{
"Description": "",
"Name": "GCEPD_REGION",
"Settable": [
"value"
],
"Value": ""
},
{
"Description": "",
"Name": "GCEPD_TAG",
Expand Down
4 changes: 1 addition & 3 deletions .docs/user-guide/docker-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Environment Variable | Description | Default | Required
`EFS_TAG` | Only consume volumes with tag (tag\volume_name)| |
`EFS_DISABLESESSIONCACHE` | new AWS connection is established with every API call | `false` |

### Simple Storage Service (S3)
### Simple Storage Service
The S3FS plug-in can be installed with the following command:

```bash
Expand Down Expand Up @@ -275,8 +275,6 @@ plug-in:
Environment Variable | Description | Default | Required
---------------------|-------------|---------|---------
`GCEPD_DEFAULTDISKTYPE` | The default disk type to consume | `pd-ssd` |
`GCEPD_PROJECTID` | GCE Project ID | `true` |
`GCEPD_REGION` | GCE Region | `false` |
`GCEPD_TAG` | Only use volumes that are tagged with a label | |
`GCEPD_ZONE` | GCE Availability Zone | |

Expand Down

0 comments on commit 0f6418b

Please sign in to comment.