kubernetes-sigs / sig-windows-dev-tools

This is a batteries included local development environment for Kubernetes on Windows.
Apache License 2.0
80 stars 46 forks source link

update to latest k8s #194

Closed jayunit100 closed 2 years ago

jayunit100 commented 2 years ago

lets update to the latest k8s for all the components

jayunit100 commented 2 years ago

/assign @dougsland

k8s-triage-robot commented 2 years ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

dougsland commented 2 years ago

alright, back on track. Going to start looking to this one.

dougsland commented 2 years ago

/remove-lifecycle rotten

dougsland commented 2 years ago

/remove-lifecycle stale

dougsland commented 2 years ago

Alright, just checked this issue was addressed by @knabben via below patch.

commit 2e35f90c9dbdaaadf5a802660628a16f62dc172f
Author: Amim Knabben <aknabben@vmware.com>
Date:   Fri Jul 8 15:57:12 2022 -0300

    Upgrading calico and specs

snip

diff --git a/sync/shared/variables.yaml b/sync/shared/variables.yaml
index 6075e3f..e409610 100644
--- a/sync/shared/variables.yaml
+++ b/sync/shared/variables.yaml
@@ -1,5 +1,5 @@
 # Kubernetes version, pick major and minor, patch will be the latest released.
-kubernetes_version: "1.23"
+kubernetes_version: "1.25"

snip

$ kubectl get nodes -o wide
NAME           STATUS   ROLES           AGE     VERSION                         INTERNAL-IP   EXTERNAL-IP   OS-IMAGE                                  KERNEL-VERSION      CONTAINER-RUNTIME
controlplane   Ready    control-plane   5h43m   v1.25.1-rc.0.3+2b099913b48742   10.20.30.10   <none>        Ubuntu 20.04.4 LTS                        5.4.0-107-generic   containerd://1.5.9
winw1          Ready    <none>          5h26m   v1.25.1-rc.0.3+2b099913b48742   10.20.30.11   <none>        Windows Server 2019 Standard Evaluation   10.0.17763.2452     containerd://1.5.7
dougsland commented 2 years ago

/assign @knabben /close

k8s-ci-robot commented 2 years ago

@dougsland: Closing this issue.

In response to [this](https://github.com/kubernetes-sigs/sig-windows-dev-tools/issues/194#issuecomment-1232388509): >/assign @knabben >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.