-
Notifications
You must be signed in to change notification settings - Fork 560
(docs): add available docker versions #3631
Conversation
docs/clusterdefinition.md
Outdated
| imageReference.name | no | The name of a a Linux OS image. Needs to be used in conjunction with resourceGroup, below | | ||
| imageReference.resourceGroup | no | Resource group that contains the Linux OS image. Needs to be used in conjunction with name, above | | ||
| osType | no | Specifies the agent pool's Operating System. Supported values are `Windows` and `Linux`. Defaults to `Linux` | | ||
| distro | no | Specifies the agent pool's Linux distribution. Supported values are `ubuntu` and `coreos` (CoreOS support is |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the * put stuff in italic, I think you need to escape them...
/lgtm thanks @seanknox! |
(pending @CecileRobertMichon's note :) ) |
Codecov Report
@@ Coverage Diff @@
## master #3631 +/- ##
==========================================
- Coverage 55.77% 55.49% -0.28%
==========================================
Files 107 107
Lines 16238 16195 -43
==========================================
- Hits 9057 8988 -69
- Misses 6407 6433 +26
Partials 774 774 |
c733f1c
to
e375a1e
Compare
@CecileRobertMichon made formatting changes, thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: CecileRobertMichon, jackfrancis, seanknox The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it: adds available docker versions to the cluster definition doc.
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #Special notes for your reviewer:
If applicable:
Release note: