website/docs/user-guide
sallydeng aa1c435df3 Update ui.md: namespace name can't be number only
When the namespace name only contains number, such as "10", the pod can't be created in this kind of namespace, the pod will be put in default namespace.
2017-02-23 15:30:47 +08:00
..
configmap mend 2017-01-24 15:58:11 -08:00
downward-api Updating downward-api/index.md for spec.nodeName 2017-01-12 21:02:12 -05:00
environment-guide Fix link on environment-guide 2017-01-18 09:48:56 -05:00
federation fix unreachable links and typos 2017-02-23 15:30:47 +08:00
horizontal-pod-autoscaling Update index.md 2017-01-17 16:29:13 -08:00
jobs Update references to the example configuration files 2017-01-30 09:53:40 -08:00
kubectl turn on travis for preformat balance 2017-01-27 12:44:48 -08:00
liveness Write new Task: Configuring Liveness and Readiness Probes 2017-01-04 15:41:25 -08:00
logging Logging sidecar refactoring 2017-01-24 11:24:00 +01:00
nginx Adding OWNERS for docs. 2016-08-02 18:13:52 -07:00
node-selection Typo fixed 2017-01-25 10:24:49 -08:00
persistent-volumes Add generic to create secret command 2017-02-23 15:30:47 +08:00
petset add explicit titles to docs 2016-12-15 15:16:54 -05:00
pod-security-policy docs/user-guide/pod-security-policy: misc improvements. 2017-01-26 15:47:17 -08:00
pods Put moved notice on User Guide pages. 2017-02-01 16:33:15 -08:00
replicasets Removed non-org members from OWNERS. 2016-08-03 01:31:31 -07:00
replication-controller fix typos 2016-12-28 17:48:46 +08:00
secrets docs/user-guide/secrets: fix invalid syntax of Pod.spec.containers.command. 2017-01-31 18:16:55 +01:00
services fix typos 2016-12-28 17:48:46 +08:00
update-demo Update index.md 2017-01-24 15:37:34 -08:00
walkthrough Add titles to docs 2017-01-10 15:25:44 -08:00
OWNERS Adding OWNERS for docs. 2016-08-02 18:13:52 -07:00
accessing-the-cluster.md Merge pull request #1495 from bboreham/update-incluster 2016-12-27 13:50:38 -08:00
annotations.md add explicit titles to docs 2016-12-15 15:16:54 -05:00
application-troubleshooting.md add explicit titles to docs 2016-12-15 15:16:54 -05:00
bad-nginx-deployment.yaml Update deployment document to fit what's in beta release 2016-03-15 17:31:45 -07:00
compute-resources.md fix unreachable links 2017-01-22 11:05:04 +08:00
config-best-practices.md add explicit titles to docs 2016-12-15 15:16:54 -05:00
configuring-containers.md Put moved notice on User Guide pages. 2017-02-01 16:33:15 -08:00
connecting-applications.md Fix incorrect / obsolete references to RCs and files 2017-01-04 11:50:20 -08:00
connecting-to-applications-port-forward.md add explicit titles to docs 2016-12-15 15:16:54 -05:00
connecting-to-applications-proxy.md add explicit titles to docs 2016-12-15 15:16:54 -05:00
container-environment.md Clarifies lifecycle hook documentation 2016-12-22 09:57:32 -08:00
containers.md Change name of include file for moved content. 2017-02-01 15:05:34 -08:00
cron-jobs.md Remove italics, correct CamelCase typos in titles 2016-12-22 14:26:59 -08:00
cronjob.yaml Rename ScheduledJobs to CronJobs 2016-11-22 19:59:30 +01:00
curlpod.yaml Update connecting-applications.md 2016-03-29 19:42:30 -07:00
debugging-pods-and-replication-controllers.md add explicit titles to docs 2016-12-15 15:16:54 -05:00
debugging-services.md Changed "haripin-veth" to "hairpin-veth" 2017-02-01 10:09:37 -08:00
deploying-applications.md add explicit titles to docs 2016-12-15 15:16:54 -05:00
deployment.yaml
deployments.md Merge pull request #1912 from kargakis/minor-fix-for-1.5 2016-12-22 18:43:07 -08:00
docker-cli-to-kubectl.md Update docker-cli-to-kubectl.md 2017-02-02 14:33:38 -08:00
garbage-collection.md Update garbage-collection.md 2017-01-20 17:50:59 +08:00
getting-into-containers.md add explicit titles to docs 2016-12-15 15:16:54 -05:00
identifiers.md add explicit titles to docs 2016-12-15 15:16:54 -05:00
images.md Fix small grammar issue 2017-01-26 14:16:28 -08:00
index.md Add cluster-level logging overview 2017-01-04 14:00:22 +01:00
ingress.md Merge branch 'master' into page-version 2017-01-24 13:11:07 -08:00
ingress.yaml
introspection-and-debugging.md Add cluster-level logging overview 2017-01-04 14:00:22 +01:00
job.yaml
jobs.md Fix references to restartPolicy spec location 2017-01-10 22:22:38 +00:00
jsonpath.md add explicit titles to docs 2016-12-15 15:16:54 -05:00
kubeconfig-file.md fix the named anchor 2017-01-15 23:09:45 +08:00
kubectl-cheatsheet.md Port-forward to local port documentation fix 2017-01-19 10:09:51 +02:00
kubectl-conventions.md add explicit titles to docs 2016-12-15 15:16:54 -05:00
kubectl-overview.md Merge branch 'master' into patch-1 2016-12-30 08:35:04 +08:00
labels.md add explicit titles to docs 2016-12-15 15:16:54 -05:00
load-balancer.md fix a series errors of using "a" and "an" 2016-12-22 16:56:12 +08:00
managing-deployments.md Merge branch 'master' into fix-typos 2016-12-27 13:48:14 -08:00
monitoring.md add explicit titles to docs 2016-12-15 15:16:54 -05:00
multi-pod.yaml
namespaces.md fix typos 2016-12-28 17:48:46 +08:00
networkpolicies.md add explicit titles to docs 2016-12-15 15:16:54 -05:00
new-nginx-deployment.yaml
nginx-app.yaml Update managing deployments user guide 2016-03-29 17:48:51 -07:00
nginx-deployment.yaml
nginx-init-containers.yaml Update init-containers to beta. (#1624) 2016-11-04 12:00:53 -07:00
nginx-lifecycle-deployment.yaml Update production-pods.md and replace rc with deployments 2016-03-30 19:18:07 -07:00
nginx-probe-deployment.yaml Update production-pods.md and replace rc with deployments 2016-03-30 19:18:07 -07:00
nginx-secure-app.yaml Update connecting-applications.md 2016-03-29 19:42:30 -07:00
nginx-svc.yaml Update connecting-applications.md 2016-03-29 19:42:30 -07:00
petset.md fix persistent volume example link 2017-01-24 13:04:55 -08:00
petset.yaml Add deprecation warning on PetSet guide. 2016-12-06 15:11:25 -08:00
pod-states.md add explicit titles to docs 2016-12-15 15:16:54 -05:00
pod-templates.md Adds explicit titles to all docs missing them. 2017-01-05 15:14:27 -08:00
pod-w-message.yaml Update production-pods.md and replace rc with deployments 2016-03-30 19:18:07 -07:00
pod.yaml
prereqs.md Getting started guides overhaul. 2017-02-01 11:03:08 -08:00
production-pods.md Put moved notice on User Guide pages. 2017-02-01 16:33:15 -08:00
quick-start.md Update quick-start.md 2017-01-26 14:09:44 -08:00
redis-deployment.yaml Update production-pods.md and replace rc with deployments 2016-03-30 19:18:07 -07:00
redis-resource-deployment.yaml Update production-pods.md and replace rc with deployments 2016-03-30 19:18:07 -07:00
redis-secret-deployment.yaml Update production-pods.md and replace rc with deployments 2016-03-30 19:18:07 -07:00
replicasets.md ReplicaSets: Correct paragraph spacing error 2017-01-03 12:57:40 -08:00
resizing-a-replication-controller.md add explicit titles to docs 2016-12-15 15:16:54 -05:00
rolling-updates.md add explicit titles to docs 2016-12-15 15:16:54 -05:00
run-my-nginx.yaml Replace RC with Deployments 2016-03-22 15:02:58 -07:00
security-context.md Update security-context.md 2017-01-11 16:59:03 +08:00
service-accounts.md add explicit titles to docs 2016-12-15 15:16:54 -05:00
services-firewalls.md add explicit titles to docs 2016-12-15 15:16:54 -05:00
sharing-clusters.md Align kubeconfig resolution with the rest of documentation 2017-01-24 15:52:04 -08:00
simple-nginx.md Put moved notice on User Guide pages. 2017-02-01 16:33:15 -08:00
simple-yaml.md Adding OWNERS for docs. 2016-08-02 18:13:52 -07:00
thirdpartyresources.md Add link to feature issue for TPR 2017-01-24 13:46:13 -05:00
ui.md Update ui.md: namespace name can't be number only 2017-02-23 15:30:47 +08:00
volumes.md fix(#1710): volume behavior is not documented 2017-01-03 08:17:16 +11:00
working-with-resources.md add explicit titles to docs 2016-12-15 15:16:54 -05:00