cilium-cli icon indicating copy to clipboard operation
cilium-cli copied to clipboard

CLI to install, manage & troubleshoot Kubernetes clusters running Cilium

Results 306 cilium-cli issues
Sort by recently updated
recently updated
newest added

See Scott's [blogpost](https://blog.scottlowe.org/2021/10/07/installing-cilium-via-clusterresourceset/) for the tutorial, it should be relatively easy to add support for an automatic installation by detecting this cluster type.

kind/feature
good first issue

During Cilium install with my own PR, I hit: ``` ... ⌛ Waiting for Cilium to be installed and ready... /¯¯\ /¯¯\__/¯¯\ Cilium: 3 errors \__/¯¯\__/ Operator: OK /¯¯\__/¯¯\ Hubble:...

kind/feature

### Description Please refer to individual commits for more details.

When installing with `cilium install`, the cilium-cli could detect whether K8s' kube-proxy is present in a cluster. If not, then it could install Cilium with `--set kubeProxyReplacement=strict`.

kind/feature
good first issue
help wanted

Minor fixes and manifests for testing k8s ingress beta builds: Draft support for Cilium Envoy Config CRD. To test: 1. Download [cilium-cli release v0.10.2](https://github.com/cilium/cilium-cli/releases/tag/v0.10.2) OR build this branch: ``` BINDIR=~/.local/bin...

This PR tries to make the install command more gentle with a production cluster. Instead of deleting all unmanaged pods, we try to evict them, which essentially achieves a pod...

kind/bug

Add support for Cilium restart tests, where some test actions may be allowed to fail during restart when Cilium agent is rebooting. Use this framework for DNS continuity test. This...

kind/feature

Reported by Ákos Veres on Cilium Slack: https://cilium.slack.com/archives/C1MATJ5U5/p1660126747756219 The darwin/arm64 and darwin/amd64 binaries provided as part of the GitHub releases don't run on macOS because they are not codesigned: Installing...

kind/bug

… not exist This commit fixes hubble enable and disable commands which are broken when cilium initially was not installed with cilium-cli. In these cases `cilium-cli-helm-values` secret does not exist...

Draft support for Cilium Envoy Config CRD. To test: 1. Build this branch: ``` BINDIR=~/.local/bin make install ``` (You may need to modify `BINDIR` to something in your `PATH`) 2....

needs-rebase