kumahq / kuma

🐻 The multi-zone service mesh for containers, Kubernetes and VMs. Built with Envoy. CNCF Sandbox Project.
https://kuma.io/install
Apache License 2.0
3.61k stars 332 forks source link

Review which kubectl image to use in Helm hooks #6326

Closed lahabana closed 1 year ago

lahabana commented 1 year ago

Description

If we still need them can we use an already existing kubectl image instead of building one. If yes let's remove tools/kubectl

github-actions[bot] commented 1 year ago

This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant, please comment on it or attend the next triage meeting.

michaelbeaumont commented 1 year ago

We have two separate, custom images for kubectl and kumactl. Let's remove kubectl!

lahabana commented 1 year ago

@slonka mentionned gr.dev/chainguard/kubectl:latest as the best option but this is shown as experimental: https://github.com/chainguard-images/images/tree/main/images and there's no public version that is not the latest tag. So fell back to bitnami even if it's less nice (bitnami kubectl is the most popular kubectl image I believe).