Skip to content
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

kubeadm : upgrade CiliumCLI to 0.9.0 #230

Merged
merged 4 commits into from
Sep 8, 2021
Merged

Conversation

tormath1
Copy link
Contributor

@tormath1 tormath1 commented Sep 8, 2021

How to use

Latest release of cilium-cli pulls cilium-1.10.4 which should have a better support for ARM64 support.

Note: calico is now skipped for arm64 in waiting for official arm64 support.

Testing done

Run on amd64 with kubeadm.v1.22.0.cilium.base and kubeadm.v1.22.0.cilium.base:

        cluster.go:117: ✅ Cilium was successfully installed! Run 'cilium status' to view installation health
        cluster.go:117:     /¯¯\
        cluster.go:117:  /¯¯\__/¯¯\    Cilium:         OK
        cluster.go:117:  \__/¯¯\__/    Operator:       OK
        cluster.go:117:  /¯¯\__/¯¯\    Hubble:         disabled
        cluster.go:117:  \__/¯¯\__/    ClusterMesh:    disabled
        cluster.go:117:     \__/
        cluster.go:117:
        cluster.go:117: DaemonSet         cilium             Desired: 1, Ready: 1/1, Available: 1/1
        cluster.go:117: Deployment        cilium-operator    Desired: 1, Ready: 1/1, Available: 1/1
        cluster.go:117: Containers:       cilium             Running: 1
        cluster.go:117:                   cilium-operator    Running: 1
        cluster.go:117: Cluster Pods:     2/2 managed by Cilium
        cluster.go:117: Image versions    cilium             quay.io/cilium/cilium:v1.10.4: 1
        cluster.go:117:                   cilium-operator    quay.io/cilium/operator-generic:v1.10.4: 1

Let's see with the CI for arm64 💪

we use the `cilium/cilium-cli` to deploy `cilium` into the kubernetes
cluster.

`Cilium` version is hardcoded in the `CLI`.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
this release pulls the Cilium 1.10.4 which has a better support for
ARM64.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
@tormath1 tormath1 self-assigned this Sep 8, 2021
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
`calico` is currently not correctly supported on ARM64 archs.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
@tormath1 tormath1 marked this pull request as ready for review September 8, 2021 14:44
@tormath1 tormath1 requested a review from a team September 8, 2021 14:49
@tormath1 tormath1 merged commit d746d77 into flatcar-master Sep 8, 2021
@tormath1 tormath1 deleted the tormath1/fix-cilium branch September 8, 2021 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants