Skip to content

Commit

Permalink
New omi available
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentBaer authored and Vincent Baer committed Oct 25, 2023
1 parent 3bf907d commit 075bc3e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions docs/src/topics/omi.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ubuntu:
- ubuntu-2004-2004-kubernetes-v1.22.11-2022-08-22
- ubuntu-2204-2004-kubernetes-v1.23.8-2023-02-10
- ubuntu-2004-2004-kubernetes-v1.24.2-2022-10-13
- ubuntu-2004-2004-kubernetes-v1.25.9-2023-04-14
- ubuntu-2004-2004-kubernetes-v1.25.15-2023-10-18
- ubuntu-2004-2004-kubernetes-v1.26.10-2023-10-18
- ubuntu-2004-2004-kubernetes-v1.27.7-2023-10-18
Expand Down
16 changes: 8 additions & 8 deletions example/cluster-machine-template-simple-taint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -320,10 +320,10 @@ spec:
kubeadmConfigSpec:
initConfiguration:
nodeRegistration:
taints:
- key: "key1"
value: "value1"
effect: "NoSchedule"
taints:
- key: "key1"
value: "value1"
effect: "NoSchedule"
kubeletExtraArgs:
cloud-provider: external
provider-id: aws://'{{ ds.meta_data.placement.availability_zone }}'/'{{ ds.meta_data.instance_id }}'
Expand All @@ -339,10 +339,10 @@ spec:
permissions: "0744"
joinConfiguration:
nodeRegistration:
taints:
- key: "key1"
value: "value1"
effect: "NoSchedule"
taints:
- key: "key1"
value: "value1"
effect: "NoSchedule"
kubeletExtraArgs:
cloud-provider: external
provider-id: aws://'{{ ds.meta_data.placement.availability_zone }}'/'{{ ds.meta_data.instance_id }}'
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/config/outscale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ variables:
KUBERNETES_VERSION_UPGRADE_FROM: "v1.22.11"
KUBERNETES_VERSION_UPGRADE_TO: "v1.23.8"
TEMPLATE_PATH: "${PWD}/test/e2e/data/infrastructure-outscale/cluster-template-with-clusterclass.yaml"
KUBERNETES_IMAGE_UPGRADE_FROM: "${IMG_UPGRADE_FROM:ami-d3470f3f}"
KUBERNETES_IMAGE_UPGRADE_TO: "${IMG_UPGRADE_TO:ami-58b89b08}"
KUBERNETES_IMAGE_UPGRADE_FROM: "${IMG_UPGRADE_FROM:ami-e1a786f1}"
KUBERNETES_IMAGE_UPGRADE_TO: "${IMG_UPGRADE_TO:ami-a56b2f36}"
CONTROL_PLANE_MACHINE_TEMPLATE_UPGRADE_TO: "cp-k8s-upgrade-and-conformance"
WORKERS_MACHINE_TEMPLATE_UPGRADE_TO: "worker-k8s-upgrade-and-conformance"
CONFORMANCE_WORKER_MACHINE_COUNT: 2
Expand Down

0 comments on commit 075bc3e

Please sign in to comment.