Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kubernetes 1.32 kind 1.26
Browse files Browse the repository at this point in the history
Signed-off-by: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com>

kind 0.26

Signed-off-by: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com>

update KFP SDK from 2.4.0 to 2.11.0

Signed-off-by: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com>
juliusvonkohout committed Dec 17, 2024

Verified

This commit was signed with the committer’s verified signature.
juliusvonkohout Julius von Kohout
1 parent 2ebc576 commit 9a4a3c3
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline_swfs_test.yaml
Original file line number Diff line number Diff line change
@@ -64,7 +64,7 @@ jobs:
- name: List and deploy test pipeline with authorized ServiceAccount Token
run: |
pip3 install kfp==2.4.0
pip3 install kfp==2.11.0
KF_PROFILE=kubeflow-user-example-com
TOKEN="$(kubectl -n $KF_PROFILE create token default-editor)"
4 changes: 2 additions & 2 deletions .github/workflows/pipeline_test.yaml
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@ jobs:
- name: List and deploy test pipeline with authorized ServiceAccount Token
run: |
pip3 install kfp==2.4.0
pip3 install kfp==2.11.0
KF_PROFILE=kubeflow-user-example-com
TOKEN="$(kubectl -n $KF_PROFILE create token default-editor)"
@@ -94,7 +94,7 @@ jobs:
- name: Fail to list pipelines with unauthorized ServiceAccount Token
run: |
pip3 install kfp==2.4.0
pip3 install kfp==2.11.0
KF_PROFILE=kubeflow-user-example-com
TOKEN="$(kubectl -n default create token default)"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -103,7 +103,7 @@ The `example` directory contains an example kustomization for the single command
#### Prerequisites
- 32 GB of RAM recommended
- 16 CPU cores recommended
- `kind`
- `kind` 0.26+
- `docker`
- Linux kernel subsystem changes to support many pods
- `sudo sysctl fs.inotify.max_user_instances=2280`
@@ -116,7 +116,7 @@ kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: kindest/node:v1.31.0@sha256:53df588e04085fd41ae12de0c3fe4c72f7013bba32a20e7325357a1ac94ba865
image: kindest/node:v1.32.0@sha256:c48c62eac5da28cdadcf560d1d8616cfa6783b58f0d94cf63ad1bf49600cb027
kubeadmConfigPatches:
- |
kind: ClusterConfiguration
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ if [ -e /swapfile ]; then
fi

{
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.24.0/kind-linux-amd64
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.26.0/kind-linux-amd64
chmod +x ./kind
sudo mv kind /usr/local/bin
} || { echo "Failed to install KinD"; exit 1; }
@@ -49,11 +49,11 @@ kubeadmConfigPatches:
\"service-account-signing-key-file\": \"/etc/kubernetes/pki/sa.key\"
nodes:
- role: control-plane
image: kindest/node:v1.31.0@sha256:53df588e04085fd41ae12de0c3fe4c72f7013bba32a20e7325357a1ac94ba865
image: kindest/node:v1.32.0@sha256:c48c62eac5da28cdadcf560d1d8616cfa6783b58f0d94cf63ad1bf49600cb027
- role: worker
image: kindest/node:v1.31.0@sha256:53df588e04085fd41ae12de0c3fe4c72f7013bba32a20e7325357a1ac94ba865
image: kindest/node:v1.32.0@sha256:c48c62eac5da28cdadcf560d1d8616cfa6783b58f0d94cf63ad1bf49600cb027
- role: worker
image: kindest/node:v1.31.0@sha256:53df588e04085fd41ae12de0c3fe4c72f7013bba32a20e7325357a1ac94ba865
image: kindest/node:v1.32.0@sha256:c48c62eac5da28cdadcf560d1d8616cfa6783b58f0d94cf63ad1bf49600cb027
" | kind create cluster --config -


0 comments on commit 9a4a3c3

Please sign in to comment.