mirror of
https://github.com/microsoft/autogen.git
synced 2026-05-13 03:00:55 -04:00
docs: fix bullet formatting for kubernetes pod executor (#3911)
While the bullets are rendered correctly in GitHub when looking at this file, the bullet formatting is incorrect on the actual documentation site [[1]]. This patch adds a newline to fix that formatting. A screenshot of the incorrect formatting on the site is included in the PR. [1]: https://microsoft.github.io/autogen/0.2/docs/topics/code-execution/kubernetes-pod-commandline-code-executor
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
"It functions similarly to the `DockerCommandLineCodeExecutor`, but specifically creates container within Kubernetes environments.\n",
|
||||
"\n",
|
||||
"There are two condition to use PodCommandLineCodeExecutor.\n",
|
||||
"\n",
|
||||
"- Access to a Kubernetes cluster\n",
|
||||
"- installation `autogen` with the extra requirements `'pyautogen[kubernetes]'`\n",
|
||||
"\n",
|
||||
@@ -38,6 +39,7 @@
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"There are four options PodCommandLineCodeExecutor to access kubernetes API server.\n",
|
||||
"\n",
|
||||
"- default kubeconfig file path: `~/.kube/config`\n",
|
||||
"- Provide a custom kubeconfig file path using the `kube_config_file` argument of `PodCommandLineCodeExecutor`.\n",
|
||||
"- Set the kubeconfig file path using the `KUBECONFIG` environment variable.\n",
|
||||
|
||||
Reference in New Issue
Block a user