website/content/en/examples
Rajesh Deshpande 83f50b828f
A new task page for assigining a pod to nodes using node affinity (#19265)
* Example for required node affinity tasks

Example for required node affinity tasks

* Create pod-nginx-preffered-affinity.yaml

* task for assigning pods nodes using node affinity

A new task for assigning pods nodes using node affinity

* Correcting syntax and spelling

Correcting syntax and spelling

* Correcting syntax and spelling

Correcting syntax and spelling

* fix for review comment 

Fix for review comment

* Adding min k8s server version

Adding min k8s server version

* Correcting small style issues

Correcting small style issues. This will also retrigger new build.
2020-03-26 01:26:30 -07:00
..
admin Correcting example from namespaces-walkthrough task (#19294) 2020-03-15 21:32:35 -07:00
application Update nginx to modern versions (#19198) 2020-03-17 10:48:23 -07:00
audit audit api version has been updated to v1 (#10647) 2018-10-17 00:48:05 -07:00
configmap Test examples files in configmap directory (#13128) 2019-03-14 06:44:23 -07:00
controllers Update nginx to modern versions (#19198) 2020-03-17 10:48:23 -07:00
debug Fix orders of yaml for examples. (#15763) 2019-08-09 14:33:15 -07:00
minikube en/examples/minikube/Dockerfile: modify CMD to use exec form. (#18618) 2020-01-11 10:23:37 -08:00
podpreset Harmonize Pod Preset tasks (#18128) 2020-03-11 01:33:36 -07:00
pods A new task page for assigining a pod to nodes using node affinity (#19265) 2020-03-26 01:26:30 -07:00
policy Downloadable examples for “Run applications” section (#14147) 2019-06-10 19:48:17 -07:00
service Cleanup and implement style guidelines. (#18980) 2020-02-12 11:06:51 -08:00
windows Official 1.17 Release Docs (#18011) 2019-12-09 16:11:29 -08:00
README.md Improve examples test (#9467) 2018-07-11 08:43:25 -07:00
examples.go Improve examples test (#9467) 2018-07-11 08:43:25 -07:00
examples_test.go doc: remove federation tests in example and some federation content. (#19581) 2020-03-15 20:46:35 -07:00

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/