Changes for move to Netlify (#4464)
* disable jekyll-redirect-from gem * add _redirects file * disable 404 redirect script * add 301 redirect to test * retain _redirects file * Convert redirect_from's to _redirect file. (#4409) * Remove redirect_from's. (#4424) * Add 301's to _redirects. (#4427) * add whitespace before 301 * move redirects in /js/redirects/js to _redirects * add disabled option for cn redirect * convert include to array in _config.yml * enable redirects.js script for legacy support
This commit is contained in:
+4
-1
@@ -32,11 +32,14 @@ defaults:
|
|||||||
permalink: pretty
|
permalink: pretty
|
||||||
|
|
||||||
gems:
|
gems:
|
||||||
- jekyll-redirect-from
|
|
||||||
- jekyll-feed
|
- jekyll-feed
|
||||||
- jekyll-sitemap
|
- jekyll-sitemap
|
||||||
- jekyll-seo-tag
|
- jekyll-seo-tag
|
||||||
- jekyll-include-cache
|
- jekyll-include-cache
|
||||||
|
# disabled gems
|
||||||
|
# - jekyll-redirect-from
|
||||||
|
|
||||||
|
include: [_redirects]
|
||||||
|
|
||||||
# SEO
|
# SEO
|
||||||
logo: /images/favicon.png
|
logo: /images/favicon.png
|
||||||
|
|||||||
+242
@@ -0,0 +1,242 @@
|
|||||||
|
#
|
||||||
|
# set server-side redirects in this file
|
||||||
|
# see https://www.netlify.com/docs/redirects/
|
||||||
|
#
|
||||||
|
|
||||||
|
/docs/admin/addons /docs/concepts/cluster-administration/addons 301
|
||||||
|
/docs/admin/apparmor/ /docs/tutorials/clusters/apparmor 301
|
||||||
|
/docs/admin/audit /docs/tasks/debug-application-cluster/audit 301
|
||||||
|
/docs/admin/cluster-components /docs/concepts/overview/components 301
|
||||||
|
/docs/admin/cluster-management /docs/tasks/administer-cluster/cluster-management 301
|
||||||
|
/docs/admin/cluster-troubleshooting /docs/tasks/debug-application-cluster/debug-cluster 301
|
||||||
|
/docs/admin/daemons /docs/concepts/workloads/controllers/daemonset 301
|
||||||
|
/docs/admin/disruptions /docs/concepts/workloads/pods/disruptions 301
|
||||||
|
/docs/admin/dns /docs/concepts/services-networking/dns-pod-service 301
|
||||||
|
/docs/admin/etcd /docs/tasks/administer-cluster/configure-upgrade-etcd 301
|
||||||
|
/docs/admin/etcd_upgrade /docs/tasks/administer-cluster/configure-upgrade-etcd 301
|
||||||
|
/docs/admin/federation/kubefed /docs/tasks/federation/set-up-cluster-federation-kubefed 301
|
||||||
|
/docs/admin/garbage-collection /docs/concepts/cluster-administration/kubelet-garbage-collection 301
|
||||||
|
/docs/admin/ha-master-gce /docs/tasks/administer-cluster/highly-available-master 301
|
||||||
|
/docs/admin/ /docs/concepts/cluster-administration/cluster-administration-overview 301
|
||||||
|
/docs/admin/kubeadm-upgrade-1-7 /docs/tasks/administer-cluster/kubeadm-upgrade-1-7 301
|
||||||
|
/docs/admin/limitrange/ /docs/tasks/administer-cluster/cpu-memory-limit 301
|
||||||
|
/docs/admin/master-node-communication /docs/concepts/architecture/master-node-communication 301
|
||||||
|
/docs/admin/multi-cluster /docs/concepts/cluster-administration/federation 301
|
||||||
|
/docs/admin/multiple-schedulers /docs/tasks/administer-cluster/configure-multiple-schedulers 301
|
||||||
|
/docs/admin/namespaces/ /docs/tasks/administer-cluster/namespaces 301
|
||||||
|
/docs/admin/namespaces/walkthrough /docs/tasks/administer-cluster/namespaces-walkthrough 301
|
||||||
|
/docs/admin/network-plugins /docs/concepts/cluster-administration/network-plugins 301
|
||||||
|
/docs/admin/networking /docs/concepts/cluster-administration/networking 301
|
||||||
|
/docs/admin/node /docs/concepts/architecture/nodes 301
|
||||||
|
/docs/admin/node-allocatable /docs/tasks/administer-cluster/reserve-compute-resources 301
|
||||||
|
/docs/admin/node-problem /docs/tasks/debug-application-cluster/monitor-node-health 301
|
||||||
|
/docs/admin/out-of-resource /docs/tasks/administer-cluster/out-of-resource 301
|
||||||
|
/docs/admin/rescheduler /docs/tasks/administer-cluster/guaranteed-scheduling-critical-addon-pods 301
|
||||||
|
/docs/admin/resourcequota/ /docs/concepts/policy/resource-quotas 301
|
||||||
|
/docs/admin/resourcequota/limitstorageconsumption /docs/tasks/administer-cluster/limit-storage-consumption 301
|
||||||
|
/docs/admin/resourcequota/walkthrough /docs/tasks/administer-cluster/apply-resource-quota-limit 301
|
||||||
|
/docs/admin/static-pods /docs/tasks/administer-cluster/static-pod 301
|
||||||
|
/docs/admin/sysctls /docs/concepts/cluster-administration/sysctl-cluster 301
|
||||||
|
/docs/admin/upgrade-1-6 /docs/tasks/administer-cluster/upgrade-1-6 301
|
||||||
|
|
||||||
|
/docs/api /docs/concepts/overview/kubernetes-api 301
|
||||||
|
|
||||||
|
/docs/concepts/abstractions/controllers/garbage-collection /docs/concepts/workloads/controllers/garbage-collection 301
|
||||||
|
/docs/concepts/abstractions/controllers/petsets /docs/concepts/workloads/controllers/petset 301
|
||||||
|
/docs/concepts/abstractions/controllers/statefulsets /docs/concepts/workloads/controllers/statefulset 301
|
||||||
|
/docs/concepts/abstractions/init-containers /docs/concepts/workloads/pods/init-containers 301
|
||||||
|
/docs/concepts/abstractions/overview /docs/concepts/overview/working-with-objects/kubernetes-objects 301
|
||||||
|
/docs/concepts/abstractions/pod /docs/concepts/workloads/pods/pod-overview 301
|
||||||
|
|
||||||
|
/docs/concepts/cluster-administration/access-cluster /docs/tasks/access-application-cluster/access-cluster 301
|
||||||
|
/docs/concepts/cluster-administration/audit /docs/tasks/debug-application-cluster/audit 301
|
||||||
|
/docs/concepts/cluster-administration/authenticate-across-clusters-kubeconfig /docs/tasks/access-application-cluster/authenticate-across-clusters-kubeconfig 301
|
||||||
|
/docs/concepts/cluster-administration/cluster-management /docs/tasks/administer-cluster/cluster-management 301
|
||||||
|
/docs/concepts/cluster-administration/configure-etcd /docs/tasks/administer-cluster/configure-upgrade-etcd 301
|
||||||
|
/docs/concepts/cluster-administration/etcd-upgrade /docs/tasks/administer-cluster/configure-upgrade-etcd 301
|
||||||
|
/docs/concepts/cluster-administration/federation-service-discovery /docs/tasks/federation/federation-service-discovery 301
|
||||||
|
/docs/concepts/cluster-administration/guaranteed-scheduling-critical-addon-pods /docs/tasks/administer-cluster/guaranteed-scheduling-critical-addon-pods 301
|
||||||
|
/docs/concepts/cluster-administration/master-node-communication /docs/concepts/architecture/master-node-communication 301
|
||||||
|
/docs/concepts/cluster-administration/multiple-clusters /docs/concepts/cluster-administration/federation 301
|
||||||
|
/docs/concepts/cluster-administration/out-of-resource /docs/tasks/administer-cluster/out-of-resource 301
|
||||||
|
/docs/concepts/cluster-administration/resource-usage-monitoring /docs/tasks/debug-application-cluster/resource-usage-monitoring 301
|
||||||
|
/docs/concepts/cluster-administration/static-pod /docs/tasks/administer-cluster/static-pod 301
|
||||||
|
|
||||||
|
/docs/concepts/clusters/logging /docs/concepts/cluster-administration/logging 301
|
||||||
|
/docs/concepts/configuration/container-command-arg /docs/tasks/inject-data-application/define-command-argument-container/docs/concepts/ecosystem/thirdpartyresource 301 /docs/tasks/access-kubernetes-api/extend-api-third-party-resource
|
||||||
|
/docs/concepts/jobs/cron-jobs /docs/concepts/workloads/controllers/cron-jobs 301
|
||||||
|
/docs/concepts/jobs/run-to-completion-finite-workloads /docs/concepts/workloads/controllers/jobs-run-to-completion 301
|
||||||
|
/docs/concepts/nodes/node /docs/concepts/architecture/nodes 301
|
||||||
|
/docs/concepts/storage/etcd-store-api-object /docs/tasks/administer-cluster/configure-upgrade-etcd 301
|
||||||
|
|
||||||
|
/docs/concepts/tools/kubectl/object-management-overview /docs/tutorials/object-management-kubectl/object-management 301
|
||||||
|
/docs/concepts/tools/kubectl/object-management-using-declarative-config /docs/tutorials/object-management-kubectl/declarative-object-management-configuration 301
|
||||||
|
/docs/concepts/tools/kubectl/object-management-using-imperative-commands /docs/tutorials/object-management-kubectl/imperative-object-management-command 301
|
||||||
|
/docs/concepts/tools/kubectl/object-management-using-imperative-config /docs/tutorials/object-management-kubectl/imperative-object-management-configuration 301
|
||||||
|
|
||||||
|
/docs/getting-started-guides/ /docs/setup/pick-right-solution 301
|
||||||
|
/docs/getting-started-guides/kubeadm /docs/setup/independent/create-cluster-kubeadm 301
|
||||||
|
/docs/getting-started-guides/network-policy/calico /docs/tasks/administer-cluster/calico-network-policy 301
|
||||||
|
/docs/getting-started-guides/network-policy/romana /docs/tasks/administer-cluster/romana-network-policy 301
|
||||||
|
/docs/getting-started-guides/network-policy/walkthrough /docs/tasks/administer-cluster/declare-network-policy 301
|
||||||
|
/docs/getting-started-guides/network-policy/weave /docs/tasks/administer-cluster/weave-network-policy 301
|
||||||
|
/docs/getting-started-guides/running-cloud-controller /docs/tasks/administer-cluster/running-cloud-controller 301
|
||||||
|
/docs/getting-started-guides/ubuntu/calico /docs/getting-started-guides/ubuntu/ 301
|
||||||
|
|
||||||
|
/docs/hellonode /docs/tutorials/stateless-application/hello-minikube 301
|
||||||
|
/docs/ /docs/home/ 301
|
||||||
|
/docs/samples /docs/tutorials/ 301
|
||||||
|
/docs/tasks/administer-cluster/assign-pods-nodes /docs/tasks/configure-pod-container/assign-pods-nodes 301
|
||||||
|
/docs/tasks/administer-cluster/overview /docs/concepts/cluster-administration/cluster-administration-overview 301
|
||||||
|
|
||||||
|
/docs/tasks/configure-pod-container/apply-resource-quota-limit /docs/tasks/administer-cluster/apply-resource-quota-limit 301
|
||||||
|
/docs/tasks/configure-pod-container/calico-network-policy /docs/tasks/administer-cluster/calico-network-policy 301
|
||||||
|
/docs/tasks/configure-pod-container/communicate-containers-same-pod /docs/tasks/access-application-cluster/communicate-containers-same-pod-shared-volume 301
|
||||||
|
/docs/tasks/configure-pod-container/declare-network-policy /docs/tasks/administer-cluster/declare-network-policy 301
|
||||||
|
/docs/tasks/configure-pod-container/define-environment-variable-container /docs/tasks/inject-data-application/define-environment-variable-container 301
|
||||||
|
/docs/tasks/configure-pod-container/distribute-credentials-secure /docs/tasks/inject-data-application/distribute-credentials-secure 301
|
||||||
|
/docs/tasks/configure-pod-container/downward-api-volume-expose-pod-information /docs/tasks/inject-data-application/downward-api-volume-expose-pod-information 301
|
||||||
|
/docs/tasks/configure-pod-container/environment-variable-expose-pod-information /docs/tasks/inject-data-application/environment-variable-expose-pod-information 301
|
||||||
|
/docs/tasks/configure-pod-container/limit-range /docs/tasks/administer-cluster/cpu-memory-limit 301
|
||||||
|
/docs/tasks/configure-pod-container/romana-network-policy /docs/tasks/administer-cluster/romana-network-policy 301
|
||||||
|
/docs/tasks/configure-pod-container/weave-network-policy /docs/tasks/administer-cluster/weave-network-policy 301
|
||||||
|
|
||||||
|
/docs/tasks/kubectl/get-shell-running-container /docs/tasks/debug-application-cluster/get-shell-running-container 301
|
||||||
|
/docs/tasks/kubectl/install /docs/tasks/tools/install-kubectl 301
|
||||||
|
/docs/tasks/kubectl/list-all-running-container-images /docs/tasks/access-application-cluster/list-all-running-container-images 301
|
||||||
|
|
||||||
|
/docs/tasks/manage-stateful-set/debugging-a-statefulset /docs/tasks/debug-application-cluster/debug-stateful-set 301
|
||||||
|
/docs/tasks/manage-stateful-set/deleting-a-statefulset /docs/tasks/run-application/delete-stateful-set 301
|
||||||
|
/docs/tasks/manage-stateful-set/scale-stateful-set /docs/tasks/run-application/scale-stateful-set 301
|
||||||
|
/docs/tasks/manage-stateful-set/upgrade-pet-set-to-stateful-set /docs/tasks/run-application/upgrade-pet-set-to-stateful-set 301
|
||||||
|
|
||||||
|
/docs/tasks/run-application/podpreset /docs/tasks/inject-data-application/podpreset 301
|
||||||
|
/docs/tasks/troubleshoot/debug-init-containers /docs/tasks/debug-application-cluster/debug-init-containers 301
|
||||||
|
/docs/tasks/web-ui-dashboard /docs/tasks/access-application-cluster/web-ui-dashboard 301
|
||||||
|
/docs/templatedemos /docs/home/contribute/page-templates 301
|
||||||
|
/docs/tools/kompose/ /docs/tools/kompose/user-guide 301
|
||||||
|
|
||||||
|
/docs/tutorials/clusters/multiple-schedulers /docs/tasks/administer-cluster/configure-multiple-schedulers 301
|
||||||
|
/docs/tutorials/connecting-apps/connecting-frontend-backend /docs/tasks/access-application-cluster/connecting-frontend-backend 301
|
||||||
|
/docs/tutorials/federation/set-up-cluster-federation-kubefed /docs/tasks/federation/set-up-cluster-federation-kubefed 301
|
||||||
|
/docs/tutorials/federation/set-up-coredns-provider-federation /docs/tasks/federation/set-up-coredns-provider-federation 301
|
||||||
|
/docs/tutorials/federation/set-up-placement-policies-federation /docs/tasks/federation/set-up-placement-policies-federation 301
|
||||||
|
/docs/tutorials/getting-started/create-cluster /docs/tutorials/kubernetes-basics/cluster-intro 301
|
||||||
|
/docs/tutorials/stateful-application/run-replicated-stateful-application /docs/tasks/run-application/run-replicated-stateful-application 301
|
||||||
|
/docs/tutorials/stateful-application/run-stateful-application /docs/tasks/run-application/run-single-instance-stateful-application 301
|
||||||
|
/docs/tutorials/stateless-application/expose-external-ip-address-service /docs/tasks/access-application-cluster/service-access-application-cluster 301
|
||||||
|
/docs/tutorials/stateless-application/run-stateless-ap-replication-controller /docs/tasks/run-application/run-stateless-application-deployment 301
|
||||||
|
/docs/tutorials/stateless-application/run-stateless-application-deployment /docs/tasks/run-application/run-stateless-application-deployment 301
|
||||||
|
|
||||||
|
/docs/user-guide/accessing-the-cluster /docs/tasks/access-application-cluster/access-cluster 301
|
||||||
|
/docs/user-guide/add-entries-to-pod-etc-hosts-with-host-aliases/ /docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases 301
|
||||||
|
/docs/user-guide/annotations /docs/concepts/overview/working-with-objects/annotations 301
|
||||||
|
/docs/user-guide/application-troubleshooting /docs/tasks/debug-application-cluster/debug-application 301
|
||||||
|
/docs/user-guide/compute-resources /docs/concepts/configuration/manage-compute-resources-container 301
|
||||||
|
/docs/user-guide/config-best-practices /docs/concepts/configuration/overview 301
|
||||||
|
/docs/user-guide/configmap/ /docs/tasks/configure-pod-container/configmap 301
|
||||||
|
/docs/user-guide/configuring-containers /docs/tasks/ 301
|
||||||
|
/docs/user-guide/connecting-applications /docs/concepts/services-networking/connect-applications-service 301
|
||||||
|
/docs/user-guide/connecting-to-applications-port-forward /docs/tasks/access-application-cluster/port-forward-access-application-cluster 301
|
||||||
|
/docs/user-guide/connecting-to-applications-proxy /docs/tasks/access-kubernetes-api/http-proxy-access-api 301
|
||||||
|
/docs/user-guide/container-environment /docs/concepts/containers/container-lifecycle-hooks 301
|
||||||
|
/docs/user-guide/cron-jobs /docs/concepts/workloads/controllers/cron-jobs 301
|
||||||
|
/docs/user-guide/debugging-pods-and-replication-controllers /docs/tasks/debug-application-cluster/debug-pod-replication-controller 301
|
||||||
|
/docs/user-guide/debugging-services /docs/tasks/debug-application-cluster/debug-service 301
|
||||||
|
/docs/user-guide/deploying-applications /docs/tasks/run-application/run-stateless-application-deployment 301
|
||||||
|
/docs/user-guide/deployments /docs/concepts/workloads/controllers/deployment 301
|
||||||
|
/docs/user-guide/downward-api/ /docs/tasks/inject-data-application/downward-api-volume-expose-pod-information 301
|
||||||
|
/docs/user-guide/downward-api/volume/ /docs/tasks/inject-data-application/downward-api-volume-expose-pod-information 301
|
||||||
|
/docs/user-guide/environment-guide/ /docs/tasks/inject-data-application/environment-variable-expose-pod-information 301
|
||||||
|
/docs/user-guide/federation/cluster /docs/tasks/administer-federation/cluster 301
|
||||||
|
/docs/user-guide/federation/configmap /docs/tasks/administer-federation/configmap 301
|
||||||
|
/docs/user-guide/federation/daemonsets /docs/tasks/administer-federation/daemonset 301
|
||||||
|
/docs/user-guide/federation/deployment /docs/tasks/administer-federation/deployment 301
|
||||||
|
/docs/user-guide/federation/events /docs/tasks/administer-federation/events 301
|
||||||
|
/docs/user-guide/federation/federated-ingress /docs/tasks/administer-federation/ingress 301
|
||||||
|
/docs/user-guide/federation/federated-services /docs/tasks/federation/federation-service-discovery 301
|
||||||
|
/docs/user-guide/federation/ /docs/concepts/cluster-administration/federation 301
|
||||||
|
/docs/user-guide/federation/namespaces /docs/tasks/administer-federation/namespaces 301
|
||||||
|
/docs/user-guide/federation/replicasets /docs/tasks/administer-federation/replicaset 301
|
||||||
|
/docs/user-guide/federation/secrets /docs/tasks/administer-federation/secret 301
|
||||||
|
/docs/user-guide/garbage-collection /docs/concepts/workloads/controllers/garbage-collection 301
|
||||||
|
/docs/user-guide/getting-into-containers /docs/tasks/debug-application-cluster/get-shell-running-container 301
|
||||||
|
/docs/user-guide/gpus /docs/tasks/manage-gpus/scheduling-gpus 301
|
||||||
|
/docs/user-guide/horizontal-pod-autoscaling/ /docs/tasks/run-application/horizontal-pod-autoscale 301
|
||||||
|
/docs/user-guide/horizontal-pod-autoscaling/walkthrough /docs/tasks/run-application/horizontal-pod-autoscale-walkthrough 301
|
||||||
|
/docs/user-guide/identifiers /docs/concepts/overview/working-with-objects/names 301
|
||||||
|
/docs/user-guide/images /docs/concepts/containers/images 301
|
||||||
|
/docs/user-guide/ /docs/home/ 301
|
||||||
|
/docs/user-guide/ingress /docs/concepts/services-networking/ingress 301
|
||||||
|
/docs/user-guide/introspection-and-debugging /docs/tasks/debug-application-cluster/debug-application-introspection 301
|
||||||
|
/docs/user-guide/jobs /docs/concepts/workloads/controllers/jobs-run-to-completion 301
|
||||||
|
/docs/user-guide/jobs/expansions/ /docs/tasks/job/parallel-processing-expansion 301
|
||||||
|
/docs/user-guide/jobs/work-queue-1/ /docs/tasks/job/coarse-parallel-processing-work-queue/ 301
|
||||||
|
/docs/user-guide/jobs/work-queue-2/ /docs/tasks/job/fine-parallel-processing-work-queue/ 301
|
||||||
|
/docs/user-guide/kubeconfig-file /docs/tasks/access-application-cluster/authenticate-across-clusters-kubeconfig 301
|
||||||
|
/docs/user-guide/labels /docs/concepts/overview/working-with-objects/labels 301
|
||||||
|
/docs/user-guide/liveness /docs/tasks/configure-pod-container/configure-liveness-readiness-probes 301
|
||||||
|
/docs/user-guide/load-balancer /docs/tasks/access-application-cluster/create-external-load-balancer 301
|
||||||
|
/docs/user-guide/logging/elasticsearch /docs/tasks/debug-application-cluster/logging-elasticsearch-kibana 301
|
||||||
|
/docs/user-guide/logging/overview /docs/concepts/cluster-administration/logging 301
|
||||||
|
/docs/user-guide/logging/stackdriver /docs/tasks/debug-application-cluster/logging-stackdriver 301
|
||||||
|
/docs/user-guide/managing-deployments /docs/concepts/cluster-administration/manage-deployment 301
|
||||||
|
/docs/user-guide/monitoring /docs/tasks/debug-application-cluster/resource-usage-monitoring 301
|
||||||
|
/docs/user-guide/namespaces /docs/concepts/overview/working-with-objects/namespaces 301
|
||||||
|
/docs/user-guide/networkpolicies /docs/concepts/services-networking/network-policies 301
|
||||||
|
/docs/user-guide/node-selection/ /docs/concepts/configuration/assign-pod-node 301
|
||||||
|
/docs/user-guide/persistent-volumes/ /docs/concepts/storage/persistent-volumes 301
|
||||||
|
/docs/user-guide/persistent-volumes/walkthrough /docs/tasks/configure-pod-container/configure-persistent-volume-storage 301
|
||||||
|
/docs/user-guide/petset /docs/concepts/workloads/controllers/petset 301
|
||||||
|
/docs/user-guide/petset/bootstrapping/ /docs/concepts/workloads/controllers/petset 301
|
||||||
|
/docs/user-guide/pod-preset/ /docs/tasks/inject-data-application/podpreset 301
|
||||||
|
/docs/user-guide/pod-security-policy/ /docs/concepts/policy/pod-security-policy 301
|
||||||
|
/docs/user-guide/pod-states /docs/concepts/workloads/pods/pod-lifecycle 301
|
||||||
|
/docs/user-guide/pod-templates /docs/concepts/workloads/pods/pod-overview 301
|
||||||
|
/docs/user-guide/pods/ /docs/concepts/workloads/pods/pod 301
|
||||||
|
/docs/user-guide/pods/init-container /docs/concepts/workloads/pods/init-containers 301
|
||||||
|
/docs/user-guide/pods/multi-container /docs/tasks/access-application-cluster/communicate-containers-same-pod-shared-volume 301
|
||||||
|
/docs/user-guide/pods/single-container /docs/tasks/run-application/run-stateless-application-deployment 301
|
||||||
|
/docs/user-guide/prereqs /docs/tasks/tools/install-kubectl 301
|
||||||
|
/docs/user-guide/production-pods /docs/tasks/ 301
|
||||||
|
/docs/user-guide/projected-volume/ /docs/tasks/configure-pod-container/configure-projected-volume-storage 301
|
||||||
|
/docs/user-guide/quick-start /docs/tasks/access-application-cluster/service-access-application-cluster 301
|
||||||
|
/docs/user-guide/replicasets /docs/concepts/workloads/controllers/replicaset 301
|
||||||
|
/docs/user-guide/replication-controller/ /docs/concepts/workloads/controllers/replicationcontroller 301
|
||||||
|
/docs/user-guide/rolling-updates /docs/tasks/run-application/rolling-update-replication-controller 301
|
||||||
|
/docs/user-guide/secrets/ /docs/concepts/configuration/secret 301
|
||||||
|
/docs/user-guide/secrets/walkthrough /docs/tasks/inject-data-application/distribute-credentials-secure 301
|
||||||
|
/docs/user-guide/service-accounts /docs/tasks/configure-pod-container/configure-service-account 301
|
||||||
|
/docs/user-guide/services-firewalls /docs/tasks/access-application-cluster/configure-cloud-provider-firewall 301
|
||||||
|
/docs/user-guide/services/ /docs/concepts/services-networking/service 301
|
||||||
|
/docs/user-guide/services/operations /docs/tasks/access-application-cluster/connecting-frontend-backend 301
|
||||||
|
/docs/user-guide/sharing-clusters /docs/tasks/administer-cluster/share-configuration 301
|
||||||
|
/docs/user-guide/simple-nginx /docs/tasks/run-application/run-stateless-application-deployment 301
|
||||||
|
/docs/user-guide/thirdpartyresources /docs/tasks/access-kubernetes-api/extend-api-third-party-resource 301
|
||||||
|
/docs/user-guide/ui /docs/tasks/access-application-cluster/web-ui-dashboard 301
|
||||||
|
/docs/user-guide/update-demo/ /docs/tasks/run-application/rolling-update-replication-controller 301
|
||||||
|
/docs/user-guide/volumes /docs/concepts/storage/volumes 301
|
||||||
|
/docs/user-guide/working-with-resources /docs/tutorials/object-management-kubectl/object-management 301
|
||||||
|
|
||||||
|
/docs/whatisk8s /docs/concepts/overview/what-is-kubernetes 301
|
||||||
|
|
||||||
|
#
|
||||||
|
# redirects from /js/redirects.js
|
||||||
|
#
|
||||||
|
/resource-quota /docs/concepts/policy/resource-quotas 301
|
||||||
|
/horizontal-pod-autoscaler /docs/tasks/run-application/horizontal-pod-autoscale 301
|
||||||
|
/docs/roadmap https://github.com/kubernetes/kubernetes/milestones/ 301
|
||||||
|
/api-ref https://github.com/kubernetes/kubernetes/milestones/ 301
|
||||||
|
/kubernetes/third_party/swagger-ui /docs/reference 301
|
||||||
|
/docs/user-guide/overview /docs/concepts/overview/what-is-kubernetes 301
|
||||||
|
/docs/troubleshooting /docs/tasks/debug-application-cluster/troubleshooting 301
|
||||||
|
/docs/concepts/services-networking/networkpolicies /docs/concepts/services-networking/network-policies 301
|
||||||
|
/docs/getting-started-guides/meanstack https://medium.com/google-cloud/running-a-mean-stack-on-google-cloud-platform-with-kubernetes-149ca81c2b5d 301
|
||||||
|
/docs/samples /docs/tutorials 301
|
||||||
|
/v1.1 / 301
|
||||||
|
/v1.0 / 301
|
||||||
|
|
||||||
|
#
|
||||||
|
# Redirect users with chinese language preference to /cn
|
||||||
|
#
|
||||||
|
#/ /cn 302 Language=zh
|
||||||
@@ -4,11 +4,6 @@ assignees:
|
|||||||
- roberthbailey
|
- roberthbailey
|
||||||
- liggitt
|
- liggitt
|
||||||
title: Master-Node communication
|
title: Master-Node communication
|
||||||
redirect_from:
|
|
||||||
- "/docs/admin/master-node-communication/"
|
|
||||||
- "/docs/admin/master-node-communication.html"
|
|
||||||
- "/docs/concepts/cluster-administration/master-node-communication/"
|
|
||||||
- "/docs/concepts/cluster-administration/master-node-communication.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
* TOC
|
* TOC
|
||||||
|
|||||||
@@ -3,11 +3,6 @@ assignees:
|
|||||||
- caesarxuchao
|
- caesarxuchao
|
||||||
- dchen1107
|
- dchen1107
|
||||||
title: Nodes
|
title: Nodes
|
||||||
redirect_from:
|
|
||||||
- "/docs/admin/node/"
|
|
||||||
- "/docs/admin/node.html"
|
|
||||||
- "/docs/concepts/nodes/node/"
|
|
||||||
- "/docs/concepts/nodes/node.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
* TOC
|
* TOC
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Installing Addons
|
title: Installing Addons
|
||||||
redirect_from:
|
|
||||||
- "/docs/admin/addons/"
|
|
||||||
- "/docs/admin/addons.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|||||||
@@ -3,11 +3,6 @@ assignees:
|
|||||||
- davidopp
|
- davidopp
|
||||||
- lavalamp
|
- lavalamp
|
||||||
title: Cluster Administration Overview
|
title: Cluster Administration Overview
|
||||||
redirect_from:
|
|
||||||
- "/docs/admin/"
|
|
||||||
- "/docs/admin/index.html"
|
|
||||||
- "/docs/tasks/administer-cluster/overview/"
|
|
||||||
- "/docs/tasks/administer-cluster/overview.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
|
|||||||
@@ -1,12 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Federation
|
title: Federation
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/federation/"
|
|
||||||
- "/docs/user-guide/federation/index.html"
|
|
||||||
- "/docs/concepts/cluster-administration/multiple-clusters/"
|
|
||||||
- "/docs/concepts/cluster-administration/multiple-clusters.html"
|
|
||||||
- "/docs/admin/multi-cluster/"
|
|
||||||
- "/docs/admin/multi-cluster.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
|
|||||||
@@ -2,9 +2,6 @@
|
|||||||
assignees:
|
assignees:
|
||||||
- mikedanese
|
- mikedanese
|
||||||
title: Configuring kubelet Garbage Collection
|
title: Configuring kubelet Garbage Collection
|
||||||
redirect_from:
|
|
||||||
- "/docs/admin/garbage-collection/"
|
|
||||||
- "/docs/admin/garbage-collection.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
* TOC
|
* TOC
|
||||||
|
|||||||
@@ -3,12 +3,6 @@ assignees:
|
|||||||
- crassirostris
|
- crassirostris
|
||||||
- piosz
|
- piosz
|
||||||
title: Logging Architecture
|
title: Logging Architecture
|
||||||
redirect_from:
|
|
||||||
- "/docs/concepts/clusters/logging/"
|
|
||||||
- "/docs/concepts/clusters/logging.html"
|
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/logging/overview/"
|
|
||||||
- "/docs/user-guide/logging/overview.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Application and systems logs can help you understand what is happening inside your cluster. The logs are particularly useful for debugging problems and monitoring cluster activity. Most modern applications have some kind of logging mechanism; as such, most container engines are likewise designed to support some kind of logging. The easiest and most embraced logging method for containerized applications is to write to the standard output and standard error streams.
|
Application and systems logs can help you understand what is happening inside your cluster. The logs are particularly useful for debugging problems and monitoring cluster activity. Most modern applications have some kind of logging mechanism; as such, most container engines are likewise designed to support some kind of logging. The easiest and most embraced logging method for containerized applications is to write to the standard output and standard error streams.
|
||||||
|
|||||||
@@ -4,9 +4,6 @@ assignees:
|
|||||||
- janetkuo
|
- janetkuo
|
||||||
- mikedanese
|
- mikedanese
|
||||||
title: Managing Resources
|
title: Managing Resources
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/managing-deployments/"
|
|
||||||
- "/docs/user-guide/managing-deployments.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
You've deployed your application and exposed it via a service. Now what? Kubernetes provides a number of tools to help you manage your application deployment, including scaling and updating. Among the features we'll discuss in more depth are [configuration files](/docs/user-guide/configuring-containers/#configuration-in-kubernetes) and [labels](/docs/user-guide/deploying-applications/#labels).
|
You've deployed your application and exposed it via a service. Now what? Kubernetes provides a number of tools to help you manage your application deployment, including scaling and updating. Among the features we'll discuss in more depth are [configuration files](/docs/user-guide/configuring-containers/#configuration-in-kubernetes) and [labels](/docs/user-guide/deploying-applications/#labels).
|
||||||
|
|||||||
@@ -4,9 +4,6 @@ assignees:
|
|||||||
- freehan
|
- freehan
|
||||||
- thockin
|
- thockin
|
||||||
title: Network Plugins
|
title: Network Plugins
|
||||||
redirect_from:
|
|
||||||
- "/docs/admin/network-plugins/"
|
|
||||||
- "/docs/admin/network-plugins.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
* TOC
|
* TOC
|
||||||
|
|||||||
@@ -2,9 +2,6 @@
|
|||||||
assignees:
|
assignees:
|
||||||
- thockin
|
- thockin
|
||||||
title: Cluster Networking
|
title: Cluster Networking
|
||||||
redirect_from:
|
|
||||||
- "/docs/admin/networking/"
|
|
||||||
- "/docs/admin/networking.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Kubernetes approaches networking somewhat differently than Docker does by
|
Kubernetes approaches networking somewhat differently than Docker does by
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Proxies in Kubernetes
|
title: Proxies in Kubernetes
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/accessing-the-cluster/"
|
|
||||||
- "/docs/user-guide/accessing-the-cluster.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
|
|||||||
@@ -2,9 +2,6 @@
|
|||||||
assignees:
|
assignees:
|
||||||
- sttts
|
- sttts
|
||||||
title: Using Sysctls in a Kubernetes Cluster
|
title: Using Sysctls in a Kubernetes Cluster
|
||||||
redirect_from:
|
|
||||||
- "/docs/admin/sysctls/"
|
|
||||||
- "/docs/admin/sysctls.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
* TOC
|
* TOC
|
||||||
|
|||||||
@@ -4,9 +4,6 @@ assignees:
|
|||||||
- kevin-wangzefeng
|
- kevin-wangzefeng
|
||||||
- bsalamat
|
- bsalamat
|
||||||
title: Assigning Pods to Nodes
|
title: Assigning Pods to Nodes
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/node-selection/"
|
|
||||||
- "/docs/user-guide/node-selection/index.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
You can constrain a [pod](/docs/concepts/workloads/pods/pod/) to only be able to run on particular [nodes](/docs/concepts/nodes/node/) or to prefer to
|
You can constrain a [pod](/docs/concepts/workloads/pods/pod/) to only be able to run on particular [nodes](/docs/concepts/nodes/node/) or to prefer to
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Managing Compute Resources for Containers
|
title: Managing Compute Resources for Containers
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/compute-resources/"
|
|
||||||
- "/docs/user-guide/compute-resources.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
|
|||||||
@@ -2,9 +2,6 @@
|
|||||||
assignees:
|
assignees:
|
||||||
- mikedanese
|
- mikedanese
|
||||||
title: Configuration Best Practices
|
title: Configuration Best Practices
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/config-best-practices/"
|
|
||||||
- "/docs/user-guide/config-best-practices.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
|
|||||||
@@ -2,9 +2,6 @@
|
|||||||
assignees:
|
assignees:
|
||||||
- mikedanese
|
- mikedanese
|
||||||
title: Secrets
|
title: Secrets
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/secrets/index/"
|
|
||||||
- "/docs/user-guide/secrets/index.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Objects of type `secret` are intended to hold sensitive information, such as
|
Objects of type `secret` are intended to hold sensitive information, such as
|
||||||
|
|||||||
@@ -3,9 +3,6 @@ assignees:
|
|||||||
- mikedanese
|
- mikedanese
|
||||||
- thockin
|
- thockin
|
||||||
title: Container Lifecycle Hooks
|
title: Container Lifecycle Hooks
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/container-environment/"
|
|
||||||
- "/docs/user-guide/container-environment.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
|
|||||||
@@ -3,9 +3,6 @@ assignees:
|
|||||||
- erictune
|
- erictune
|
||||||
- thockin
|
- thockin
|
||||||
title: Images
|
title: Images
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/images/"
|
|
||||||
- "/docs/user-guide/images.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
|
|||||||
@@ -2,10 +2,8 @@
|
|||||||
assignees:
|
assignees:
|
||||||
- lavalamp
|
- lavalamp
|
||||||
title: Kubernetes Components
|
title: Kubernetes Components
|
||||||
redirect_from:
|
|
||||||
- "/docs/admin/cluster-components/"
|
|
||||||
- "/docs/admin/cluster-components.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
This document outlines the various binary components needed to
|
This document outlines the various binary components needed to
|
||||||
deliver a functioning Kubernetes cluster.
|
deliver a functioning Kubernetes cluster.
|
||||||
|
|||||||
@@ -2,9 +2,6 @@
|
|||||||
assignees:
|
assignees:
|
||||||
- chenopis
|
- chenopis
|
||||||
title: The Kubernetes API
|
title: The Kubernetes API
|
||||||
redirect_from:
|
|
||||||
- "/docs/api/"
|
|
||||||
- "/docs/api.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Overall API conventions are described in the [API conventions doc](https://git.k8s.io/community/contributors/devel/api-conventions.md).
|
Overall API conventions are described in the [API conventions doc](https://git.k8s.io/community/contributors/devel/api-conventions.md).
|
||||||
|
|||||||
@@ -3,10 +3,8 @@ assignees:
|
|||||||
- bgrant0607
|
- bgrant0607
|
||||||
- mikedanese
|
- mikedanese
|
||||||
title: What is Kubernetes?
|
title: What is Kubernetes?
|
||||||
redirect_from:
|
|
||||||
- "/docs/whatisk8s/"
|
|
||||||
- "/docs/whatisk8s.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
This page is an overview of Kubernetes.
|
This page is an overview of Kubernetes.
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Annotations
|
title: Annotations
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/annotations/"
|
|
||||||
- "/docs/user-guide/annotations.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
|
|||||||
@@ -1,9 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Understanding Kubernetes Objects
|
title: Understanding Kubernetes Objects
|
||||||
|
|
||||||
redirect_from:
|
|
||||||
- "/docs/concepts/abstractions/overview/"
|
|
||||||
- "/docs/concepts/abstractions/overview.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
|
|||||||
@@ -2,9 +2,6 @@
|
|||||||
assignees:
|
assignees:
|
||||||
- mikedanese
|
- mikedanese
|
||||||
title: Labels and Selectors
|
title: Labels and Selectors
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/labels/"
|
|
||||||
- "/docs/user-guide/labels.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
_Labels_ are key/value pairs that are attached to objects, such as pods.
|
_Labels_ are key/value pairs that are attached to objects, such as pods.
|
||||||
|
|||||||
@@ -3,9 +3,6 @@ assignees:
|
|||||||
- mikedanese
|
- mikedanese
|
||||||
- thockin
|
- thockin
|
||||||
title: Names
|
title: Names
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/identifiers/"
|
|
||||||
- "/docs/user-guide/identifiers.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
All objects in the Kubernetes REST API are unambiguously identified by a Name and a UID.
|
All objects in the Kubernetes REST API are unambiguously identified by a Name and a UID.
|
||||||
|
|||||||
@@ -4,9 +4,6 @@ assignees:
|
|||||||
- mikedanese
|
- mikedanese
|
||||||
- thockin
|
- thockin
|
||||||
title: Namespaces
|
title: Namespaces
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/namespaces/"
|
|
||||||
- "/docs/user-guide/namespaces.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Kubernetes supports multiple virtual clusters backed by the same physical cluster.
|
Kubernetes supports multiple virtual clusters backed by the same physical cluster.
|
||||||
|
|||||||
@@ -2,9 +2,6 @@
|
|||||||
assignees:
|
assignees:
|
||||||
- pweil-
|
- pweil-
|
||||||
title: Pod Security Policies
|
title: Pod Security Policies
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/pod-security-policy/"
|
|
||||||
- "/docs/user-guide/pod-security-policy/index.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Objects of type `PodSecurityPolicy` govern the ability
|
Objects of type `PodSecurityPolicy` govern the ability
|
||||||
|
|||||||
@@ -2,9 +2,6 @@
|
|||||||
assignees:
|
assignees:
|
||||||
- derekwaynecarr
|
- derekwaynecarr
|
||||||
title: Resource Quotas
|
title: Resource Quotas
|
||||||
redirect_from:
|
|
||||||
- "/docs/admin/resourcequota/"
|
|
||||||
- "/docs/admin/resourcequota/index.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
When several users or teams share a cluster with a fixed number of nodes,
|
When several users or teams share a cluster with a fixed number of nodes,
|
||||||
|
|||||||
@@ -3,9 +3,6 @@ assignees:
|
|||||||
- rickypai
|
- rickypai
|
||||||
- thockin
|
- thockin
|
||||||
title: Adding entries to Pod /etc/hosts with HostAliases
|
title: Adding entries to Pod /etc/hosts with HostAliases
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/add-entries-to-pod-etc-hosts-with-host-aliases/"
|
|
||||||
- "/docs/user-guide/add-entries-to-pod-etc-hosts-with-host-aliases.md"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
* TOC
|
* TOC
|
||||||
|
|||||||
@@ -4,9 +4,6 @@ assignees:
|
|||||||
- lavalamp
|
- lavalamp
|
||||||
- thockin
|
- thockin
|
||||||
title: Connecting Applications with Services
|
title: Connecting Applications with Services
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/connecting-applications/"
|
|
||||||
- "/docs/user-guide/connecting-applications.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
* TOC
|
* TOC
|
||||||
|
|||||||
@@ -3,9 +3,6 @@ assignees:
|
|||||||
- davidopp
|
- davidopp
|
||||||
- thockin
|
- thockin
|
||||||
title: DNS Pods and Services
|
title: DNS Pods and Services
|
||||||
redirect_from:
|
|
||||||
- "/docs/admin/dns/"
|
|
||||||
- "/docs/admin/dns.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|||||||
@@ -2,9 +2,6 @@
|
|||||||
assignees:
|
assignees:
|
||||||
- bprashanth
|
- bprashanth
|
||||||
title: Ingress Resources
|
title: Ingress Resources
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/ingress/"
|
|
||||||
- "/docs/user-guide/ingress.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
* TOC
|
* TOC
|
||||||
|
|||||||
@@ -4,9 +4,6 @@ assignees:
|
|||||||
- caseydavenport
|
- caseydavenport
|
||||||
- danwinship
|
- danwinship
|
||||||
title: Network Policies
|
title: Network Policies
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/networkpolicies/"
|
|
||||||
- "/docs/user-guide/networkpolicies.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
* TOC
|
* TOC
|
||||||
|
|||||||
@@ -2,9 +2,6 @@
|
|||||||
assignees:
|
assignees:
|
||||||
- bprashanth
|
- bprashanth
|
||||||
title: Services
|
title: Services
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/services/"
|
|
||||||
- "/docs/user-guide/services/index.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Kubernetes [`Pods`](/docs/user-guide/pods) are mortal. They are born and when they die, they
|
Kubernetes [`Pods`](/docs/user-guide/pods) are mortal. They are born and when they die, they
|
||||||
|
|||||||
@@ -5,9 +5,6 @@ assignees:
|
|||||||
- saad-ali
|
- saad-ali
|
||||||
- thockin
|
- thockin
|
||||||
title: Persistent Volumes
|
title: Persistent Volumes
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/persistent-volumes/"
|
|
||||||
- "/docs/user-guide/persistent-volumes/index.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
This document describes the current state of `PersistentVolumes` in Kubernetes. Familiarity with [volumes](/docs/concepts/storage/volumes/) is suggested.
|
This document describes the current state of `PersistentVolumes` in Kubernetes. Familiarity with [volumes](/docs/concepts/storage/volumes/) is suggested.
|
||||||
|
|||||||
@@ -5,9 +5,6 @@ assignees:
|
|||||||
- saad-ali
|
- saad-ali
|
||||||
- thockin
|
- thockin
|
||||||
title: Volumes
|
title: Volumes
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/volumes/"
|
|
||||||
- "/docs/user-guide/volumes.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
|
|||||||
@@ -4,11 +4,6 @@ assignees:
|
|||||||
- soltysh
|
- soltysh
|
||||||
- janetkuo
|
- janetkuo
|
||||||
title: Cron Jobs
|
title: Cron Jobs
|
||||||
redirect_from:
|
|
||||||
- "/docs/concepts/jobs/cron-jobs/"
|
|
||||||
- "/docs/concepts/jobs/cron-jobs.html"
|
|
||||||
- "/docs/user-guide/cron-jobs/"
|
|
||||||
- "/docs/user-guide/cron-jobs.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
* TOC
|
* TOC
|
||||||
|
|||||||
@@ -2,9 +2,6 @@
|
|||||||
assignees:
|
assignees:
|
||||||
- erictune
|
- erictune
|
||||||
title: Daemon Sets
|
title: Daemon Sets
|
||||||
redirect_from:
|
|
||||||
- "/docs/admin/daemons/"
|
|
||||||
- "/docs/admin/daemons.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
* TOC
|
* TOC
|
||||||
|
|||||||
@@ -3,9 +3,6 @@ assignees:
|
|||||||
- bgrant0607
|
- bgrant0607
|
||||||
- janetkuo
|
- janetkuo
|
||||||
title: Deployments
|
title: Deployments
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/deployments/"
|
|
||||||
- "/docs/user-guide/deployments.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{:toc}
|
{:toc}
|
||||||
|
|||||||
@@ -1,11 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Garbage Collection
|
title: Garbage Collection
|
||||||
redirect_from:
|
|
||||||
- "/docs/concepts/abstractions/controllers/garbage-collection/"
|
|
||||||
- "/docs/concepts/abstractions/controllers/garbage-collection.html"
|
|
||||||
- "/docs/user-guide/garbage-collection/"
|
|
||||||
- "/docs/user-guide/garbage-collection.html"
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
|
|||||||
@@ -3,11 +3,6 @@ assignees:
|
|||||||
- erictune
|
- erictune
|
||||||
- soltysh
|
- soltysh
|
||||||
title: Jobs - Run to Completion
|
title: Jobs - Run to Completion
|
||||||
redirect_from:
|
|
||||||
- "/docs/concepts/jobs/run-to-completion-finite-workloads/"
|
|
||||||
- "/docs/concepts/jobs/run-to-completion-finite-workloads.html"
|
|
||||||
- "/docs/user-guide/jobs/"
|
|
||||||
- "/docs/user-guide/jobs.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
* TOC
|
* TOC
|
||||||
|
|||||||
@@ -8,13 +8,6 @@ assignees:
|
|||||||
- kow3ns
|
- kow3ns
|
||||||
- smarterclayton
|
- smarterclayton
|
||||||
title: PetSets
|
title: PetSets
|
||||||
redirect_from:
|
|
||||||
- "/docs/concepts/abstractions/controllers/petsets/"
|
|
||||||
- "/docs/concepts/abstractions/controllers/petsets.html"
|
|
||||||
- "/docs/user-guide/petset/bootstrapping/"
|
|
||||||
- "/docs/user-guide/petset/bootstrapping/index.html"
|
|
||||||
- "/docs/user-guide/petset/"
|
|
||||||
- "/docs/user-guide/petset.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
__Warning:__ Starting in Kubernetes version 1.5, PetSet has been renamed to [StatefulSet](/docs/concepts/abstractions/controllers/statefulsets). To use (or continue to use) PetSet in Kubernetes 1.5, you _must_ [migrate](/docs/tasks/manage-stateful-set/upgrade-pet-set-to-stateful-set/) your existing PetSets to StatefulSets. For information on working with StatefulSet, see the tutorial on [how to run replicated stateful applications](/docs/tutorials/stateful-application/run-replicated-stateful-application).
|
__Warning:__ Starting in Kubernetes version 1.5, PetSet has been renamed to [StatefulSet](/docs/concepts/abstractions/controllers/statefulsets). To use (or continue to use) PetSet in Kubernetes 1.5, you _must_ [migrate](/docs/tasks/manage-stateful-set/upgrade-pet-set-to-stateful-set/) your existing PetSets to StatefulSets. For information on working with StatefulSet, see the tutorial on [how to run replicated stateful applications](/docs/tutorials/stateful-application/run-replicated-stateful-application).
|
||||||
|
|||||||
@@ -4,9 +4,6 @@ assignees:
|
|||||||
- bprashanth
|
- bprashanth
|
||||||
- madhusudancs
|
- madhusudancs
|
||||||
title: Replica Sets
|
title: Replica Sets
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/replicasets/"
|
|
||||||
- "/docs/user-guide/replicasets.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
* TOC
|
* TOC
|
||||||
|
|||||||
@@ -3,9 +3,6 @@ assignees:
|
|||||||
- bprashanth
|
- bprashanth
|
||||||
- janetkuo
|
- janetkuo
|
||||||
title: Replication Controller
|
title: Replication Controller
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/replication-controller/"
|
|
||||||
- "/docs/user-guide/replication-controller/index.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
* TOC
|
* TOC
|
||||||
|
|||||||
@@ -7,9 +7,6 @@ assignees:
|
|||||||
- kow3ns
|
- kow3ns
|
||||||
- smarterclayton
|
- smarterclayton
|
||||||
title: StatefulSets
|
title: StatefulSets
|
||||||
redirect_from:
|
|
||||||
- "/docs/concepts/abstractions/controllers/statefulsets/"
|
|
||||||
- "/docs/concepts/abstractions/controllers/statefulsets.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
|
|||||||
@@ -4,11 +4,6 @@ assignees:
|
|||||||
- foxish
|
- foxish
|
||||||
- davidopp
|
- davidopp
|
||||||
title: Disruptions
|
title: Disruptions
|
||||||
redirect_from:
|
|
||||||
- "/docs/admin/disruptions/"
|
|
||||||
- "/docs/admin/disruptions.html"
|
|
||||||
- "/docs/tasks/configure-pod-container/configure-pod-disruption-budget/"
|
|
||||||
- "/docs/tasks/administer-cluster/configure-pod-disruption-budget/"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
|
|||||||
@@ -2,11 +2,6 @@
|
|||||||
assignees:
|
assignees:
|
||||||
- erictune
|
- erictune
|
||||||
title: Init Containers
|
title: Init Containers
|
||||||
redirect_from:
|
|
||||||
- "/docs/concepts/abstractions/init-containers/"
|
|
||||||
- "/docs/concepts/abstractions/init-containers.html"
|
|
||||||
- "/docs/user-guide/pods/init-container/"
|
|
||||||
- "/docs/user-guide/pods/init-container.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Pod Lifecycle
|
title: Pod Lifecycle
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/pod-states/"
|
|
||||||
- "/docs/user-guide/pod-states.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
|
|||||||
@@ -2,11 +2,6 @@
|
|||||||
assignees:
|
assignees:
|
||||||
- erictune
|
- erictune
|
||||||
title: Pod Overview
|
title: Pod Overview
|
||||||
redirect_from:
|
|
||||||
- "/docs/concepts/abstractions/pod/"
|
|
||||||
- "/docs/concepts/abstractions/pod.html"
|
|
||||||
- "/docs/user-guide/pod-templates/"
|
|
||||||
- "/docs/user-guide/pod-templates.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
|
|||||||
@@ -1,9 +1,6 @@
|
|||||||
---
|
---
|
||||||
assignees:
|
assignees:
|
||||||
title: Pods
|
title: Pods
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/pods/index/"
|
|
||||||
- "/docs/user-guide/pods/index.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
* TOC
|
* TOC
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Kubernetes on Ubuntu
|
title: Kubernetes on Ubuntu
|
||||||
redirect_from:
|
|
||||||
- "/docs/getting-started-guides/ubuntu/calico/"
|
|
||||||
- "/docs/getting-started-guides/ubuntu/calico.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
|
|||||||
@@ -1,7 +1,4 @@
|
|||||||
---
|
---
|
||||||
redirect_from:
|
|
||||||
- "/docs/templatedemos/"
|
|
||||||
- "/docs/templatedemos.html"
|
|
||||||
title: Using Page Templates
|
title: Using Page Templates
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -3,11 +3,6 @@ assignees:
|
|||||||
- bgrant0607
|
- bgrant0607
|
||||||
- thockin
|
- thockin
|
||||||
title: Kubernetes Documentation
|
title: Kubernetes Documentation
|
||||||
redirect_from:
|
|
||||||
- "/docs/"
|
|
||||||
- "/docs/index.html"
|
|
||||||
- "/docs/user-guide/"
|
|
||||||
- "/docs/user-guide/index.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Kubernetes documentation can help you set up Kubernetes, learn about the system, or get your applications and workloads running on Kubernetes. To learn the basics of what Kubernetes is and how it works, read "[What is Kubernetes](/docs/concepts/overview/what-is-kubernetes/)".
|
Kubernetes documentation can help you set up Kubernetes, learn about the system, or get your applications and workloads running on Kubernetes. To learn the basics of what Kubernetes is and how it works, read "[What is Kubernetes](/docs/concepts/overview/what-is-kubernetes/)".
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Federation API Reference
|
title: Federation API Reference
|
||||||
redirect_from:
|
|
||||||
- "/docs/federation/api-reference/"
|
|
||||||
- "/docs/federation/api-reference/index.md"
|
|
||||||
---
|
---
|
||||||
# API Reference
|
# API Reference
|
||||||
|
|
||||||
|
|||||||
@@ -5,9 +5,6 @@ assignees:
|
|||||||
- errordeveloper
|
- errordeveloper
|
||||||
- jbeda
|
- jbeda
|
||||||
title: Using kubeadm to Create a Cluster
|
title: Using kubeadm to Create a Cluster
|
||||||
redirect_from:
|
|
||||||
- "/docs/getting-started-guides/kubeadm/"
|
|
||||||
- "/docs/getting-started-guides/kubeadm.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
|
|||||||
@@ -4,9 +4,6 @@ assignees:
|
|||||||
- erictune
|
- erictune
|
||||||
- mikedanese
|
- mikedanese
|
||||||
title: Picking the Right Solution
|
title: Picking the Right Solution
|
||||||
redirect_from:
|
|
||||||
- "/docs/getting-started-guides/index/"
|
|
||||||
- "/docs/getting-started-guides/index.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Kubernetes can run on various platforms: from your laptop, to VMs on a cloud provider, to rack of
|
Kubernetes can run on various platforms: from your laptop, to VMs on a cloud provider, to rack of
|
||||||
|
|||||||
@@ -1,10 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Accessing Clusters
|
title: Accessing Clusters
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/accessing-the-cluster/"
|
|
||||||
- "/docs/user-guide/accessing-the-cluster.html"
|
|
||||||
- "/docs/concepts/cluster-administration/access-cluster/"
|
|
||||||
- "/docs/concepts/cluster-administration/access-cluster.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
* TOC
|
* TOC
|
||||||
|
|||||||
@@ -3,11 +3,6 @@ assignees:
|
|||||||
- mikedanese
|
- mikedanese
|
||||||
- thockin
|
- thockin
|
||||||
title: Authenticate Across Clusters with kubeconfig
|
title: Authenticate Across Clusters with kubeconfig
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/kubeconfig-file/"
|
|
||||||
- "/docs/user-guide/kubeconfig-file.html"
|
|
||||||
- "/docs/concepts/cluster-administration/authenticate-across-clusters-kubeconfig/"
|
|
||||||
- "/docs/concepts/cluster-administration/authenticate-across-clusters-kubeconfig.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Authentication in Kubernetes can differ for different individuals.
|
Authentication in Kubernetes can differ for different individuals.
|
||||||
|
|||||||
@@ -1,10 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Communicate Between Containers in the Same Pod Using a Shared Volume
|
title: Communicate Between Containers in the Same Pod Using a Shared Volume
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/pods/multi-container/"
|
|
||||||
- "/docs/user-guide/pods/multi-container.html"
|
|
||||||
- "docs/tasks/configure-pod-container/communicate-containers-same-pod/"
|
|
||||||
- "docs/tasks/configure-pod-container/communicate-containers-same-pod.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
|
|||||||
@@ -3,9 +3,6 @@ assignees:
|
|||||||
- bprashanth
|
- bprashanth
|
||||||
- davidopp
|
- davidopp
|
||||||
title: Configure Your Cloud Provider's Firewalls
|
title: Configure Your Cloud Provider's Firewalls
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/services-firewalls/"
|
|
||||||
- "/docs/user-guide/services-firewalls.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Many cloud providers (e.g. Google Compute Engine) define firewalls that help prevent inadvertent
|
Many cloud providers (e.g. Google Compute Engine) define firewalls that help prevent inadvertent
|
||||||
|
|||||||
@@ -1,10 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Connect a Front End to a Back End Using a Service
|
title: Connect a Front End to a Back End Using a Service
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/services/operations/"
|
|
||||||
- "/docs/user-guide/services/operations.html"
|
|
||||||
- "/docs/tutorials/connecting-apps/connecting-frontend-backend/"
|
|
||||||
- "/docs/tutorials/connecting-apps/connecting-frontend-backend.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Create an External Load Balancer
|
title: Create an External Load Balancer
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/load-balancer/"
|
|
||||||
- "/docs/user-guide/load-balancer.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: List All Container Images Running in a Cluster
|
title: List All Container Images Running in a Cluster
|
||||||
redirect_from:
|
|
||||||
- "/docs/tasks/kubectl/list-all-running-container-images/"
|
|
||||||
- "/docs/tasks/kubectl/list-all-running-container-images.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Use Port Forwarding to Access Applications in a Cluster
|
title: Use Port Forwarding to Access Applications in a Cluster
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/connecting-to-applications-port-forward/"
|
|
||||||
- "/docs/user-guide/connecting-to-applications-port-forward.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
|
|||||||
@@ -1,10 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Use a Service to Access an Application in a Cluster
|
title: Use a Service to Access an Application in a Cluster
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/quick-start/"
|
|
||||||
- "/docs/user-guide/quick-start.html"
|
|
||||||
- "/docs/tutorials/stateless-application/expose-external-ip-address-service/"
|
|
||||||
- "/docs/tutorials/stateless-application/expose-external-ip-address-service.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
|
|||||||
@@ -4,11 +4,6 @@ assignees:
|
|||||||
- mikedanese
|
- mikedanese
|
||||||
- rf232
|
- rf232
|
||||||
title: Web UI (Dashboard)
|
title: Web UI (Dashboard)
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/ui/"
|
|
||||||
- "/docs/user-guide/ui.html"
|
|
||||||
- "/docs/tasks/web-ui-dashboard/"
|
|
||||||
- "/docs/tasks/web-ui-dashboard.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Dashboard is a web-based Kubernetes user interface. You can use Dashboard to deploy containerized applications to a Kubernetes cluster, troubleshoot your containerized application, and manage the cluster itself along with its attendant resources. You can use Dashboard to get an overview of applications running on your cluster, as well as for creating or modifying individual Kubernetes resources (such as Deployments, Jobs, DaemonSets, etc). For example, you can scale a Deployment, initiate a rolling update, restart a pod or deploy new applications using a deploy wizard.
|
Dashboard is a web-based Kubernetes user interface. You can use Dashboard to deploy containerized applications to a Kubernetes cluster, troubleshoot your containerized application, and manage the cluster itself along with its attendant resources. You can use Dashboard to get an overview of applications running on your cluster, as well as for creating or modifying individual Kubernetes resources (such as Deployments, Jobs, DaemonSets, etc). For example, you can scale a Deployment, initiate a rolling update, restart a pod or deploy new applications using a deploy wizard.
|
||||||
|
|||||||
@@ -3,11 +3,6 @@ assignees:
|
|||||||
- enisoc
|
- enisoc
|
||||||
- IanLewis
|
- IanLewis
|
||||||
title: Extend the Kubernetes API with ThirdPartyResources
|
title: Extend the Kubernetes API with ThirdPartyResources
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/thirdpartyresources/"
|
|
||||||
- "/docs/user-guide/thirdpartyresources.html"
|
|
||||||
- "/docs/concepts/ecosystem/thirdpartyresource/"
|
|
||||||
- "/docs/concepts/ecosystem/thirdpartyresource.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% assign for_k8s_version="1.7" %}{% include feature-state-deprecated.md %}
|
{% assign for_k8s_version="1.7" %}{% include feature-state-deprecated.md %}
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Use an HTTP Proxy to Access the Kubernetes API
|
title: Use an HTTP Proxy to Access the Kubernetes API
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/connecting-to-applications-proxy/"
|
|
||||||
- "/docs/user-guide/connecting-to-applications-proxy.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
|
|||||||
@@ -1,9 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Access Clusters Using the Kubernetes API
|
title: Access Clusters Using the Kubernetes API
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/accessing-the-cluster/"
|
|
||||||
- "/docs/user-guide/accessing-the-cluster.html"
|
|
||||||
- "/docs/concepts/cluster-administration/access-cluster/"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Access Services Running on Clusters
|
title: Access Services Running on Clusters
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/accessing-the-cluster/"
|
|
||||||
- "/docs/user-guide/accessing-the-cluster.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
|
|||||||
@@ -3,11 +3,6 @@ assignees:
|
|||||||
- derekwaynecarr
|
- derekwaynecarr
|
||||||
- janetkuo
|
- janetkuo
|
||||||
title: Apply Resource Quotas and Limits
|
title: Apply Resource Quotas and Limits
|
||||||
redirect_from:
|
|
||||||
- "/docs/admin/resourcequota/walkthrough/"
|
|
||||||
- "/docs/admin/resourcequota/walkthrough.html"
|
|
||||||
- "/docs/tasks/configure-pod-container/apply-resource-quota-limit/"
|
|
||||||
- "/docs/tasks/configure-pod-container/apply-resource-quota-limit.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
|
|||||||
@@ -2,11 +2,6 @@
|
|||||||
assignees:
|
assignees:
|
||||||
- caseydavenport
|
- caseydavenport
|
||||||
title: Use Calico for NetworkPolicy
|
title: Use Calico for NetworkPolicy
|
||||||
redirect_from:
|
|
||||||
- "/docs/getting-started-guides/network-policy/calico/"
|
|
||||||
- "/docs/getting-started-guides/network-policy/calico.html"
|
|
||||||
- "/docs/tasks/configure-pod-container/calico-network-policy/"
|
|
||||||
- "/docs/tasks/configure-pod-container/calico-network-policy.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
|
|||||||
@@ -3,11 +3,6 @@ assignees:
|
|||||||
- lavalamp
|
- lavalamp
|
||||||
- thockin
|
- thockin
|
||||||
title: Cluster Management
|
title: Cluster Management
|
||||||
redirect_from:
|
|
||||||
- "/docs/admin/cluster-management/"
|
|
||||||
- "/docs/admin/cluster-management.html"
|
|
||||||
- "/docs/concepts/cluster-administration/cluster-management/"
|
|
||||||
- "/docs/concepts/cluster-administration/cluster-management.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
* TOC
|
* TOC
|
||||||
|
|||||||
@@ -3,11 +3,6 @@ assignees:
|
|||||||
- davidopp
|
- davidopp
|
||||||
- madhusudancs
|
- madhusudancs
|
||||||
title: Configure Multiple Schedulers
|
title: Configure Multiple Schedulers
|
||||||
redirect_from:
|
|
||||||
- "/docs/admin/multiple-schedulers/"
|
|
||||||
- "/docs/admin/multiple-schedulers.html"
|
|
||||||
- "/docs/tutorials/clusters/multiple-schedulers/"
|
|
||||||
- "/docs/tutorials/clusters/multiple-schedulers.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Kubernetes ships with a default scheduler that is described [here](/docs/admin/kube-scheduler/).
|
Kubernetes ships with a default scheduler that is described [here](/docs/admin/kube-scheduler/).
|
||||||
|
|||||||
@@ -3,17 +3,6 @@ assignees:
|
|||||||
- mml
|
- mml
|
||||||
- wojtek-t
|
- wojtek-t
|
||||||
title: Operating etcd clusters for Kubernetes
|
title: Operating etcd clusters for Kubernetes
|
||||||
redirect_from:
|
|
||||||
- "/docs/concepts/storage/etcd-store-api-object/"
|
|
||||||
- "/docs/concepts/storage/etcd-store-api-object.html"
|
|
||||||
- "/docs/admin/etcd/"
|
|
||||||
- "/docs/admin/etcd.html"
|
|
||||||
- "/docs/admin/etcd_upgrade/"
|
|
||||||
- "/docs/admin/etcd_upgrade.html"
|
|
||||||
- "/docs/concepts/cluster-administration/configure-etcd/"
|
|
||||||
- "/docs/concepts/cluster-administration/configure-etcd.html"
|
|
||||||
- "/docs/concepts/cluster-administration/etcd-upgrade/"
|
|
||||||
- "/docs/concepts/cluster-administration/etcd-upgrade.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
etcd is a strong, consistent, and highly-available key value store which Kubernetes uses for persistent storage of all of its API objects. This documentation provides specific instruction on operating, upgrading, and rolling back etcd clusters for Kubernetes. For in-depth information on etcd, see [etcd documentation](https://github.com/coreos/etcd/blob/master/Documentation/docs.md).
|
etcd is a strong, consistent, and highly-available key value store which Kubernetes uses for persistent storage of all of its API objects. This documentation provides specific instruction on operating, upgrading, and rolling back etcd clusters for Kubernetes. For in-depth information on etcd, see [etcd documentation](https://github.com/coreos/etcd/blob/master/Documentation/docs.md).
|
||||||
|
|||||||
@@ -3,11 +3,6 @@ assignees:
|
|||||||
- derekwaynecarr
|
- derekwaynecarr
|
||||||
- janetkuo
|
- janetkuo
|
||||||
title: Set Pod CPU and Memory Limits
|
title: Set Pod CPU and Memory Limits
|
||||||
redirect_from:
|
|
||||||
- "/docs/admin/limitrange/"
|
|
||||||
- "/docs/admin/limitrange/index.html"
|
|
||||||
- "/docs/tasks/configure-pod-container/limit-range/"
|
|
||||||
- "/docs/tasks/configure-pod-container/limit-range.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
|
|||||||
@@ -3,11 +3,6 @@ assignees:
|
|||||||
- caseydavenport
|
- caseydavenport
|
||||||
- danwinship
|
- danwinship
|
||||||
title: Declare Network Policy
|
title: Declare Network Policy
|
||||||
redirect_from:
|
|
||||||
- "/docs/getting-started-guides/network-policy/walkthrough/"
|
|
||||||
- "/docs/getting-started-guides/network-policy/walkthrough.html"
|
|
||||||
- "/docs/tasks/configure-pod-container/declare-network-policy/"
|
|
||||||
- "/docs/tasks/configure-pod-container/declare-network-policy.html"
|
|
||||||
---
|
---
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
This document helps you get started using using the Kubernetes [NetworkPolicy API](/docs/user-guide/network-policies) to declare network policies that govern how pods communicate with each other.
|
This document helps you get started using using the Kubernetes [NetworkPolicy API](/docs/user-guide/network-policies) to declare network policies that govern how pods communicate with each other.
|
||||||
|
|||||||
@@ -4,11 +4,6 @@ assignees:
|
|||||||
- filipg
|
- filipg
|
||||||
- piosz
|
- piosz
|
||||||
title: Guaranteed Scheduling For Critical Add-On Pods
|
title: Guaranteed Scheduling For Critical Add-On Pods
|
||||||
redirect_from:
|
|
||||||
- "/docs/admin/rescheduler/"
|
|
||||||
- "/docs/admin/rescheduler.html"
|
|
||||||
- "/docs/concepts/cluster-administration/guaranteed-scheduling-critical-addon-pods/"
|
|
||||||
- "/docs/concepts/cluster-administration/guaranteed-scheduling-critical-addon-pods.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
* TOC
|
* TOC
|
||||||
|
|||||||
@@ -2,9 +2,6 @@
|
|||||||
assignees:
|
assignees:
|
||||||
- jszczepkowski
|
- jszczepkowski
|
||||||
title: Set up High-Availability Kubernetes Masters
|
title: Set up High-Availability Kubernetes Masters
|
||||||
redirect_from:
|
|
||||||
- "/docs/admin/ha-master-gce/"
|
|
||||||
- "/docs/admin/ha-master-gce.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
* TOC
|
* TOC
|
||||||
|
|||||||
@@ -2,9 +2,6 @@
|
|||||||
assignees:
|
assignees:
|
||||||
- pipejakob
|
- pipejakob
|
||||||
title: Upgrading kubeadm clusters from 1.6 to 1.7
|
title: Upgrading kubeadm clusters from 1.6 to 1.7
|
||||||
redirect_from:
|
|
||||||
- "/docs/admin/kubeadm-upgrade-1-7/"
|
|
||||||
- "/docs/admin/kubeadm-upgrade-1-7.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Limit Storage Consumption
|
title: Limit Storage Consumption
|
||||||
redirect_from:
|
|
||||||
- "/docs/admin/resourcequota/limitstorageconsumption/"
|
|
||||||
- "/docs/admin/resourcequota/limitstorageconsumption.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
|
|||||||
@@ -3,9 +3,6 @@ assignees:
|
|||||||
- derekwaynecarr
|
- derekwaynecarr
|
||||||
- janetkuo
|
- janetkuo
|
||||||
title: Namespaces Walkthrough
|
title: Namespaces Walkthrough
|
||||||
redirect_from:
|
|
||||||
- "/docs/admin/namespaces/walkthrough/"
|
|
||||||
- "/docs/admin/namespaces/walkthrough.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Kubernetes _namespaces_ help different projects, teams, or customers to share a Kubernetes cluster.
|
Kubernetes _namespaces_ help different projects, teams, or customers to share a Kubernetes cluster.
|
||||||
|
|||||||
@@ -3,9 +3,6 @@ assignees:
|
|||||||
- derekwaynecarr
|
- derekwaynecarr
|
||||||
- janetkuo
|
- janetkuo
|
||||||
title: Share a Cluster with Namespaces
|
title: Share a Cluster with Namespaces
|
||||||
redirect_from:
|
|
||||||
- "/docs/admin/namespaces/"
|
|
||||||
- "/docs/admin/namespaces/index.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
A Namespace is a mechanism to partition resources created by users into
|
A Namespace is a mechanism to partition resources created by users into
|
||||||
|
|||||||
@@ -4,11 +4,6 @@ assignees:
|
|||||||
- vishh
|
- vishh
|
||||||
- timstclair
|
- timstclair
|
||||||
title: Configure Out Of Resource Handling
|
title: Configure Out Of Resource Handling
|
||||||
redirect_from:
|
|
||||||
- "/docs/admin/out-of-resource/"
|
|
||||||
- "/docs/admin/out-of-resource.html"
|
|
||||||
- "/docs/concepts/cluster-administration/out-of-resource/"
|
|
||||||
- "/docs/concepts/cluster-administration/out-of-resource.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
* TOC
|
* TOC
|
||||||
|
|||||||
@@ -4,9 +4,6 @@ assignees:
|
|||||||
- derekwaynecarr
|
- derekwaynecarr
|
||||||
- dashpole
|
- dashpole
|
||||||
title: Reserve Compute Resources for System Daemons
|
title: Reserve Compute Resources for System Daemons
|
||||||
redirect_from:
|
|
||||||
- "/docs/admin/node-allocatable/"
|
|
||||||
- "/docs/admin/node-allocatable.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
* TOC
|
* TOC
|
||||||
|
|||||||
@@ -2,11 +2,6 @@
|
|||||||
assignees:
|
assignees:
|
||||||
- chrismarino
|
- chrismarino
|
||||||
title: Romana for NetworkPolicy
|
title: Romana for NetworkPolicy
|
||||||
redirect_from:
|
|
||||||
- "/docs/getting-started-guides/network-policy/romana/"
|
|
||||||
- "/docs/getting-started-guides/network-policy/romana.html"
|
|
||||||
- "/docs/tasks/configure-pod-container/romana-network-policy/"
|
|
||||||
- "/docs/tasks/configure-pod-container/romana-network-policy.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
|
|||||||
@@ -2,9 +2,6 @@
|
|||||||
assignees:
|
assignees:
|
||||||
- thockin
|
- thockin
|
||||||
title: Build and Run cloud-controller-manager
|
title: Build and Run cloud-controller-manager
|
||||||
redirect_from:
|
|
||||||
- "/docs/getting-started-guides/running-cloud-controller/"
|
|
||||||
- "/docs/getting-started-guides/running-cloud-controller.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Kubernetes version 1.6 contains a new binary called as `cloud-controller-manager`. `cloud-controller-manager` is a daemon that embeds cloud-specific control loops in Kubernetes. These cloud-specific control loops were originally in the kube-controller-manager. However, cloud providers move at a different pace and schedule compared to the Kubernetes project, and abstracting the provider-specific code to the `cloud-controller-manager` binary allows cloud provider vendors to evolve independently from the core Kubernetes code.
|
Kubernetes version 1.6 contains a new binary called as `cloud-controller-manager`. `cloud-controller-manager` is a daemon that embeds cloud-specific control loops in Kubernetes. These cloud-specific control loops were originally in the kube-controller-manager. However, cloud providers move at a different pace and schedule compared to the Kubernetes project, and abstracting the provider-specific code to the `cloud-controller-manager` binary allows cloud provider vendors to evolve independently from the core Kubernetes code.
|
||||||
|
|||||||
@@ -3,9 +3,6 @@ assignees:
|
|||||||
- mikedanese
|
- mikedanese
|
||||||
- thockin
|
- thockin
|
||||||
title: Share Cluster Access with kubeconfig
|
title: Share Cluster Access with kubeconfig
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/sharing-clusters/"
|
|
||||||
- "/docs/user-guide/sharing-clusters.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Client access to a running Kubernetes cluster can be shared by copying
|
Client access to a running Kubernetes cluster can be shared by copying
|
||||||
|
|||||||
@@ -2,11 +2,6 @@
|
|||||||
assignees:
|
assignees:
|
||||||
- jsafrane
|
- jsafrane
|
||||||
title: Static Pods
|
title: Static Pods
|
||||||
redirect_from:
|
|
||||||
- "/docs/admin/static-pods/"
|
|
||||||
- "/docs/admin/static-pods.html"
|
|
||||||
- "/docs/concepts/cluster-administration/static-pod/"
|
|
||||||
- "/docs/concepts/cluster-administration/static-pod.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**If you are running clustered Kubernetes and are using static pods to run a pod on every node, you should probably be using a [DaemonSet](/docs/concepts/workloads/controllers/daemonset/)!**
|
**If you are running clustered Kubernetes and are using static pods to run a pod on every node, you should probably be using a [DaemonSet](/docs/concepts/workloads/controllers/daemonset/)!**
|
||||||
|
|||||||
@@ -2,9 +2,6 @@
|
|||||||
assignees:
|
assignees:
|
||||||
- mml
|
- mml
|
||||||
title: Cluster Management Guide for Version 1.6
|
title: Cluster Management Guide for Version 1.6
|
||||||
redirect_from:
|
|
||||||
- "/docs/admin/upgrade-1-6/"
|
|
||||||
- "/docs/admin/upgrade-1-6.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
* TOC
|
* TOC
|
||||||
|
|||||||
@@ -2,11 +2,6 @@
|
|||||||
assignees:
|
assignees:
|
||||||
- bboreham
|
- bboreham
|
||||||
title: Weave Net for NetworkPolicy
|
title: Weave Net for NetworkPolicy
|
||||||
redirect_from:
|
|
||||||
- "/docs/getting-started-guides/network-policy/weave/"
|
|
||||||
- "/docs/getting-started-guides/network-policy/weave.html"
|
|
||||||
- "/docs/tasks/configure-pod-container/weave-network-policy/"
|
|
||||||
- "/docs/tasks/configure-pod-container/weave-network-policy.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Federated Cluster
|
title: Federated Cluster
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/federation/cluster/"
|
|
||||||
- "/docs/user-guide/federation/cluster.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Federated ConfigMap
|
title: Federated ConfigMap
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/federation/configmap/"
|
|
||||||
- "/docs/user-guide/federation/configmap.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Federated DaemonSet
|
title: Federated DaemonSet
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/federation/daemonsets/"
|
|
||||||
- "/docs/user-guide/federation/daemonsets.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Federated Deployment
|
title: Federated Deployment
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/federation/deployment/"
|
|
||||||
- "/docs/user-guide/federation/deployment.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Federated Events
|
title: Federated Events
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/federation/events/"
|
|
||||||
- "/docs/user-guide/federation/events.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
This guide explains how to use events in federation control plane to help in debugging.
|
This guide explains how to use events in federation control plane to help in debugging.
|
||||||
|
|||||||
@@ -1,9 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Federated Ingress
|
title: Federated Ingress
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/federation/federated-ingress/"
|
|
||||||
- "/docs/user-guide/federation/federated-ingress.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
This page explains how to use Kubernetes Federated Ingress to deploy
|
This page explains how to use Kubernetes Federated Ingress to deploy
|
||||||
a common HTTP(S) virtual IP load balancer across a federated service running in
|
a common HTTP(S) virtual IP load balancer across a federated service running in
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Federated Namespaces
|
title: Federated Namespaces
|
||||||
redirect_from:
|
|
||||||
- "/docs/user-guide/federation/namespaces/"
|
|
||||||
- "/docs/user-guide/federation/namespaces.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user