cilium / cilium-cli

CLI to install, manage & troubleshoot Kubernetes clusters running Cilium
https://cilium.io
Apache License 2.0
390 stars 197 forks source link

Dockerfile: Install aws / azure / gcloud CLIs #2624

Closed michi-covalent closed 6 days ago

michi-covalent commented 1 week ago

Install cloud CLIs so that you can run cilium-cli from inside a container and connect to AKS / EKS / GKE clusters.

This commit also changes in-cluster scripts to use bash instead of sh. Some of these scripts are not POSIX-compliant, and they don't work with sh that comes with Ubuntu.

Ref: #2623 Ref: cilium/design-cfps#9

michi-covalent commented 1 week ago

✅ success