Skip to content

Commit d97a9cf

Browse files
committed
Merge branch 'master' of https://github.com/kubernetes/website into release-1.9
* 'master' of https://github.com/kubernetes/website: (549 commits) Update service.md (#7810) Prune inactive maintainers (#7830) add Amadeus to index page and add feature image (#7827) Update conventions.md (#7668) Adding Tenxcloud as KCSP and Hedvig typo (#7826) Update outdated documentation about secret key validation. (#7675) Update imperative-command.md (#7699) Update manage-deployment.md (#7774) Add the OCI runtime description. (#7769) fix flag (#7814) fix flag (#7813) Add files via upload (#7816) Remove CoreOS guide that use Kubernetes v0.15.0 (#7821) "Nagions" should be "Nagios“ (#7762) Update docker-cli-to-kubectl.md (#7748) adjust a note format (#7812) add a note when mount a configmap to pod (#7745) Make using sysctls a task instead of a concept (#6808) Partners page updates (#7802) Fix a missing word in endpoint reconciler section (#7804) ...
2 parents ca4f9f8 + 770440d commit d97a9cf

File tree

2,844 files changed

+23034
-680644
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,844 files changed

+23034
-680644
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
**Page to Update:**
17-
http://kubernetes.io/...
17+
https://kubernetes.io/...
1818

1919
<!--Optional Information (remove the comment tags around information you would like to include)-->
2020
<!--Kubernetes Version:-->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
>^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
> For 1.10 Features: set Milestone to 1.10 and Base Branch to release-1.10
3+
>^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14
> NOTE: After opening the PR, please *un-check and re-check* the ["Allow edits from maintainers"](https://help.github.com/articles/allowing-changes-to-a-pull-request-branch-created-from-a-fork/) box so that maintainers can work on your patch and speed up the review process. This is a temporary workaround to address a known issue with GitHub.>
25
>
36
> Please delete this note before submitting the pull request.

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ group :jekyll_plugins do
2727
gem "jekyll-github-metadata", "~> 2.2"
2828
gem "jekyll-optional-front-matter", "~> 0.1"
2929
gem "jekyll-readme-index", "0.0.3"
30-
gem "jekyll-redirect-from", "~> 0.11"
30+
gem "jekyll-redirect-from", "~> 0.13"
3131
gem "jekyll-relative-links", "~> 0.2"
3232
gem "jekyll-swiss", "~> 0.4"
3333
gem "jekyll-theme-architect", "0.0.3"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ GEM
4747
jekyll-paginate (1.1.0)
4848
jekyll-readme-index (0.0.3)
4949
jekyll (~> 3.0)
50-
jekyll-redirect-from (0.12.1)
50+
jekyll-redirect-from (0.13.0)
5151
jekyll (~> 3.3)
5252
jekyll-relative-links (0.5.1)
5353
jekyll (~> 3.3)
@@ -145,7 +145,7 @@ DEPENDENCIES
145145
jekyll-optional-front-matter (~> 0.1)
146146
jekyll-paginate (= 1.1.0)
147147
jekyll-readme-index (= 0.0.3)
148-
jekyll-redirect-from (~> 0.11)
148+
jekyll-redirect-from (~> 0.13)
149149
jekyll-relative-links (~> 0.2)
150150
jekyll-seo-tag
151151
jekyll-sitemap

OWNERS

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
reviewers:
2-
- a-mccarthy
3-
- abiogenesis-now
2+
- tengqm
3+
- zhangxiaoyu-zidif
4+
- xiangpengzhao
5+
approvers:
6+
- heckj
47
- bradamant3
8+
- bradtopol
59
- steveperry-53
610
- zacharysarah
11+
- chenopis

OWNERS_ALIASES

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ aliases:
8787
- grodrigues3
8888
- spxtr
8989
sig-docs: #Team: documentation; GH: sig-docs-pr-reviews
90-
- a-mccarthy
91-
- abiogenesis-now
9290
- bradamant3
9391
- steveperry-53
9492
- zacharysarah
93+
- bradtopol
94+
- heckj
9595
sig-federation: #Team: Federation; e.g. Federated Clusters
9696
- csbell
9797
sig-gcp: #Google Cloud Platform; GH: sig-gcp-pr-reviews
@@ -149,9 +149,9 @@ aliases:
149149
- feiskyer
150150
- nebril
151151
sig-openstack: #GH: sig-openstack-pr-reviews
152-
- idvoretskyi
153-
- xsgordon
154-
- NickrenREN
152+
- hogepodge
153+
- dklyle
154+
- rjmorse
155155
sig-pm: #aka Product Management
156156
- apsinha
157157
- idvoretskyi
@@ -203,4 +203,3 @@ aliases:
203203
- floreks
204204
sig-windows:
205205
- michmike
206-

_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ incremental: true
1313
safe: false
1414
lsi: false
1515

16+
latest: "v1.9"
1617
defaults:
1718
-
1819
scope:
@@ -88,3 +89,4 @@ tocs:
8889
- reference
8990
- samples
9091
- search
92+
- imported

_data/concepts.yml

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,38 @@
11
bigheader: "Concepts"
22
abstract: "Detailed explanations of Kubernetes system concepts and abstractions."
3+
landing_page: /docs/concepts/index/
34
toc:
45
- docs/concepts/index.md
56

67
- title: Overview
8+
landing_page: /docs/concepts/overview/what-is-kubernetes/
79
section:
810
- docs/concepts/overview/what-is-kubernetes.md
911
- docs/concepts/overview/components.md
12+
- docs/concepts/overview/kubernetes-api.md
1013
- title: Working with Kubernetes Objects
1114
section:
1215
- docs/concepts/overview/working-with-objects/kubernetes-objects.md
1316
- docs/concepts/overview/working-with-objects/names.md
1417
- docs/concepts/overview/working-with-objects/namespaces.md
1518
- docs/concepts/overview/working-with-objects/labels.md
1619
- docs/concepts/overview/working-with-objects/annotations.md
17-
- docs/concepts/overview/kubernetes-api.md
20+
- title: Object Management Using kubectl
21+
section:
22+
- docs/concepts/overview/object-management-kubectl/overview.md
23+
- docs/concepts/overview/object-management-kubectl/imperative-command.md
24+
- docs/concepts/overview/object-management-kubectl/imperative-config.md
25+
- docs/concepts/overview/object-management-kubectl/declarative-config.md
1826

1927
- title: Kubernetes Architecture
28+
landing_page: /docs/concepts/architecture/nodes/
2029
section:
2130
- docs/concepts/architecture/nodes.md
2231
- docs/concepts/architecture/master-node-communication.md
2332
- docs/concepts/architecture/cloud-controller.md
2433

2534
- title: Extending Kubernetes
35+
landing_page: /docs/concepts/api-extension/custom-resources/
2636
section:
2737
- docs/concepts/overview/extending.md
2838
- title: Extending the Kubernetes API
@@ -33,16 +43,17 @@ toc:
3343
section:
3444
- docs/concepts/cluster-administration/network-plugins.md
3545
- docs/concepts/cluster-administration/device-plugins.md
36-
- docs/concepts/cluster-administration/sysctl-cluster.md
3746
- docs/concepts/service-catalog/index.md
3847

3948
- title: Containers
49+
landing_page: /docs/concepts/containers/images/
4050
section:
4151
- docs/concepts/containers/images.md
4252
- docs/concepts/containers/container-environment-variables.md
4353
- docs/concepts/containers/container-lifecycle-hooks.md
4454

4555
- title: Workloads
56+
landing_page: /docs/concepts/workloads/pods/pod-overview/
4657
section:
4758
- title: Pods
4859
section:
@@ -64,6 +75,7 @@ toc:
6475
- docs/concepts/workloads/controllers/cron-jobs.md
6576

6677
- title: Configuration
78+
landing_page: /docs/concepts/configuration/overview/
6779
section:
6880
- docs/concepts/configuration/overview.md
6981
- docs/concepts/configuration/manage-compute-resources-container.md
@@ -74,6 +86,7 @@ toc:
7486
- docs/concepts/configuration/pod-priority-preemption.md
7587

7688
- title: Services, Load Balancing, and Networking
89+
landing_page: /docs/concepts/services-networking/service/
7790
section:
7891
- docs/concepts/services-networking/service.md
7992
- docs/concepts/services-networking/dns-pod-service.md
@@ -83,13 +96,15 @@ toc:
8396
- docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases.md
8497

8598
- title: Storage
99+
landing_page: /docs/concepts/storage/volumes/
86100
section:
87101
- docs/concepts/storage/volumes.md
88102
- docs/concepts/storage/persistent-volumes.md
89103
- docs/concepts/storage/storage-classes.md
90104
- docs/concepts/storage/dynamic-provisioning.md
91105

92106
- title: Cluster Administration
107+
landing_page: /docs/concepts/cluster-administration/cluster-administration-overview/
93108
section:
94109
- docs/concepts/cluster-administration/cluster-administration-overview.md
95110
- docs/concepts/cluster-administration/certificates.md
@@ -110,5 +125,3 @@ toc:
110125
section:
111126
- docs/concepts/policy/resource-quotas.md
112127
- docs/concepts/policy/pod-security-policy.md
113-
114-

_data/docs-home.yml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,28 @@
1-
bigheader: "Documentation Home"
1+
bigheader: "About"
22
abstract: "Documentation for using and learning about Kubernetes."
33
toc:
44
- docs/home/index.md
55

6-
- title: Release Notes
7-
path: https://git.k8s.io/kubernetes/CHANGELOG.md
8-
- title: Release Roadmap
9-
path: https://github.com/kubernetes/kubernetes/milestones/
10-
11-
- docs/tasks/debug-application-cluster/troubleshooting.md
6+
- title: Supported Doc Versions
7+
path: /docs/home/supported-doc-versions/
128

139
- title: Contributing to the Kubernetes Docs
10+
landing_page: /editdocs/
1411
section:
1512
- editdocs.md
13+
- docs/home/contribute/participating.md
1614
- docs/home/contribute/create-pull-request.md
1715
- docs/home/contribute/write-new-topic.md
1816
- docs/home/contribute/stage-documentation-changes.md
1917
- docs/home/contribute/page-templates.md
2018
- docs/home/contribute/review-issues.md
2119
- docs/home/contribute/style-guide.md
2220
- docs/home/contribute/includes.md
21+
- docs/home/contribute/localization.md
22+
23+
- title: Updating Automatically Generated Reference Pages
24+
section:
25+
- docs/home/contribute/generated-reference/kubernetes-components.md
26+
- docs/home/contribute/generated-reference/kubectl.md
27+
- docs/home/contribute/generated-reference/kubernetes-api.md
28+
- docs/home/contribute/generated-reference/federation-api.md

_data/globals.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ tocs:
88
- reference
99
- samples
1010
- support
11+
- imported

0 commit comments

Comments
 (0)