We currently have quite some contents duplicated between the concepts
and the reference section, which is not good. This PR is an effort to
remove the duplicated content from the two pages while providing links
for readers to check the reference easily.
There are many contents in the (*very big*) Secret concept page which
are actually tasks. This PR proposes a separation of some contents
into separate tasks, so that we have a (hopefully) better organization
of the content and we make room for improvement to the concept itself.
Note that the creation of the `configmap-secret` directory (instead of
`secret`) is an intent to create a folder for both ConfigMap and Secret,
both of which are about configurations though there are quite some
differences between them.
* Fix for 23732
Explicitly specify that consumed as environment variables require pod restart to refresh.
* Remove note tag
Remove note tag as suggested
Nits fixed include:
- incorrectly specified code syntax, e.g. code snippet marked 'json' but
the content is not JSON;
- the footnote in the paging table contains a nested table which cannot
be rendered correctly, so the content is removed considering that it
is just redundant table rows;
- some `kubectl apply` commands failed to provide the correct artifact
to use while the artifact is stored online.
- fixed some other code fences by explicitly marking them as code
snippet rather than relying on indentation (hard to maintain).
The persistentVolumeClaim explanation was contradictory. I've changed it, since PersistentVolumeClaims are an abstraction layer for PersistentVolumes, which in turn "capture[..] the details of the implementation of the storage".
* Fix name of namespace to kube-system
* Change kubedns to coredns
* Remove tailing whitespaces
* Fix names of json keys (should be lowerCamelCase)
* Fix quotation mark (fixes broken json highlighting)
* Remove on-premises VMs section
* Remove CloudStack page
This page does not fit in with current content guidelines.
* Remove DC/OS page
This page does not fit in with current content guidelines.
* Remove oVirt page
This page does not fit in with current content guidelines.
* Remove empty section: On-Premises VMs