website/content/en/examples
Rajesh Deshpande 7b4ad25f13
Correcting example from namespaces-walkthrough task (#19294)
* Correcting deployment example

As 'kubectl run' command is deprecated, creating deployment with deployment manifest and apply command.

* Deployment manifest for snowflake example

Deployment manifest for snowflake example
2020-03-15 21:32:35 -07:00
..
admin Correcting example from namespaces-walkthrough task (#19294) 2020-03-15 21:32:35 -07:00
application Fix of pull request #18960 (#18974) 2020-02-07 11:43:45 -08: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 en: Fix fluentd image (#16959) 2019-10-16 16:24:39 -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 Remove readOnly:false from Downward API volume examples (#17661) 2019-11-30 18:49:03 -08: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/