Skip to content

Commit

Permalink
Changed k8s to v1.25.3
Browse files Browse the repository at this point in the history
Signed-off-by: Anshal Shukla <[email protected]>
  • Loading branch information
anshalshukla committed Feb 20, 2023
1 parent b025f62 commit c6eb9c0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
### Added

### Changed
- Bumped Containerd to v1.6, Knative to v1.9, Go to v1.18, Kubernetes to v1.25.6, Istio to 1.16.0, protoc to 3.19, runc to 1.1.
- Bumped Containerd to v1.6, Knative to v1.9, Go to v1.18, Kubernetes to v1.25.3, Istio to 1.16.0, protoc to 3.19, runc to 1.1.

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion configs/kind/kubeadm.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: kubeadm.k8s.io/v1beta3
kind: ClusterConfiguration
kubernetesVersion: v1.25.6
kubernetesVersion: v1.25.3
networking:
podSubnet: 192.168.0.0/16
scheduler:
Expand Down
2 changes: 1 addition & 1 deletion docs/developers_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ Here are some useful commands (there are plenty of Zipkin tutorials online):
of our [fork](https://github.com/vhive-serverless/firecracker-containerd) of the upstream repository.
Currently, we are in the process of upstreaming VM snapshots support to the upstream repository.

* Current Firecracker version is 0.24.0, Knative 1.9, Kubernetes 1.25.6, gVisor 20210622.0, and Istio 1.16.0.
* Current Firecracker version is 0.24.0, Knative 1.9, Kubernetes 1.25.3, gVisor 20210622.0, and Istio 1.16.0.
We plan to keep our code loosely up to date with the upstream Firecracker repository.

* vHive uses a [fork](https://github.com/ease-lab/kind) of [kind](https://github.com/kubernetes-sigs/kind)
Expand Down
2 changes: 1 addition & 1 deletion scripts/github_runner/Dockerfile.cri_dev_env
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

FROM kindest/node:v1.25.6
FROM kindest/node:v1.25.3

RUN apt-get update && \
apt-get upgrade --yes && \
Expand Down
2 changes: 1 addition & 1 deletion scripts/install_stock.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ containerd --version || echo "failed to build containerd"


# Install k8s
K8S_VERSION=1.25.6-00
K8S_VERSION=1.25.3-00
curl --silent --show-error https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
sudo sh -c "echo 'deb http://apt.kubernetes.io/ kubernetes-xenial main' > /etc/apt/sources.list.d/kubernetes.list"
sudo apt-get update >> /dev/null
Expand Down

0 comments on commit c6eb9c0

Please sign in to comment.