Commit Graph

29 Commits

Author SHA1 Message Date
52ee5d0fff Various documentation updates (#8243)
* Docs: update CONTRIBUTING.md

* Docs: clean up outdated roadmap and point to github issues instead

* Docs: update note on kubelet_cgroup_driver

* Docs: update kata containers docs with note about cgroup driver

* Docs: note about CI specific overrides
2021-11-29 15:05:21 -08:00
b77f207512 Docs: Replace master with control plane (#7767)
This replaces master with "control plane" in Kubespray docs
because of [1].

[1]: https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/kubeadm/2067-rename-master-label-taint/README.md#motivation
2021-07-01 00:55:55 -07:00
3a37a49690 Packet renamed (#7653)
* Packet->Equinix Metal rename #6901 

Updates throughout to reflect #6901 renaming for Packet to Equinix Metal.

* Rename Packet to Equinix Metal throughout the project #6901

Packet is renamed to Equinix Metal in more contexts including
documentation links. The Terraform provider used is still the Packet
provider. The environment variables and configuration options still
refer to the Packet name.

Signed-off-by: Marques Johansson <mjohansson@equinix.com>

Co-authored-by: Edward Vielmetti <ed@packet.net>
2021-05-27 11:58:24 -07:00
4990eec4a2 Replace Openstack with OpenStack (#6413)
The official word is OpenStack, not Openstack as [1].
This replaces it with OpenStack in the docs.

[1]: https://www.openstack.org/
2020-07-21 23:54:05 -07:00
a9b67d586b Add markdown CI (#5380) 2019-12-04 07:22:57 -08:00
3bcdf46937 fix-up some spelling mistakes (#5202) 2019-09-25 23:27:08 -07:00
29e916508c Update roadmap (#4811) 2019-05-28 02:05:54 -07:00
38af93b60c Remove rkt support (#4671) 2019-04-29 01:14:20 -07:00
2a92fd2f14 Update docs/roadmap.md (#4198) 2019-02-07 07:43:35 -08:00
3b6df70f11 typo fix about officially
Signed-off-by: Yongxin Li <yxli@alauda.io>
2018-10-30 20:38:37 +08:00
f67d82a9db fix typo: delete duplicate words (#3422) 2018-10-01 00:07:25 -07:00
095d33bc51 Remove KPM support 2018-05-21 22:28:08 +02:00
a9f4038fcd Update roadmap (#1814) 2017-10-16 17:02:53 +01:00
77f1d4b0f1 Revert "Update roadmap" (#1809)
* Revert "Debian jessie docs (#1806)"

This reverts commit d78577c810.

* Revert "[contrib/network-storage/glusterfs] adds service for glusterfs endpoint (#1800)"

This reverts commit 5fb6b2eaf7.

* Revert "[contrib/network-storage/glusterfs] bootstrap for glusterfs nodes (#1799)"

This reverts commit 404caa111a.

* Revert "Fixed kubelet standard log environment (#1780)"

This reverts commit b838468500.

* Revert "Add support for fedora atomic host (#1779)"

This reverts commit f2235be1d3.

* Revert "Update network-plugins to use portmap plugin (#1763)"

This reverts commit 6ec45b10f1.

* Revert "Update roadmap (#1795)"

This reverts commit d9879d8026.
2017-10-16 14:09:24 +01:00
d9879d8026 Update roadmap (#1795) 2017-10-16 07:06:06 +01:00
83265b7f75 renaming kargo-cli to kubespray-cli 2017-06-23 12:35:10 -04:00
8203383c03 rename almost all mentions of kargo 2017-06-16 13:25:46 -04:00
ac96d5ccf0 Merge pull request #1176 from zoidbergwill/patch-2
Update roadmap.md
2017-03-23 12:05:35 +01:00
c4e57477fb replace non-breakable space with regular space
Non-brekable space is 0xc2 0xa0 byte sequence in UTF-8.

To find one:

    $ git grep -I -P '\xc2\xa0'

To replace with regular space:

    $ git grep -l -I -P '\xc2\xa0' | xargs sed -i 's/\xc2\xa0/ /g'

This commit doesn't include changes that will overlap with commit f1c59a91a1.
2017-03-23 00:25:01 +03:00
f1c59a91a1 Update roadmap.md 2017-03-22 22:03:06 +02:00
b638c89556 remove extra ~ 2017-02-06 15:05:24 +04:00
d818ac1d59 Update roadmap.md 2017-02-04 23:23:24 +01:00
5b9b2c0973 Update roadmap.md 2016-11-17 12:44:30 -05:00
7e81855e24 Merge pull request #554 from bogdando/kubeadm_adoption
Update roadmap for the kubeadm LCM track
2016-10-18 13:52:55 +02:00
6113a3f350 update roadmap, kubeadm adoption 2016-10-18 13:51:36 +02:00
7d6fc1d680 Update roadmap for the kubeadm LCM track
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
2016-10-18 13:44:45 +02:00
a2bdcabc33 Some additional roadmap items 2016-07-08 16:32:01 +02:00
1e8ee99d1a a small change in the roadmap 2016-07-08 09:40:12 +02:00
5fdea4b947 first version of the roadmap 2016-07-08 09:21:33 +02:00