Skip to content

Commit ba22703

Browse files
authored
docs(backend): small formatting improvements (kubeflow#11570)
* rebase resolution Signed-off-by: Daniel Dowler <[email protected]> * removing go-licenses install instruction Signed-off-by: Daniel Dowler <[email protected]> --------- Signed-off-by: Daniel Dowler <[email protected]>
1 parent dcaf5a4 commit ba22703

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

backend/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This README will help you set up your coding environment in order to build and r
99

1010
## Prerequisites
1111
Before you begin, ensure you have:
12-
- Go programming language installed
12+
- [Go installed](https://go.dev/doc/install)
1313
- Docker or Podman installed (for building container images)
1414

1515
Note that you may need to restart your shell after installing these resources in order for the changes to take effect.
@@ -97,7 +97,8 @@ make -C backend dev-kind-cluster
9797
This may take several minutes since there are many pods. Note that many pods will be in "CrashLoopBackOff" status until
9898
all the pods have started.
9999

100-
Also, note that the config in the `make` command above sets the `ml-pipeline` `Deployment` (api server) to have 0 replicas. The intent is to replace it with a locally running API server for debugging and faster development. See the following steps to run the API server locally, and connect it to the KFP backend on your Kind cluster. Note that other backend components (for example, the persistence agent) may show errors until the API server is brought up and connected to the cluster.
100+
> [!NOTE]
101+
> The config in the `make` command above sets the `ml-pipeline` `Deployment` (api server) to have 0 replicas. The intent is to replace it with a locally running API server for debugging and faster development. See the following steps to run the API server locally, and connect it to the KFP backend on your Kind cluster. Note that other backend components (for example, the persistence agent) may show errors until the API server is brought up and connected to the cluster.
101102
102103
#### Launching the API Server With VSCode
103104

0 commit comments

Comments
 (0)