Skip to content

Commit 9235e59

Browse files
committedMar 20, 2025··
Review Kubernetes doc after rebasing
1 parent 2332077 commit 9235e59

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎docs/features/graphql.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ If you have sufficient experience with `GraphQL`_ and the mentioned .NET `graphq
3030
:alt: octocat
3131
:width: 23
3232

33-
Who knows, maybe you’ll get inspired by the sample development and come up with a design solution in the form of a rough draft of a *GraphQL* feature to implement in Ocelot.
33+
Who knows, maybe you will get inspired by the sample development and come up with a design solution in the form of a rough draft of a *GraphQL* feature to implement in Ocelot.
3434
Good luck!
3535
And welcome to the `Discussions <https://github.com/ThreeMammals/Ocelot/discussions>`_ space of the repository!

‎docs/features/kubernetes.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
=================================
1717

1818
| Feature of: :doc:`../features/servicediscovery`
19-
| Quick Links: `Wikipedia <https://en.wikipedia.org/wiki/Kubernetes>`_ | `K8s Website <https://kubernetes.io/>`_ | `K8s Documentation <https://kubernetes.io/docs/>`_ | `K8s GitHub <https://github.com/kubernetes/kubernetes>`_
19+
| Quick Links: `K8s Website <https://kubernetes.io/>`_ | `K8s Documentation <https://kubernetes.io/docs/>`_ | `K8s GitHub <https://github.com/kubernetes/kubernetes>`_
2020
2121
Ocelot will call the `K8s <https://kubernetes.io/>`_ endpoints API in a given namespace to get all of the endpoints for a pod and then load balance across them.
2222
Ocelot used to use the services API to send requests to the `K8s`_ service but this was changed in pull request `1134`_ because the service did not load balance as expected.

‎docs/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Defining the exact version will make sure things don't break
2-
sphinx==8.1.3
2+
sphinx==8.2.3
33
alabaster==1.0.0

0 commit comments

Comments
 (0)
Please sign in to comment.