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

v1.14 Backports 2023-07-24 #27038

Merged
merged 28 commits into from
Jul 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
5b75761
cni: don't overwrite CNI changes when cni.exclusive is false
squeed Jul 11, 2023
6275042
operator: Handle conflicts in CES update.
alan-kut Jun 22, 2023
7db78fc
Default spire.install.enabled to true
meyskens Jul 17, 2023
ceb5e15
Remove spire install flag from e2e test
meyskens Jul 17, 2023
6586144
docs/ipsec: Extend troubleshooting section
pchaigno Jul 13, 2023
8a4da7f
ipam/azure: fix crash due to race condition when handling new node.
tommyp1ckles Jul 6, 2023
bcb1b47
egressgw: fix race with endpoint deletion
jibi Jul 18, 2023
5abf06c
egressgw: avoid multiple updatePoliciesBySourceIP calls
jibi Jul 18, 2023
a226933
ci: fix Azure cluster names sometimes being too long
nbusseneau Jul 19, 2023
6226888
docs: explicitly mark kvstoremesh as beta in the title
giorio94 Jul 17, 2023
0fbde60
bpf: add drop reason for TTL exceeded
julianwiedmann Jul 18, 2023
e993b2a
bpf: host: add drop notification for missed tail call in to-lxc polic…
julianwiedmann Mar 14, 2023
6af29d3
bpf: lxc: add drop notifications for missed tail calls in to-container
julianwiedmann Jul 20, 2023
0c8b7ef
bpf: lxc: add drop notification for high-scale ipcache path in to-con…
julianwiedmann Jul 20, 2023
6563fef
bgp,docs: deprecate MetalLB documentation, promote BGP-CP
ldelossa Jul 20, 2023
a6c86e5
metrics, service: Rename metric for clarity
christarazi Jul 3, 2023
d55c513
services: Fix metric from not publishing
christarazi Jul 7, 2023
6d18651
Use the server image from values for SPIRE
meyskens Jul 19, 2023
2bbc437
Fix Envoy LB docs incorrect supported annotation values
rauanmayemir Jul 17, 2023
b08f549
docs: Specify Helm chart version in "cilium install" commands
michi-covalent Jul 19, 2023
fa133f1
docs/ipsec: Document RSS limitation
pchaigno Jul 21, 2023
13c03bd
helm: Remove duplicated key
sayboras Jul 21, 2023
a9a1c82
services: prevent temporary connectivity loss on agent restart
giorio94 Jul 17, 2023
fab458c
docs: remove 'reuse-values' from helm install
aanm Jul 21, 2023
0d3e695
docs: switch the tab ordering for mutual-auth docs
aanm Jul 21, 2023
a917b70
docs: small improvements in mutual-authentication documentation
aanm Jul 24, 2023
f3d26ae
helm/hubble-ui: use v0.12.0 hubble-ui
geakstr Jul 24, 2023
d27233a
mutual-auth: Add beta label for helm and cli flags
sayboras Jul 21, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/actions/azure/k8s-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@
include:
- version: "1.24"
location: westeurope
index: 1
- version: "1.25"
location: westus
index: 2
- version: "1.26"
location: eastasia
index: 3
default: true
16 changes: 11 additions & 5 deletions .github/workflows/conformance-aks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@ jobs:
- name: Set Environment Variables
uses: ./.github/actions/set-env-variables

- name: Override cluster name
run: |
# Extend default name with matrix index to avoid cluster name conflicts
NAME=${{ env.name }}-${{ matrix.index }}
echo "name=${NAME}" >> "$GITHUB_ENV"

- name: Set up job variables
id: vars
run: |
Expand Down Expand Up @@ -155,7 +161,7 @@ jobs:
--helm-set=debug.enabled=true \
--helm-set loadBalancer.l7.backend=envoy \
--helm-set tls.secretsBackend=k8s \
--helm-set=azure.resourceGroup=${{ env.name }}-${{ matrix.location }} \
--helm-set=azure.resourceGroup=${{ env.name }} \
--helm-set=bpf.monitorAggregation=none"
CONNECTIVITY_TEST_DEFAULTS="--flow-validation=disabled \
--hubble=false --collect-sysdump-on-failure --external-target bing.com --external-cidr 8.0.0.0/8 --external-ip 8.8.4.4 --external-other-ip 8.8.8.8"
Expand Down Expand Up @@ -185,13 +191,13 @@ jobs:
run: |
# Create group
az group create \
--name ${{ env.name }}-${{ matrix.location }} \
--name ${{ env.name }} \
--location ${{ matrix.location }} \
--tags usage=${{ github.repository_owner }}-${{ github.event.repository.name }} owner=${{ steps.vars.outputs.owner }}

# Create AKS cluster
az aks create \
--resource-group ${{ env.name }}-${{ matrix.location }} \
--resource-group ${{ env.name }} \
--name ${{ env.name }} \
--location ${{ matrix.location }} \
--kubernetes-version ${{ matrix.version }} \
Expand All @@ -203,7 +209,7 @@ jobs:
- name: Get cluster credentials
run: |
az aks get-credentials \
--resource-group ${{ env.name }}-${{ matrix.location }} \
--resource-group ${{ env.name }} \
--name ${{ env.name }}

- name: Wait for images to be available
Expand Down Expand Up @@ -295,7 +301,7 @@ jobs:
- name: Clean up AKS
if: ${{ always() }}
run: |
az group delete --name ${{ env.name }}-${{ matrix.location }} --yes --no-wait
az group delete --name ${{ env.name }} --yes --no-wait
shell: bash {0} # Disable default fail-fast behaviour so that all commands run independently

- name: Upload artifacts
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/conformance-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ jobs:
--helm-set=hubble.eventBufferCapacity=65535 \
--helm-set=bpf.monitorAggregation=none \
--helm-set=authentication.mutual.spire.enabled=true \
--helm-set=authentication.mutual.spire.install.enabled=true \
--nodes-without-cilium=kind-worker3 \
--helm-set-string=kubeProxyReplacement=${{ matrix.kpr }}"
TUNNEL="--helm-set-string=tunnelProtocol=${{ matrix.tunnel }}"
Expand Down
2 changes: 1 addition & 1 deletion Documentation/cmdref/cilium-agent.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Documentation/cmdref/cilium-agent_hive.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Documentation/cmdref/cilium-agent_hive_dot-graph.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Documentation/cmdref/cilium-operator-alibabacloud.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Documentation/cmdref/cilium-operator-aws.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Documentation/cmdref/cilium-operator-aws_hive.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Documentation/cmdref/cilium-operator-azure.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Documentation/cmdref/cilium-operator-azure_hive.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Documentation/cmdref/cilium-operator-generic.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Documentation/cmdref/cilium-operator-generic_hive.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.