Skip to content

feat: bump k8s kind to 1.31 #5954

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 4, 2024
Merged

Conversation

sakoush
Copy link
Contributor

@sakoush sakoush commented Oct 4, 2024

This PR updates KinD installation to use k8s ver 1.31 and kind 0.24

@sakoush sakoush requested a review from lc525 as a code owner October 4, 2024 09:15
@sakoush sakoush requested a review from Rajakavitha1 October 4, 2024 09:15
@sakoush sakoush added the v2 label Oct 4, 2024
@sakoush
Copy link
Contributor Author

sakoush commented Oct 4, 2024

Tested with a new kind cluster and it works fine.

@Rajakavitha1
Copy link
Contributor

Rajakavitha1 commented Oct 4, 2024

Hi @sakoush I tested the installation on kind via helm and it works.
/lgtm

➜  ~ kubectl get nodes
NAME                 STATUS   ROLES           AGE    VERSION
kind-control-plane   Ready    control-plane   2d1h   v1.31.0
➜  ~ kubectl get svc
NAME         TYPE        CLUSTER-IP   EXTERNAL-IP   PORT(S)   AGE
kubernetes   ClusterIP   10.96.0.1    <none>        443/TCP   2d1h
➜  ~ kubectl get namespaces
NAME                 STATUS   AGE
default              Active   2d1h
kafka                Active   2d1h
kube-node-lease      Active   2d1h
kube-public          Active   2d1h
kube-system          Active   2d1h
local-path-storage   Active   2d1h
seldon               Active   2d1h
seldon-logs          Active   2d1h
seldon-system        Active   2d1h
➜  ~ kubectl get svc -n seldon
NAME                     TYPE           CLUSTER-IP     EXTERNAL-IP   PORT(S)                                                                                     AGE
mlserver-0               ClusterIP      None           <none>        9000/TCP,9500/TCP,9005/TCP                                                                  2d
seldon-mesh              LoadBalancer   10.96.189.45   <pending>     80:32052/TCP,9003:30939/TCP                                                                 2d
seldon-pipelinegateway   ClusterIP      None           <none>        9010/TCP,9011/TCP                                                                           2d
seldon-scheduler         LoadBalancer   10.96.133.65   <pending>     9002:32076/TCP,9004:31978/TCP,9044:32627/TCP,9005:30468/TCP,9055:30523/TCP,9008:32761/TCP   2d
triton-0                 ClusterIP      None           <none>        9000/TCP,9500/TCP,9005/TCP                                                                  2d
➜  ~ 

@sakoush sakoush removed the request for review from lc525 October 4, 2024 09:36
Copy link
Member

@lc525 lc525 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm. I assume the node image is the one used by default by this kind version, right? There were some problems with mixing & matching in the past, as a function of the particular versions used.

@sakoush sakoush merged commit dd4907c into SeldonIO:v2 Oct 4, 2024
6 checks passed
@sakoush
Copy link
Contributor Author

sakoush commented Oct 4, 2024

Lgtm. I assume the node image is the one used by default by this kind version, right? There were some problems with mixing & matching in the past, as a function of the particular versions used.

yes it is.

jtayl222 pushed a commit to jtayl222/seldon-core that referenced this pull request Jul 20, 2025
* update kind/k8s to 1.31

* change k8s version in playbook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants