This is an automated email from the ASF dual-hosted git repository.
pingsutw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git
The following commit(s) were added to refs/heads/master by this push:
new c67896b SUBMARINE-1226. Update the Kubernetes version in other
Documents
c67896b is described below
commit c67896b3dd6b170778c6444e5d31b7ec67752841
Author: cdmikechen <[email protected]>
AuthorDate: Sat Mar 19 20:03:03 2022 +0800
SUBMARINE-1226. Update the Kubernetes version in other Documents
### What is this PR for?
We had replaced Kubernetes version in `quickstart.md` by PR
https://github.com/apache/submarine/pull/843
We also need update the kind cluster Kubernetes version from v1.15.12 to
v1.21.2 in `localDeployment.md` and `operator/README.md`
### What type of PR is it?
Documentation
### Todos
* [x] - Update the kind cluster Kubernetes version from v1.15.12 to v1.21.2
in `localDeployment.md` and `operator/README.md`
### What is the Jira issue?
https://issues.apache.org/jira/browse/SUBMARINE-1226
### How should this be tested?
No test
### Screenshots (if appropriate)
No
### Questions:
* Do the license files need updating? No
* Are there breaking changes for older versions? No
* Does this need new documentation? No
Author: cdmikechen <[email protected]>
Signed-off-by: Kevin <[email protected]>
Closes #906 from cdmikechen/SUBMARINE-1226 and squashes the following
commits:
14a493c7 [cdmikechen] SUBMARINE-1226. Update the Kubernetes version in
other Documents
---
submarine-cloud-v2/README.md | 2 +-
website/docs/gettingStarted/localDeployment.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/submarine-cloud-v2/README.md b/submarine-cloud-v2/README.md
index f1a2a7c..7dbfe86 100644
--- a/submarine-cloud-v2/README.md
+++ b/submarine-cloud-v2/README.md
@@ -31,7 +31,7 @@ Golang version: `1.16.2`
# Install dependencies
go mod vendor
# Run the cluster
-minikube start --vm-driver=docker --kubernetes-version v1.15.11
+minikube start --vm-driver=docker --cpus 8 --memory 4096 --kubernetes-version
v1.21.2
```
## Set up storage class fields
diff --git a/website/docs/gettingStarted/localDeployment.md
b/website/docs/gettingStarted/localDeployment.md
index 338f2f2..bf5cdce 100644
--- a/website/docs/gettingStarted/localDeployment.md
+++ b/website/docs/gettingStarted/localDeployment.md
@@ -31,7 +31,7 @@ under the License.
## Deploy Kubernetes Cluster
```
-$ minikube start --vm-driver=docker --cpus 8 --memory 4096 --disk-size=20G
--kubernetes-version v1.15.11
+$ minikube start --vm-driver=docker --cpus 8 --memory 4096 --disk-size=20G
--kubernetes-version v1.21.2
```
## Install Submarine on Kubernetes
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]