Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

404 fixes #6568

Merged
merged 1 commit into from Feb 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/kubernetes/docs/aws-iam-auth.md
Expand Up @@ -280,7 +280,7 @@ between calls.

<!-- LINKS -->

[asset-aws-iam-overlay]: https://raw.githubusercontent.com/charmed-kubernetes/kubernetes-docs/master/assets/aws-iam-overlay.yaml
[asset-aws-iam-overlay]: https://raw.githubusercontent.com/charmed-kubernetes/bundle/master/overlays/aws-overlay.yaml
[aws-iam-charm]: https://jaas.ai/u/containers/aws-iam-authenticator
[aws-iam-authenticator-github]: https://github.com/kubernetes-sigs/aws-iam-authenticator
[k8s-crd-docs]: https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/
Expand Down
4 changes: 2 additions & 2 deletions templates/kubernetes/docs/operations.md
Expand Up @@ -159,7 +159,7 @@ during the run of the action.
the 'microbots' pods.

- Finally, it will create an ingress resource, which points at a
[xip.io](https://xip.io) domain to simulate a proper DNS service.
[xip.io](http://xip.io) domain to simulate a proper DNS service.

To deploy 3 replicas of the microbot web application inside the Kubernetes
cluster run the following command:
Expand Down Expand Up @@ -260,7 +260,7 @@ juju unexpose kubernetes-worker
```

To learn more about
[Kubernetes Ingress](https://kubernetes.io/docs/user-guide/ingress.html)
[Kubernetes Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress-controllers)
and how to configure the Ingress Controller beyond defaults (such as TLS and
websocket support) view the
[nginx-ingress-controller](https://github.com/kubernetes/contrib/tree/master/ingress/controllers/nginx)
Expand Down
2 changes: 1 addition & 1 deletion templates/kubernetes/docs/using-vault.md
Expand Up @@ -231,7 +231,7 @@ relations:
[vault-guide-csr]: https://docs.openstack.org/project-deploy-guide/charm-deployment-guide/latest/app-certificate-management.html
[vault-guide-unseal]: https://docs.openstack.org/project-deploy-guide/charm-deployment-guide/latest/app-vault.html#initialize-and-unseal-vault
[csr]: https://en.wikipedia.org/wiki/Certificate_signing_request
[leadership]: https://docs.jujucharms.com/stable/en/authors-charm-leadership
[leadership]: https://discourse.jujucharms.com/t/implementing-leadership/1124
[cdk-bundle]: https://jujucharms.com/charmed-kubernetes

<!-- FEEDBACK -->
Expand Down