Update user guide and scheduler documentation to describe node affinity.

Register image priority locality function, which the original PR that introduced
it forgot to do. Change zone and region labels to beta.
This commit is contained in:
David Oppenheimer
2016-02-14 16:56:40 -08:00
parent 5fe856c749
commit 053f1c6008
6 changed files with 107 additions and 15 deletions

View File

@@ -16,6 +16,7 @@ limitations under the License.
package unversioned
const LabelZoneFailureDomain = "failure-domain.alpha.kubernetes.io/zone"
const LabelZoneRegion = "failure-domain.alpha.kubernetes.io/region"
const LabelHostname = "kubernetes.io/hostname"
const LabelZoneFailureDomain = "failure-domain.beta.kubernetes.io/zone"
const LabelZoneRegion = "failure-domain.beta.kubernetes.io/region"
const LabelInstanceType = "beta.kubernetes.io/instance-type"