calico
calico copied to clipboard
Cloud native networking and network security
## Description PR can be summed up from the subject. I mainly noticed this misspelling when looking at the [installation reference](https://projectcalico.docs.tigera.io/reference/installation/api#operator.tigera.io/v1.ImageSet), but it appears some of the schema yaml contained...
This PR updates the calico node arm64 docker manifest with the latest changes that was implemented in AMD64. Add: set suid for ipset. Add: bird executable can be run as...
## Description This will fix #6530 and add the add the defined imagePullSecrets to the tigera-operator ServiceAccount. The logic is essentially borrowed from templates/crs/custom-resources.yaml :) ## Related issues/PRs ## Todos...
## Expected Behavior `kube-controller-manager` shouldn't log errors about `Error dynamically probing plugins`. A fix for #5356 was accepted in #5515, which was released into `v1.23.0`. This regressed in #6539 causing...
## Description ## Related issues/PRs ## Todos - [ ] Tests - [ ] Documentation - [ ] Release note ## Release Note ```release-note TBD ``` ## Reminder for the...
## Description This PR has changes to increment rule counters. 1. Whenever a rule is hit, increment the counters against the 64-bit rule matchID in bpf rule counters map. 2....
## Description ## Related issues/PRs ## Todos - [ ] Tests - [ ] Documentation - [ ] Release note ## Release Note ```release-note TBD ``` ## Reminder for the...
## Description With the addition of https://github.com/projectcalico/calico/commit/283bb4b0378b84a45c896469e925698a6e445d55 in order to speed up our test builds, our RPM build script became unable to handle an unexpected `bin/bpf` directory. This specifies the...
## Expected Behavior Expect Calico node check to not return an error if the OS supports all the features it needs. ## Current Behavior calicoctl node checksystem fails ipt_set, xt_icmp,...
Sometimes we want to be able to include code that may not be finished yet or 100% tested and we want to keep that code disabled in normal production environments...