setup page replaces picking the right solutions (#14442)

This commit is contained in:
Rajakavitha1
2019-05-21 21:20:49 +05:30
committed by Kubernetes Prow Robot
parent a98753cfe9
commit 625bf369a9
7 changed files with 13 additions and 340 deletions
@@ -143,9 +143,9 @@ current-context: kubelet-context
* Start the appropriate services on the node (fed-node).
```shell
for SERVICES in kube-proxy kubelet docker; do
for SERVICES in kube-proxy kubelet docker; do
systemctl enable --now $SERVICES
systemctl status $SERVICES
systemctl status $SERVICES
done
```
@@ -175,6 +175,3 @@ kubectl delete -f ./node.json
IaaS Provider | Config. Mgmt | OS | Networking | Docs | Conforms | Support Level
-------------------- | ------------ | ------ | ---------- | --------------------------------------------- | ---------| ----------------------------
Bare-metal | custom | Fedora | _none_ | [docs](/docs/getting-started-guides/fedora/fedora_manual_config) | | Project
For support level information on all solutions, see the [Table of solutions](/docs/getting-started-guides/#table-of-solutions) chart.