Skip to content

Commit

Permalink
Verify flags apparently also looks in .md files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Q-Lee committed Mar 11, 2016
1 parent ef6a292 commit 6c90546
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions addon-resizer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ Usage of pod_nanny:
--container="pod-nanny": The name of the container to watch. This defaults to the nanny itself.
--cpu="MISSING": The base CPU resource requirement.
--deployment="": The name of the deployment being monitored. This is required.
--extra_cpu="0": The amount of CPU to add per node.
--extra_memory="0Mi": The amount of memory to add per node.
--extra_storage="0Gi": The amount of storage to add per node.
--extra-cpu="0": The amount of CPU to add per node.
--extra-memory="0Mi": The amount of memory to add per node.
--extra-storage="0Gi": The amount of storage to add per node.
--log-flush-frequency=5s: Maximum number of seconds between log flushes
--memory="MISSING": The base memory resource requirement.
--namespace=$MY_POD_NAMESPACE: The namespace of the ward. This defaults to the nanny's own pod.
--pod=$MY_POD_NAME: The name of the pod to watch. This defaults to the nanny's own pod.
--poll_period=10000: The time, in milliseconds, to poll the dependent container.
--poll-period=10000: The time, in milliseconds, to poll the dependent container.
--storage="MISSING": The base storage resource requirement.
--threshold=0: A number between 0-100. The dependent's resources are rewritten when they deviate from expected by more than threshold.
```
Expand Down Expand Up @@ -77,9 +77,9 @@ spec:
command:
- /pod_nanny
- --cpu=300m
- --extra_cpu=20m
- --extra-cpu=20m
- --memory=200Mi
- --extra_memory=10Mi
- --extra-memory=10Mi
- --threshold=5
- --deployment=nanny-v1
```

0 comments on commit 6c90546

Please sign in to comment.