Skip to content

Commit

Permalink
Update package docs related to CNI labels and ‘nobody’ UID (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
akirillov authored Jan 24, 2019
1 parent 2b1ec40 commit 8fc32c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions universe/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
}
}
},
"description": "Labels to pass to the virtual network plugin",
"description": "Labels to pass to the virtual network plugin (e.g., [{\"key\": \"key_1\", \"value\": \"value_1\"}, {\"key\": \"key_2\", \"value\": \"value_2\"}])",
"default": []
},
"spark-history-server-url": {
Expand All @@ -101,7 +101,7 @@
},
"docker_user": {
"type": "string",
"description": "Use a different user to run Docker container instead of service.user. Directly translates to docker run '--user' parameter",
"description": "Specify the integer UID for the Linux user, overriding service.user, when running the Spark Driver and Executor containers with the Docker Engine. Directly translates to docker run '--user' parameter. Note: This should typically be set to 99 when running as nobody (default) on RHEL/CentOS.",
"default": ""
},
"use_bootstrap_for_IP_detect": {
Expand Down

0 comments on commit 8fc32c6

Please sign in to comment.