mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-19 17:16:12 +00:00
Stop exposing v1beta3 by default
This commit is contained in:
@@ -56,7 +56,7 @@ http-server -a localhost -p 8001
|
||||
Note that you'll need to tell the application where to find the api server by setting the value of the `k8sApiServer` configuration parameter in `www/master/shared/config/development.json` and then rebuilding the application. For example, for a cluster running locally at `localhost:8080`, as described [here](../docs/getting-started-guides/locally.md), you'll want to set it as follows:
|
||||
|
||||
```
|
||||
"k8sApiServer": "http://localhost:8080/api/v1beta3"
|
||||
"k8sApiServer": "http://localhost:8080/api/v1"
|
||||
```
|
||||
|
||||
### Building the app for production
|
||||
|
Reference in New Issue
Block a user