You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Editing of these branches will kick off a build using Travis CI that auto-updates these URLs; you can monitor the build progress at [https://travis-ci.org/kubernetes/kubernetes.github.io](https://travis-ci.org/kubernetes/kubernetes.github.io).
154
154
155
+
## Config yaml guidelines
156
+
157
+
Guidelines for config yamls that are included in the site docs. These
158
+
are the yaml or json files that contain Kubernetes object
159
+
configuration to be used with `kubectl create -f` Config yamls should
160
+
be:
161
+
162
+
* Separate deployable files, not embedded in the document, unless very
163
+
small variations of a full config.
164
+
* Included in the doc with the include code
165
+
[above.](#include-code-from-another-file)
166
+
* In the same directory as the doc that they are being used in
167
+
* If you are re-using a yaml from another doc, that is OK, just
168
+
leave it there, don't move it up to a higher level directory.
section on "Docker images" from the Kubernetes repository.
180
+
155
181
## Partners
156
182
Kubernetes partners refers to the companies who contribute to the Kubernetes core codebase and/or extend their platform to support Kubernetes. Partners can get their logos added to the partner section of the [community page](http://k8s.io/community) by following the below steps and meeting the below logo specifications. Partners will also need to have a URL that is specific to integrating with Kubernetes ready; this URL will be the destination when the logo is clicked.
0 commit comments