Skip to content

Commit

Permalink
Merge pull request #72 from ktsakalozos/bug/links
Browse files Browse the repository at this point in the history
Fix broken links
  • Loading branch information
anthonydillon committed Mar 31, 2019
2 parents dfa6e02 + 3864adb commit 1416fd2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Expand Up @@ -37,7 +37,7 @@ microk8s.status --wait-ready
```

> In order to install MicroK8s make sure
> - you go though the [list of ports](docs/ports.md) that need to be available
> - you go though the [list of ports](/docs/ports) that need to be available
### Accessing Kubernetes

Expand Down Expand Up @@ -91,7 +91,7 @@ With `microk8s.status` you can see the list of available add-ons and which ones
- **ingress**: Create an ingress controller.
- **gpu**: Expose GPU(s) to MicroK8s by enabling the nvidia runtime and nvidia-device-plugin-daemonset. Requires NVIDIA drivers to be already installed on the host system.
- **istio**: Deploy the core [Istio](https://istio.io/) services. You can use the `microk8s.istioctl` command to manage your deployments.
- **registry**: Deploy a private image registry and expose it on `localhost:32000`. The storage add-on will be enabled as part of this add-on. See [the registry documentation](docs/registry) for more details.
- **registry**: Deploy a private image registry and expose it on `localhost:32000`. The storage add-on will be enabled as part of this add-on. See [the registry documentation](/docs/registry) for more details.
- **metrics-server**: Deploy the [Metrics Server](https://kubernetes.io/docs/tasks/debug-application-cluster/core-metrics-pipeline/#metrics-server).
- **prometheus**: Deploy the [Prometheus Operator](https://github.com/coreos/prometheus-operator) v0.25.
- **fluentd**: Deploy the [Elasticsearch-Kibana-Fluentd](https://kubernetes.io/docs/tasks/debug-application-cluster/logging-elasticsearch-kibana/) logging and monitoring solution.
Expand Down
10 changes: 5 additions & 5 deletions docs/ports.md
Expand Up @@ -57,9 +57,9 @@ Currently all requests coming from authenticated sources are authorized as we ha

## References

- Authentication strategies: https://kubernetes.io/docs/reference/access-authn-authz/authentication/#authentication-strategies
- kubelet: https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/
- kube-proxy: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/
- kube-scheduler: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-scheduler/
- kube-controller-manager: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-controller-manager/
- [Authentication strategies](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#authentication-strategies)
- [kubelet](https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/)
- [kube-proxy](https://kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/)
- [kube-scheduler](https://kubernetes.io/docs/reference/command-line-tools-reference/kube-scheduler/)
- [kube-controller-manager](https://kubernetes.io/docs/reference/command-line-tools-reference/kube-controller-manager/)

2 changes: 1 addition & 1 deletion docs/registry.md
Expand Up @@ -44,4 +44,4 @@ spec:


## References
- Containerd registry: https://github.com/containerd/cri/blob/master/docs/registry.md
- [Containerd registry](https://github.com/containerd/cri/blob/master/docs/registry.md)

0 comments on commit 1416fd2

Please sign in to comment.