* Mark code blocks for syntax highlighting * Use glossary tooltips where appropriate * Reword DNS horizontal autoscaling task - Mention that addons manager is deprecated - Use unordered list for “What's next” * Note AMD64 instruction set assumption * Update to more recent cluster-proportional-autoscaler Based on sample configuration in https://raw.githubusercontent.com/kubernetes/kubernetes/beba9921aa1a73431bf322ffa17df6b2aa314b0c/cluster/addons/dns-horizontal-autoscaler/dns-horizontal-autoscaler.yaml |
||
---|---|---|
.. | ||
admin | ||
application | ||
audit | ||
configmap | ||
controllers | ||
debug | ||
federation | ||
minikube | ||
podpreset | ||
pods | ||
policy | ||
service | ||
windows | ||
README.md | ||
examples.go | ||
examples_test.go |
README.md
Note: These tests are importing code from kubernetes that isn't really meant to be used outside the repo. This causes vendoring problems. As a result, we have to work around those with these lines in the travis config:
- rm $GOPATH/src/k8s.io/kubernetes/vendor/k8s.io/apimachinery
- rm $GOPATH/src/k8s.io/kubernetes/vendor/k8s.io/apiserver
- rm $GOPATH/src/k8s.io/kubernetes/vendor/k8s.io/client-go
- cp -r $GOPATH/src/k8s.io/kubernetes/vendor/* $GOPATH/src/
- rm -rf $GOPATH/src/k8s.io/kubernetes/vendor/*
- cp -r $GOPATH/src/k8s.io/kubernetes/staging/src/* $GOPATH/src/